s4grid:MeterProperty — Meter Property

IRI
https://saref.etsi.org/saref4grid/MeterProperty
Is defined by
https://saref.etsi.org/saref4grid/v1.1.1/
https://saref.etsi.org/saref4grid/v2.1.1/
Is referenced by
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#
Download serialization
License

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

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" .