Definition of s4envi:hasShield
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
A relationship stating whether a lamppost has a shield.
Definition as a Datatype Property
- has characteristics
- functional
- has range
- xsd:boolean
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#> .
s4envi:Lamppost rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom xsd:boolean ;
owl:onProperty s4envi:hasShield ] .
s4envi:hasShield a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has shield"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
rdfs:comment "A relationship stating whether a lamppost has a shield."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v1.1.2/> ;
rdfs:range xsd:boolean ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v1.1.2/> ;
ns1:hiddenLabel "hasShield" .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:hasShield ;
dct:subject s4envi:hasShield .