Definition of s4envi:ShieldedLamppost
Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:
A lampost with a shield.
Description as a Class
- is equivalent to
- ( one of { s4envi:ShieldedLamppost } ) or ( skos:broader value s4envi:ShieldedLamppost) or ( saref:hasFeatureKind value s4envi:ShieldedLamppost)
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" .