Unverified Commit 1b9c2a0c authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

delete deprecated classes and properties

parent 74c482ca
Loading
Loading
Loading
Loading
+12 −4
Original line number Original line Diff line number Diff line
@@ -38,17 +38,24 @@ ex:MeteringFunction a saref:Function ;
    rdfs:comment "A metering function is a capability aimed at measuring and quantifying various parameters or quantities within a system or environment. It involves the systematic collection and recording of data related to specific attributes such as energy consumption, resource usage, or environmental conditions. Metering functions typically employ sensors or measuring devices to capture data accurately and may involve the aggregation, processing, and analysis of this data to derive insights or inform decision-making processes. Metering functions play a crucial role in monitoring and managing resources, optimizing efficiency, and ensuring compliance with regulations or standards across diverse domains, including energy management, utilities, and environmental monitoring."@en ;
    rdfs:comment "A metering function is a capability aimed at measuring and quantifying various parameters or quantities within a system or environment. It involves the systematic collection and recording of data related to specific attributes such as energy consumption, resource usage, or environmental conditions. Metering functions typically employ sensors or measuring devices to capture data accurately and may involve the aggregation, processing, and analysis of this data to derive insights or inform decision-making processes. Metering functions play a crucial role in monitoring and managing resources, optimizing efficiency, and ensuring compliance with regulations or standards across diverse domains, including energy management, utilities, and environmental monitoring."@en ;
    rdfs:label "Metering function"@en .
    rdfs:label "Metering function"@en .


ex:GetCurrentMeterValueCommand a saref:GetCommand ;
ex:GetCommand a saref:Command ;
    rdfs:comment "A command that requests something"@en ;
    rdfs:label "Get command"@en .

ex:GetCurrentMeterValueCommand a saref:Command ;
    skos:broader ex:GetCommand ;
    rdfs:comment "A command that requests the current value of a meter"@en ;
    rdfs:comment "A command that requests the current value of a meter"@en ;
    rdfs:label "Get current meter value command"@en ;
    rdfs:label "Get current meter value command"@en ;
    saref:isCommandOf ex:MeteringFunction .
    saref:isCommandOf ex:MeteringFunction .


ex:GetMeterDataCommand a saref:GetCommand ;
ex:GetMeterDataCommand a saref:Command ;
    skos:broader ex:GetCommand ;
    rdfs:comment "A command that requests data from a meter"@en ;
    rdfs:comment "A command that requests data from a meter"@en ;
    rdfs:label "Get meter data command"@en ;
    rdfs:label "Get meter data command"@en ;
    saref:isCommandOf ex:MeteringFunction .
    saref:isCommandOf ex:MeteringFunction .


ex:GetMeterHistoryCommand a saref:GetCommand ;
ex:GetMeterHistoryCommand a saref:Command ;
    skos:broader ex:GetCommand ;
    rdfs:comment "A command that requests historical data from a meter"@en ;
    rdfs:comment "A command that requests historical data from a meter"@en ;
    rdfs:label "Get meter history command"@en ;
    rdfs:label "Get meter history command"@en ;
    saref:isCommandOf ex:MeteringFunction .
    saref:isCommandOf ex:MeteringFunction .
@@ -68,7 +75,8 @@ ex:SetAbsoluteLevelCommand a saref:Command ;
    rdfs:label "Set absolute level command"@en ;
    rdfs:label "Set absolute level command"@en ;
    saref:isCommandOf ex:LevelControlFunction .
    saref:isCommandOf ex:LevelControlFunction .


ex:SetRelativeLevelCommand a saref:SetLevelCommand ;
ex:SetRelativeLevelCommand a saref:Command ;
    skos:broader ex:SetLevelCommand ;
    rdfs:comment "A command that sets the level or value relative to the current state"@en ;
    rdfs:comment "A command that sets the level or value relative to the current state"@en ;
    rdfs:label "Set relative level command"@en ;
    rdfs:label "Set relative level command"@en ;
    saref:isCommandOf ex:LevelControlFunction .
    saref:isCommandOf ex:LevelControlFunction .
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@


ex:HVAC a saref:FeatureKind ;
ex:HVAC a saref:FeatureKind ;
    rdfs:comment "Heating, Ventilation and Air Conditioning (HVAC) device that provides indoor environmental Comfort. A ex:HVAC is typically used to accomplish ex:Comfort."@en ;
    rdfs:comment "Heating, Ventilation and Air Conditioning (HVAC) device that provides indoor environmental Comfort. A ex:HVAC is typically used to accomplish ex:Comfort."@en ;
    saref:accomplishes saref:Comfort ;
    saref:accomplishes ex:Comfort ;
    rdfs:label "HVAC"@en .
    rdfs:label "HVAC"@en .




