<p>For this reason, the characteristics of the meter are represented as properties that are not observable by the meter (<ahref="#s4grid:MeterProperty">s4grid:MeterProperty</a>,
fully represented in <ahref="#Figure_6">Figure 6</a>), i.e., they are not measurements (<ahref="https://saref.etsi.org/core/Measurement">saref:Measurement</a>).
The properties of a meter are defined by a value (<ahref="#s4grid:PropertyValue">s4grid:PropertyValue</a>) and some are complemented with a unit of measurement
The properties of a meter are defined by a value (<ahref="https://saref.etsi.org/core/PropertyValue">saref:PropertyValue</a>) and some are complemented with a unit of measurement
<ahref="#s4grid:ProfileGeneric">s4grid:ProfileGeneric</a> class, as presented in <ahref="#Figure_16">Figure 16</a>. Capture objects are specific attributes or elements of (an) attribute(s) of COSEM objects.
The capture objects are collected periodically or occasionally. The representation of the profile generic of a meter has been extracted from the IEC 62056-6-2:2017.</p>
<p>A profile generic is represented by the objects that it captures (<ahref="#s4grid:Clock">s4grid:Clock</a>, <ahref="#s4grid:PropertyValues">s4grid:PropertyValues</a> and
<ahref="#s4grid:Measurements">s4grid:Measurements</a>). These capture objects are collected in each period defined in the
<p>A profile generic is represented by the objects that it captures (<ahref="#s4grid:Clock">s4grid:Clock</a>, <ahref="https://saref.etsi.org/core/PropertyValue">saref:PropertyValues</a> and
<ahref="https://saref.etsi.org/core/Measurement">saref:Measurements</a>). These capture objects are collected in each period defined in the
@@ -272,18 +272,6 @@ s4grid:hasProfileGeneric a owl:ObjectProperty ;
rdfs:domains4grid:GridMeter;
rdfs:ranges4grid:ProfileGeneric.
s4grid:hasPropertyaowl:ObjectProperty;
rdfs:comment"A relationship between a property value and the property it relates to"@en;
rdfs:label"has property"@en;
rdfs:domains4grid:PropertyValue;
rdfs:rangesaref:Property.
s4grid:hasPropertyValueaowl:ObjectProperty;
rdfs:comment"The property value of a meter"@en;
rdfs:label"has property value"@en;
rdfs:domains4grid:GridMeter;
rdfs:ranges4grid:PropertyValue.
s4grid:hasSaturdayProfileaowl:ObjectProperty;
rdfs:comment"It defines the day profile valid each Saturday of the season"@en;
rdfs:label"has saturday profile"@en;
@@ -332,12 +320,6 @@ s4grid:hasWednesdayProfile a owl:ObjectProperty ;
rdfs:label"has wednesday profile"@en;
rdfs:subPropertyOfs4grid:hasDayProfile.
s4grid:hasUnitaowl:ObjectProperty;
rdfs:comment"A relationship identifying the unit of measure used for a certain property value"@en;
rdfs:label"has unit"@en;
rdfs:domains4grid:PropertyValue;
rdfs:rangesaref:UnitOfMeasure.
s4grid:relatedClockaowl:ObjectProperty;
rdfs:comment"The clock that is captured by a profile generic"@en;
rdfs:label"related clock"@en;
@@ -354,7 +336,7 @@ s4grid:relatedPropertyValue a owl:ObjectProperty ;
rdfs:comment"The property value that is captured by a profile generic"@en;
rdfs:label"related property value"@en;
rdfs:domains4grid:ProfileGeneric;
rdfs:ranges4grid:PropertyValue.
rdfs:rangesaref:PropertyValue.
s4grid:storesScriptaowl:ObjectProperty;
rdfs:comment"[COSEM] Specifies the different scripts which are stored in a script table"@en;
@@ -581,11 +563,6 @@ s4grid:hasValidityIntervalStart a owl:DatatypeProperty ;
rdfs:domains4grid:PresetAdjustingTime;
rdfs:rangexsd:dateTime.
s4grid:hasValueaowl:DatatypeProperty;
rdfs:comment"A relationship defining the value of a certain property which is not observable by the meter"@en;
rdfs:label"has value"@en;
rdfs:domains4grid:PropertyValue.
s4grid:hasVendorIdaowl:DatatypeProperty;
rdfs:comment"[COSEM] Unique vendor identifier assigned by the PRIME Alliance"@en;
rdfs:label"has vendor id"@en;
@@ -864,8 +841,8 @@ s4grid:GridMeter a owl:Class ;
rdfs:subClassOf[aowl:Restriction;
owl:allValuesFrom[aowl:Restriction;
owl:allValuesFroms4grid:MeterProperty;
owl:onPropertys4grid:hasProperty];
owl:onPropertys4grid:hasPropertyValue],
owl:onPropertysaref:isValueOfProperty];
owl:onPropertysaref:hasPropertyValue],
saref:Meter.
s4grid:NetworkInterfaceaowl:Class;
@@ -901,10 +878,6 @@ s4grid:ProfileGeneric a owl:Class ;
owl:cardinality"1"^^xsd:nonNegativeInteger;
owl:onPropertys4grid:hasCapturePeriod].
s4grid:PropertyValueaowl:Class;
rdfs:comment"A value (which may have a unit of measurement) that is related to a property which is not observable by the meter (i.e., is not a measurement)"@en;
rdfs:label"Property Value"@en.
s4grid:QualityPropertyaowl:Class;
rdfs:comment"Class to group those properties related to the quality of power lines"@en;