s4ehaw:Dimensions — Dimensions

IRI
https://saref.etsi.org/saref4ehaw/Dimensions
Is defined by
https://saref.etsi.org/saref4ehaw/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4ehaw/v2.1.1/
https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#
Download serialization
License

Definition of s4ehaw:Dimensions

Defined in https://saref.etsi.org/saref4ehaw/v2.1.1/ as:

The dimensions of a feature of interest, consisting of a length, a width, and a height.

Definition as a Named Individual

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#> dct:references s4ehaw:Dimensions .

s4ehaw:Dimensions a owl:Thing,
        saref:Property ;
    rdfs:label "Dimensions"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#> ;
    rdfs:comment "The dimensions of a feature of interest, consisting of a length, a width, and a height."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
    skos:hiddenLabel "Dimensions" ;
    saref:consistsOf s4ehaw:Height,
        s4ehaw:Length,
        s4ehaw:Width .

<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4ehaw:Dimensions ;
    dct:subject s4ehaw:Dimensions .