Commit 83d982f5 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Renamed s4grid:Meter with s4grid:GridMeter.

parent 785c8607
Loading
Loading
Loading
Loading
Loading
+35 −35

File changed.

Preview size limit exceeded, changes collapsed.

+120 −120

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@


	<h3>Meter</h3>
	<h3>Meter</h3>


	<p><a href="#Figure_5">Figure 5</a> provides an overview of how to represent an electric grid meter using the <a href="#s4grid:Meter">s4grid:Meter</a> class. 
	<p><a href="#Figure_5">Figure 5</a> provides an overview of how to represent an electric grid meter using the <a href="#s4grid:GridMeter">s4grid:GridMeter</a> class. 
	  The representation of electric grid meters and their properties has been extracted from the DLMS/COSEM standard (IEC 62056)</p>
	  The representation of electric grid meters and their properties has been extracted from the DLMS/COSEM standard (IEC 62056)</p>


	<p>Unlike in other SAREF extensions, meter-specific information is not defined using properties from SAREF. This is because the DLMS/COSEM standard defines the data 
	<p>Unlike in other SAREF extensions, meter-specific information is not defined using properties from SAREF. This is because the DLMS/COSEM standard defines the data 
+2 −2
Original line number Original line Diff line number Diff line
@@ -53,7 +53,7 @@ s4grid:hasDayId a owl:DatatypeProperty .
#    Classes
#    Classes
#################################################################
#################################################################


s4grid:Meter a owl:Class .
s4grid:GridMeter a owl:Class .


s4grid:ActionService a owl:Class .
s4grid:ActionService a owl:Class .


@@ -72,7 +72,7 @@ s4grid:ComplexActionOperationInput a owl:Class .
#    Individuals
#    Individuals
#################################################################
#################################################################


ex:Meter1234 a s4grid:Meter,
ex:Meter1234 a s4grid:GridMeter,
        owl:NamedIndividual ;
        owl:NamedIndividual ;
    oneM2M:hasService ex:ResetServiceRegister,
    oneM2M:hasService ex:ResetServiceRegister,
			ex:PresetAdjustingTimeServiceClock ,
			ex:PresetAdjustingTimeServiceClock ,
+2 −2
Original line number Original line Diff line number Diff line
@@ -75,7 +75,7 @@ s4grid:hasStartTime a owl:DatatypeProperty .
#    Classes
#    Classes
#################################################################
#################################################################


s4grid:Meter a owl:Class .
s4grid:GridMeter a owl:Class .


s4grid:ActivityCalendar a owl:Class .
s4grid:ActivityCalendar a owl:Class .


@@ -104,7 +104,7 @@ ex:ActivityCalendarContract1-1234 a s4grid:ActivityCalendar,
    s4grid:hasObis "0-0:13.0.1.255"^^xsd:string ;
    s4grid:hasObis "0-0:13.0.1.255"^^xsd:string ;
	s4grid:hasActiveSeasonProfile ex:SeasonActive1.
	s4grid:hasActiveSeasonProfile ex:SeasonActive1.


ex:Meter1234 a s4grid:Meter,
ex:Meter1234 a s4grid:GridMeter,
        owl:NamedIndividual ;
        owl:NamedIndividual ;
	s4grid:hasActivityCalendar ex:ActivityCalendarContract1-1234.
	s4grid:hasActivityCalendar ex:ActivityCalendarContract1-1234.


Loading