Definition of s4city:hasAccessibility
Defined in https://saref.etsi.org/saref4city/v2.1.1/ as:
relation between an event and the accesility modes provided
Description as an Object Property
- has domain
- s4city:Event
- has range
- s4city:AccessibilityConcept
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 s4city: <https://saref.etsi.org/saref4city/> .
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> dct:references s4city:hasAccessibility .
s4city:hasAccessibility a owl:ObjectProperty ;
rdfs:label "has accessibility"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4city/v2.1.1/>,
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> ;
rdfs:comment "relation between an event and the accesility modes provided"@en ;
rdfs:domain s4city:Event ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4city/v2.1.1/> ;
rdfs:range s4city:AccessibilityConcept ;
rdfs:seeAlso <https://saref.etsi.org/saref4city/v2.1.1/> ;
ns1:hiddenLabel "hasAccessibility" .
<https://saref.etsi.org/saref4city/v2.1.1/> dct:references s4city:hasAccessibility ;
dct:subject s4city:hasAccessibility .