Commit 7bea9039 authored by Cornelis Bouter's avatar Cornelis Bouter
Browse files

add deprecated to properties

parent 1e6c1eb7
Loading
Loading
Loading
Loading
+7 −1
Original line number Original line Diff line number Diff line
@@ -2144,6 +2144,7 @@ s4ener:alternativesCount
  rdfs:comment "Indicates the number of alternatives groups provided by a power profile"@en ;
  rdfs:comment "Indicates the number of alternatives groups provided by a power profile"@en ;
  rdfs:label "alternatives count"@en ;
  rdfs:label "alternatives count"@en ;
  rdfs:range xsd:integer ;
  rdfs:range xsd:integer ;
  owl:deprecated true ;
.
.
s4ener:alternativesGroupID
s4ener:alternativesGroupID
  a owl:DatatypeProperty ;
  a owl:DatatypeProperty ;
@@ -2705,6 +2706,7 @@ s4ener:hasName
  rdfs:comment "Human readable name given by user" ;
  rdfs:comment "Human readable name given by user" ;
  rdfs:label "Has Name"@en ;
  rdfs:label "Has Name"@en ;
  rdfs:range xsd:string ;
  rdfs:range xsd:string ;
  owl:deprecated true ;
.
.
s4ener:hasNominalConsumption
s4ener:hasNominalConsumption
  a owl:ObjectProperty ;
  a owl:ObjectProperty ;
@@ -3201,18 +3203,21 @@ s4ener:manufacturerDescription
  rdfs:comment "A description for the device as defined by the manufacturer."@en ;
  rdfs:comment "A description for the device as defined by the manufacturer."@en ;
  rdfs:label "manufacturer description"@en ;
  rdfs:label "manufacturer description"@en ;
  rdfs:range xsd:string ;
  rdfs:range xsd:string ;
  owl:deprecated true ;
.
.
s4ener:manufacturerLabel
s4ener:manufacturerLabel
  a owl:DatatypeProperty ;
  a owl:DatatypeProperty ;
  rdfs:comment "A short label of the device as defined by the manufacturer. "@en ;
  rdfs:comment "A short label of the device as defined by the manufacturer. "@en ;
  rdfs:label "manufacturer label"@en ;
  rdfs:label "manufacturer label"@en ;
  rdfs:range xsd:string ;
  rdfs:range xsd:string ;
  owl:deprecated true ;
.
.
s4ener:manufacturerNodeIdentification
s4ener:manufacturerNodeIdentification
  a owl:DatatypeProperty ;
  a owl:DatatypeProperty ;
  rdfs:comment "Indicates a node identification for the device as defined by the manufacturer. This could be used for the identification of a device, even if it was removed from the network and rejoined later with changed node address."@en ;
  rdfs:comment "Indicates a node identification for the device as defined by the manufacturer. This could be used for the identification of a device, even if it was removed from the network and rejoined later with changed node address."@en ;
  rdfs:label "manufacturer node identification"@en ;
  rdfs:label "manufacturer node identification"@en ;
  rdfs:range xsd:string ;
  rdfs:range xsd:string ;
  owl:deprecated true ;
.
.
s4ener:maxCyclesPerDay
s4ener:maxCyclesPerDay
  a owl:DatatypeProperty ;
  a owl:DatatypeProperty ;
@@ -3454,6 +3459,7 @@ s4ener:taskIdentifier
  rdfs:comment "Represents the task identifier of the power sequence."@en ;
  rdfs:comment "Represents the task identifier of the power sequence."@en ;
  rdfs:label "task identifier"@en ;
  rdfs:label "task identifier"@en ;
  rdfs:range xsd:unsignedInt ;
  rdfs:range xsd:unsignedInt ;
  owl:deprecated true ;
.
.
s4ener:toOperationMode
s4ener:toOperationMode
  a owl:ObjectProperty ;
  a owl:ObjectProperty ;
@@ -3480,7 +3486,7 @@ s4ener:triggersEventActionProduce
.
.
s4ener:valueTendency
s4ener:valueTendency
  a owl:ObjectProperty ;
  a owl:ObjectProperty ;
  rdfs:comment "Indicates whether the tendency of a measurement is rising, stable or falling."@en ;
  rdfs:comment "Indicates whether the tendency of a measurement is rising, stable, or falling."@en ;
  rdfs:label "value tendency"@en ;
  rdfs:label "value tendency"@en ;
  rdfs:range s4ener:ValueTendency ;
  rdfs:range s4ener:ValueTendency ;
.
.