Commit 6f125484 authored by Cornelis Bouter's avatar Cornelis Bouter
Browse files

change value source to codelist

parent 528876e5
Loading
Loading
Loading
Loading
+20 −9
Original line number Diff line number Diff line
@@ -233,6 +233,10 @@ s4ener:CO2Emission
  rdfs:comment "The incentive type ''CO2 Emission'' defined in the incentive table."@en ;
  rdfs:label "CO2 Emission"@en ;
.
s4ener:CalculatedValue
  a s4ener:ValueSource ;
  rdfs:label "Calculated value" ;
.
s4ener:Committed
  a owl:NamedIndividual ;
  a s4ener:ScopeType ;
@@ -486,6 +490,10 @@ s4ener:Emergency
  rdfs:comment "Load control event action with value 'emergency'"@en ;
  rdfs:label "Emergency"@en ;
.
s4ener:EmpiricalValue
  a s4ener:ValueSource ;
  rdfs:label "Empirical value" ;
.
s4ener:EndInterruptionInstruction
  a owl:Class ;
  rdfs:comment "An Instruction message indicating when an interruption can end." ;
@@ -1138,6 +1146,10 @@ s4ener:Maximum
  rdfs:comment "The usage of this datapoint is the Maximum value." ;
  rdfs:label "Maximum"@en ;
.
s4ener:MeasuredValue
  a s4ener:ValueSource ;
  rdfs:label "Measured value" ;
.
s4ener:MinDuration
  a owl:Class ;
  rdfs:comment "If a slot has a configurable duration, it SHALL be present and denote the minimum supported configuration. Note: This element applies to the first repetition of the slot number only."@en ;
@@ -2054,6 +2066,12 @@ s4ener:VANISH
  rdfs:comment "The load or generation that is limited will vanish. This is for example the case with curtailing production from solar panels; the potentially generated energy is lost and will never reappear." ;
  rdfs:label "vanish"@en ;
.
s4ener:ValueSource
  a owl:Class ;
  rdfs:comment "Indicates the source (origin/foundation) of the measurement forecasted values for a power sequence. If absent, the source is undefined. Remark: This element shall express the reliability of the forecast." ;
  rdfs:label "Value source"@en ;
  rdfs:subClassOf owl:Thing ;
.
s4ener:abnormalCondition
  a owl:DatatypeProperty ;
  rdfs:comment "Indicates if this is an instruction during an abnormal condition" ;
@@ -3430,17 +3448,10 @@ s4ener:triggersEventActionProduce
  rdfs:label "triggers event action produce"@en ;
.
s4ener:valueSource
  a owl:DatatypeProperty ;
  a owl:ObjectProperty ;
  rdfs:comment "Indicates the source (origin/foundation) of the measurement forecasted values for a power sequence. If absent, the source is undefined. Remark: This element shall express the reliability of the forecast."@en ;
  rdfs:label "value source"@en ;
  rdfs:range [
      a rdfs:Datatype ;
      owl:oneOf (
          "measuredValue"
          "calculatedValue"
          "empiricalValue"
        ) ;
    ] ;
  rdfs:range s4ener:ValueSource ;
.
s4ener:valueTendency
  a owl:DatatypeProperty ;