s4grid:hasUnit — has unit

IRI
https://saref.etsi.org/saref4grid/hasUnit
Is defined by
https://saref.etsi.org/saref4grid/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4grid/v1.1.1/
https://saref.etsi.org/saref4grid/v1.1.1/example/PropertyValues#
Download serialization
License

Definition of s4grid:hasUnit

Defined in https://saref.etsi.org/saref4grid/v1.1.1/ as:

A relationship identifying the unit of measure used for a certain property value

Description as an Object Property

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

<https://saref.etsi.org/saref4grid/v1.1.1/example/PropertyValues#> dct:references s4grid:hasUnit .

s4grid:hasUnit a owl:ObjectProperty ;
    rdfs:label "has unit"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
        <https://saref.etsi.org/saref4grid/v1.1.1/example/PropertyValues#> ;
    rdfs:comment "A relationship identifying the unit of measure used for a certain property value"@en ;
    rdfs:domain s4grid:PropertyValue ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4grid/v1.1.1/> ;
    rdfs:range saref:UnitOfMeasure ;
    rdfs:seeAlso <https://saref.etsi.org/saref4grid/v1.1.1/> ;
    ns1:hiddenLabel "hasUnit" .

<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references s4grid:hasUnit ;
    dct:subject s4grid:hasUnit .