From b338e29ed022e1198a0af628ba332558dc559a10 Mon Sep 17 00:00:00 2001 From: Vladimir Alexiev Date: Sat, 12 Oct 2024 12:21:54 +0300 Subject: [PATCH] Fix #32 and #93 --- .../ttl/AssessedElement-AP-Voc-RDFS2020.ttl | 406 +- .../AvailabilitySchedule-AP-Voc-RDFS2020.ttl | 382 +- .../ttl/Contingency-AP-Voc-RDFS2020.ttl | 170 +- .../ttl/DatasetMetadata-AP-Voc-RDFS2020.ttl | 240 +- .../EquipmentReliability-AP-Voc-RDFS2020.ttl | 3362 ++-- .../ttl/GridDisturbance-AP-Voc-RDFS2020.ttl | 606 +- .../CGMES-NC/ttl/Header-AP-Voc-RDFS2020.ttl | 308 +- ...ImpactAssessmentMatrix-AP-Voc-RDFS2020.ttl | 226 +- .../ttl/MonitoringArea-AP-Voc-RDFS2020.ttl | 150 +- .../ttl/ObjectRegistry-AP-Voc-RDFS2020.ttl | 150 +- .../ttl/PowerSchedule-AP-Voc-RDFS2020.ttl | 428 +- .../PowerSystemProject-AP-Voc-RDFS2020.ttl | 190 +- .../ttl/RemedialAction-AP-Voc-RDFS2020.ttl | 1592 +- ...RemedialActionSchedule-AP-Voc-RDFS2020.ttl | 972 +- ...SecurityAnalysisResult-AP-Voc-RDFS2020.ttl | 214 +- .../ttl/SensitivityMatrix-AP-Voc-RDFS2020.ttl | 178 +- ...ateInstructionSchedule-AP-Voc-RDFS2020.ttl | 1744 +- ...tateHypothesisSchedule-AP-Voc-RDFS2020.ttl | 1626 +- ...SteadyStateInstruction-AP-Voc-RDFS2020.ttl | 1366 +- ...2_DiagramLayout-AP-Voc-RDFS2020_v3-0-0.ttl | 532 +- ...-600-2_Dynamics-AP-Voc-RDFS2020_v3-0-0.ttl | 13410 ++++++++-------- ...600-2_Equipment-AP-Voc-RDFS2020_v3-0-0.ttl | 3254 ++-- ...uipmentBoundary-AP-Voc-RDFS2020_v3-0-0.ttl | 584 +- ...aphicalLocation-AP-Voc-RDFS2020_v3-0-0.ttl | 228 +- ...70-600-2_Header-AP-Voc-RDFS2019_v3-0-0.ttl | 84 +- ...600-2_Operation-AP-Voc-RDFS2020_v3-0-0.ttl | 876 +- ...-2_ShortCircuit-AP-Voc-RDFS2020_v3-0-0.ttl | 984 +- ..._StateVariables-AP-Voc-RDFS2020_v3-0-0.ttl | 612 +- ...StateHypothesis-AP-Voc-RDFS2020_v3-0-0.ttl | 1032 +- ...-600-2_Topology-AP-Voc-RDFS2020_v3-0-0.ttl | 156 +- rdfs-improved/Makefile | 25 +- rdfs-improved/README.md | 80 +- rdfs-improved/fix-all.ru | 62 +- ...sPropKind.ru => fix10-classPropKind-75.ru} | 0 rdfs-improved/fix14-langTagInCodes-47.ru | 18 +- .../fix16-langTagLabelVsDefinition-93.ru | 13 + rdfs-improved/fix20-ontologyMetadata-32.ru | 31 + 37 files changed, 18256 insertions(+), 18035 deletions(-) rename rdfs-improved/{fix10-classPropKind.ru => fix10-classPropKind-75.ru} (100%) create mode 100644 rdfs-improved/fix16-langTagLabelVsDefinition-93.ru create mode 100644 rdfs-improved/fix20-ontologyMetadata-32.ru 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 6bc9149..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) @@ -308,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 @@ -902,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. @@ -939,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 @@ -1798,7 +1854,7 @@ We also track status with the tag "DONE" and by adding a link to the fix. 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 @@ -1811,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/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/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) +}; +