s4ener:presentFillLevel — present fill level

IRI
https://saref.etsi.org/saref4ener/presentFillLevel
Is defined by
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#
https://saref.etsi.org/saref4ener/v2.1.1/
https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#
Download serialization
License

Definition of s4ener:presentFillLevel

Defined in https://saref.etsi.org/saref4ener/v1.2.1/ as:

A saref:Measurement with a percentage value indicating the fill level of the storage.

Description as an Object Property

has domain
s4ener:Storage
has range
saref:Measurement

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 s4ener: <https://saref.etsi.org/saref4ener/> .
@prefix saref: <https://saref.etsi.org/core/> .

<https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#> dct:references s4ener:presentFillLevel .

<https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#> dct:references s4ener:presentFillLevel .

<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references s4ener:presentFillLevel ;
    dct:subject s4ener:presentFillLevel .

<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references s4ener:presentFillLevel ;
    dct:subject s4ener:presentFillLevel .

s4ener:presentFillLevel a owl:ObjectProperty ;
    rdfs:label "present fill level"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/example/fillRateProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#> ;
    rdfs:comment "A saref:Measurement with a percentage value indicating the fill level of the storage."@en ;
    rdfs:domain s4ener:Storage ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:range saref:Measurement ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    ns1:hiddenLabel "presentFillLevel" .