Definition of s4grid:MeterProperty
Defined in https://saref.etsi.org/saref4grid/v1.1.1/ as:
Class to group those properties related to electric grid meters
Description as a Class
- has super-classes
- saref:Property
- has members
- s4grid:BillingPeriod, s4grid:LongPowerFailuresNumber, s4grid:Manufacturer, s4grid:Network, s4grid:Phase, s4grid:PhaseAngle, s4grid:PowerLimit, s4grid:PowerQuality, s4grid:ProfileStatus, s4grid:Quadrant, s4grid:ScreenDisplay, s4grid:Threshold, s4grid:TimeThreshold, s4grid:TransformerRatio, s4grid:VoltageSagNumber, s4grid:VoltageSwellNumber
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4grid: <https://saref.etsi.org/saref4grid/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4grid:BillingPeriod a s4grid:MeterProperty .
s4grid:LongPowerFailuresNumber a s4grid:MeterProperty .
s4grid:Manufacturer a s4grid:MeterProperty .
s4grid:Meter rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Restriction ;
owl:allValuesFrom s4grid:MeterProperty ;
owl:onProperty s4grid:hasProperty ] ;
owl:onProperty s4grid:hasPropertyValue ] .
s4grid:Network a s4grid:MeterProperty .
s4grid:Phase a s4grid:MeterProperty .
s4grid:PhaseAngle a s4grid:MeterProperty .
s4grid:PowerLimit a s4grid:MeterProperty .
s4grid:PowerQuality a s4grid:MeterProperty .
s4grid:ProfileStatus a s4grid:MeterProperty .
s4grid:Quadrant a s4grid:MeterProperty .
s4grid:ScreenDisplay a s4grid:MeterProperty .
s4grid:Threshold a s4grid:MeterProperty .
s4grid:TimeThreshold a s4grid:MeterProperty .
s4grid:TransformerRatio a s4grid:MeterProperty .
s4grid:VoltageSagNumber a s4grid:MeterProperty .
s4grid:VoltageSwellNumber a s4grid:MeterProperty .
<https://saref.etsi.org/saref4grid/v1.1.1/example/ProfileGeneric#> dct:references s4grid:MeterProperty .
<https://saref.etsi.org/saref4grid/v1.1.1/example/PropertyValues#> dct:references s4grid:MeterProperty .
<https://saref.etsi.org/saref4grid/v2.1.1/example/ProfileGeneric#> dct:references s4grid:MeterProperty .
<https://saref.etsi.org/saref4grid/v2.1.1/example/PropertyValues#> dct:references s4grid:MeterProperty .
<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references s4grid:MeterProperty ;
dct:subject s4grid:MeterProperty .
<https://saref.etsi.org/saref4grid/v2.1.1/> dct:references s4grid:MeterProperty ;
dct:subject s4grid:MeterProperty .
s4grid:MeterProperty a owl:Class ;
rdfs:label "Meter Property"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
<https://saref.etsi.org/saref4grid/v1.1.1/example/ProfileGeneric#>,
<https://saref.etsi.org/saref4grid/v1.1.1/example/PropertyValues#>,
<https://saref.etsi.org/saref4grid/v2.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/example/ProfileGeneric#>,
<https://saref.etsi.org/saref4grid/v2.1.1/example/PropertyValues#> ;
rdfs:comment "Class to group those properties related to electric grid meters"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4grid/v1.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/> ;
rdfs:subClassOf saref:Property ;
ns1:hiddenLabel "MeterProperty" .