Commit e517c678 authored by Cornelis Bouter's avatar Cornelis Bouter
Browse files

change value tendency to codelist

parent 6f125484
Loading
Loading
Loading
Loading
+23 −12
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ s4ener:CO2Emission
.
s4ener:CalculatedValue
  a s4ener:ValueSource ;
  rdfs:label "Calculated value" ;
  rdfs:label "Calculated value"@en ;
.
s4ener:Committed
  a owl:NamedIndividual ;
@@ -492,7 +492,7 @@ s4ener:Emergency
.
s4ener:EmpiricalValue
  a s4ener:ValueSource ;
  rdfs:label "Empirical value" ;
  rdfs:label "Empirical value"@en ;
.
s4ener:EndInterruptionInstruction
  a owl:Class ;
@@ -697,6 +697,10 @@ s4ener:FailsafeState
  rdfs:comment "State that indicates that the device currently is in its Fail-safe state. This means that it has lost its connection to a central energy manager. This may result in the device following stricter power limits." ;
  rdfs:label "Fail-safe state" ;
.
s4ener:Falling
  a s4ener:ValueTendency ;
  rdfs:label "Falling"@en ;
.
s4ener:FillLevelTargetProfile
  a owl:Class ;
  rdfs:comment "The target profile that a fill rate based control flexibility profile tries to follow." ;
@@ -1148,7 +1152,7 @@ s4ener:Maximum
.
s4ener:MeasuredValue
  a s4ener:ValueSource ;
  rdfs:label "Measured value" ;
  rdfs:label "Measured value"@en ;
.
s4ener:MinDuration
  a owl:Class ;
@@ -1760,6 +1764,10 @@ s4ener:Revoked
  rdfs:comment "Instruction was revoked" ;
  rdfs:label "Revoked"@en ;
.
s4ener:Rising
  a s4ener:ValueTendency ;
  rdfs:label "Rising"@en ;
.
s4ener:Role
  a owl:Class ;
  rdfs:comment "A codelist containing the various roles a device can take: producer, consumer, and storage." ;
@@ -1934,6 +1942,10 @@ s4ener:SlotTimeDurationDescription
  rdfs:label "Slot time duration description"@en ;
  rdfs:subClassOf time:DurationDescription ;
.
s4ener:Stable
  a s4ener:ValueTendency ;
  rdfs:label "Stable"@en ;
.
s4ener:StartInterruptionInstruction
  a owl:Class ;
  rdfs:comment "An instruction or message indicating the start of an interruption." ;
@@ -2072,6 +2084,12 @@ s4ener:ValueSource
  rdfs:label "Value source"@en ;
  rdfs:subClassOf owl:Thing ;
.
s4ener:ValueTendency
  a owl:Class ;
  rdfs:comment "This type indicates a codelist for the s4ener:valueTendency property about whether the tendency of a measurement is rising, stable or falling." ;
  rdfs:label "Value tendency"@en ;
  rdfs:subClassOf owl:Thing ;
.
s4ener:abnormalCondition
  a owl:DatatypeProperty ;
  rdfs:comment "Indicates if this is an instruction during an abnormal condition" ;
@@ -3454,17 +3472,10 @@ s4ener:valueSource
  rdfs:range s4ener:ValueSource ;
.
s4ener:valueTendency
  a owl:DatatypeProperty ;
  a owl:ObjectProperty ;
  rdfs:comment "Indicates whether the tendency of a measurement is rising, stable or falling."@en ;
  rdfs:label "value tendency"@en ;
  rdfs:range [
      a rdfs:Datatype ;
      owl:oneOf (
          "rising"
          "stable"
          "falling"
        ) ;
    ] ;
  rdfs:range s4ener:ValueTendency ;
.
s4ener:vendorCode
  a owl:DatatypeProperty ;