s4envi:ShieldedLamppost — Lamppost

IRI
https://saref.etsi.org/saref4envi/ShieldedLamppost
Is defined by
https://saref.etsi.org/saref4envi/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4envi/v2.1.1/
Download serialization
License

Definition of s4envi:ShieldedLamppost

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

A lampost with a shield.

Description as a Class

Turtle

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

<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:ShieldedLamppost ;
    dct:subject s4envi:ShieldedLamppost .

s4envi:ShieldedLamppost a owl:Class,
        saref:DeviceKind ;
    rdfs:label "Lamppost"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:comment "A lampost with a shield."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    owl:equivalentClass [ owl:unionOf ( [ a owl:Class ;
                        owl:oneOf ( s4envi:ShieldedLamppost ) ] [ a owl:Class ;
                        owl:hasValue s4envi:ShieldedLamppost ;
                        owl:onProperty skos:broader ] [ a owl:Class ;
                        owl:hasValue s4envi:ShieldedLamppost ;
                        owl:onProperty saref:hasFeatureKind ] ) ] ;
    skos:broader s4envi:Lamppost ;
    skos:hiddenLabel "ShieldedLamppost" .