Definition of s4envi:Lamppost
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
A tall pole with a light at the top.
Description as a Class
- has super-classes
-
s4envi:hasLightPoint only
s4envi:LightPoint
s4envi:projectsLight only s4envi:Light
s4envi:hasShield only xsd:boolean
s4envi:Device
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 s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> dct:references s4envi:Lamppost .
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> dct:references s4envi:Lamppost .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:Lamppost ;
dct:subject s4envi:Lamppost .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:Lamppost ;
dct:subject s4envi:Lamppost .
s4envi:Lamppost a owl:Class ;
rdfs:label "Lamppost"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4city/v1.1.2/example/example1#>,
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#>,
<https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "A tall pole with a light at the top."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/v2.1.1/>,
<https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4envi:LightPoint ;
owl:onProperty s4envi:hasLightPoint ],
[ a owl:Restriction ;
owl:allValuesFrom s4envi:Light ;
owl:onProperty s4envi:projectsLight ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:boolean ;
owl:onProperty s4envi:hasShield ],
s4envi:Device ;
ns1:hiddenLabel "Lamppost" .