+3 −3
Original line number Original line Diff line number Diff line
@@ -21,9 +21,9 @@ ex:Light a saref:FeatureKind ;
    rdfs:label "Light"@en ;
    rdfs:label "Light"@en ;
    rdfs:comment "Lights, a feature kind."@en .
    rdfs:comment "Lights, a feature kind."@en .


saref:LightSwitch a saref:FeatureKind ;
ex:LightSwitch a saref:FeatureKind ;
    skos:broader saref:Switch ;
    skos:broader ex:Switch ;
    rdfs:comment "A switch that performs the saref:OnOffFunction, controls the property saref:Light, and can be found in the state saref:OnOffState. It can offer a switch on service. A saref:LightSwitch is typically used to accomplish saref:Lighting."@en ;
    rdfs:comment "A switch that performs the saref:OnOffFunction, controls the property saref:Light, and can be found in the state ex:OnOffState. It can offer a switch on service. A ex:LightSwitch is typically used to accomplish ex:Lighting."@en ;
    rdfs:label "Light switch"@en ;
    rdfs:label "Light switch"@en ;
    saref:hasFunction ex:OnOffFunction ;
    saref:hasFunction ex:OnOffFunction ;
    saref:controls ex:Light ;
    saref:controls ex:Light ;
+2 −2
Original line number Original line Diff line number Diff line
@@ -16,11 +16,11 @@
    dcterms:title "Example properties"@en ;
    dcterms:title "Example properties"@en ;
    dcterms:description "Example properties"@en .
    dcterms:description "Example properties"@en .


saref:Energy a saref:Property ;
ex:Energy a saref:Property ;
    rdfs:comment "The property ex:Energy is defined as the capacity of a physical system to perform work. Work, in turn, is defined as the application of force over a distance, resulting in the transfer of energy. Energy exists in different forms, including kinetic energy (energy associated with motion), potential energy (energy stored in an object due to its position or configuration), thermal energy (energy associated with the temperature of an object), chemical energy (energy stored in chemical bonds), electrical energy (energy associated with the flow of electric charge), and various other forms. In physics, energy is considered a conserved quantity, meaning it cannot be created or destroyed, only transformed from one form to another. This principle is described by the law of conservation of energy."@en ;
    rdfs:comment "The property ex:Energy is defined as the capacity of a physical system to perform work. Work, in turn, is defined as the application of force over a distance, resulting in the transfer of energy. Energy exists in different forms, including kinetic energy (energy associated with motion), potential energy (energy stored in an object due to its position or configuration), thermal energy (energy associated with the temperature of an object), chemical energy (energy stored in chemical bonds), electrical energy (energy associated with the flow of electric charge), and various other forms. In physics, energy is considered a conserved quantity, meaning it cannot be created or destroyed, only transformed from one form to another. This principle is described by the law of conservation of energy."@en ;
    rdfs:label "Energy"@en .
    rdfs:label "Energy"@en .


saref:Humidity a owl:Class ;
ex:Humidity a owl:Class ;
     rdfs:subClassOf saref:Property ;
     rdfs:subClassOf saref:Property ;
     rdfs:comment "The property ex:Humidity represents the measure of water vapor present in the air or another gas. It quantifies the amount of moisture in the atmosphere or within a confined space, typically expressed as a percentage of the maximum amount of moisture that the air or gas can hold at a given temperature. Humidity is a critical environmental parameter with implications for various domains, including agriculture, meteorology, and indoor air quality management."@en ;
     rdfs:comment "The property ex:Humidity represents the measure of water vapor present in the air or another gas. It quantifies the amount of moisture in the atmosphere or within a confined space, typically expressed as a percentage of the maximum amount of moisture that the air or gas can hold at a given temperature. Humidity is a critical environmental parameter with implications for various domains, including agriculture, meteorology, and indoor air quality management."@en ;
     rdfs:label "Humidity"@en .
     rdfs:label "Humidity"@en .
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@
    dcterms:description "Example services"@en .
    dcterms:description "Example services"@en .




saref:SwitchOnService a saref:Service ;
ex:SwitchOnService a saref:Service ;
    rdfs:comment "A type of service that represents an on/off function to the network"@en ;
    rdfs:comment "A type of service that represents an on/off function to the network"@en ;
    rdfs:label "Switch on service"@en ;
    rdfs:label "Switch on service"@en ;
    saref:represents ex:OnOffFunction .
    saref:represents ex:OnOffFunction .
Loading