## A feature kind, feature of interest, or device, can consume (OP saref:consumes), produce (OP saref:produces), or store (OP saref:stores), a certain commodity.
saref:consumesaowl:ObjectProperty;
owl:inverseOfsaref:isConsumedBy;
@@ -1487,19 +1486,19 @@ saref:Actuation a owl:Class ;
saref:Profileaowl:Class;
rdfs:label"Profile"@en;
rdfs:comment"A saref:Profile describes the money earned (negative values) or paied (positive values) for the use (production or consumption) of a commodity by a device in a certain context."@en;
skos:note"OP saref:hasProfile links a device to its profile. The device should be linked to a certain commodity using OP saref:isUsedFor or its sub-properties, and optionally to some property or state using OP saref:targets or its sub-properties."@en;
skos:note"OP saref:hasProfile links a device to its profile. The device should be linked to a certain commodity using OP saref:consumes, saref:produces, or saref:stores, and optionally to some property or state using OP saref:targets or its sub-properties."@en;
skos:note"The applicable context of a profile can be bound temporally using DP saref:hasTimestamp or its subproperties defined by SAREF extensions, or OP saref:hasApplicableTime which links to instant or interval or other compound temporal entity expressed using OWL Time."@en;
skos:note"The applicable context can be restricted to when the property of a feature of interest has some value (OPs saref:whenPropertyValue)"@en;
skos:note"The applicable context can be restricted to when a feature of interest has a certain state (OPs saref:whenState)."@en;
skos:note"OP saref:hasPrice links a profile to the money earned (negative values) or paid (positive values) for the use (production or consumption) of the commodity by the device."@en;
skos:historyNote"V3.2.1: Class saref:Profile has been re-specified, to take into account findings from SAREF4ENER V1.2.1."@en.
## OP saref:hasProfile links a device to its profile. The device should be linked to a certain commodity using OP saref:isUsedFor or its sub-properties, and optionally to some property or state using OP saref:targets or its sub-properties.
## OP saref:hasProfile links a device to its profile. The device should be linked to a certain commodity using OP saref:consumes, saref:produces, or saref:stores, and optionally to some property or state using OP saref:targets or its sub-properties.
saref:hasProfileaowl:ObjectProperty;
owl:inverseOfsaref:isProfileOf;
rdfs:label"has profile"@en;
rdfs:comment"Links a device to its profile. Its inverse is saref:isProfileOf. The device should be linked to a certain commodity using OP saref:isUsedFor or its sub-properties, and optionally to some property or state using OP saref:targets or its sub-properties."@en;
rdfs:comment"Links a device to its profile. Its inverse is saref:isProfileOf. The device should be linked to a certain commodity using OP saref:consumes, saref:produces, or saref:stores, and optionally to some property or state using OP saref:targets or its sub-properties."@en;
skos:historyNote"V3.2.1: Relaxed domain of saref:hasProfile to saref:FeatureKind or saref:Device"@en.
@@ -1507,7 +1506,7 @@ saref:hasProfile a owl:ObjectProperty ;
saref:isProfileOfaowl:ObjectProperty;
owl:inverseOfsaref:hasProfile;
rdfs:label"is profile of"@en;
rdfs:comment"Links a profile to the device it describes. The device should be linked to a certain commodity using OP saref:isUsedFor or its sub-properties, and optionally to some property or state using OP saref:targets or its sub-properties."@en;
rdfs:comment"Links a profile to the device it describes. The device should be linked to a certain commodity using OP saref:consumes, saref:produces, or saref:stores, and optionally to some property or state using OP saref:targets or its sub-properties."@en;