Definition of s4city:hasAccesibility
Defined in https://saref.etsi.org/saref4city/v1.1.2/ as:
has accesibility
Description as an Object Property
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/> .
s4city:Event rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom ns1:Concept ;
owl:onProperty s4city:hasAccesibility ] .
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> dct:references s4city:hasAccesibility .
<https://saref.etsi.org/saref4city/v1.1.2/> dct:references s4city:hasAccesibility ;
dct:subject s4city:hasAccesibility .
s4city:hasAccesibility a owl:ObjectProperty ;
rdfs:label "has accesibility"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> ;
rdfs:comment "has accesibility"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4city/v1.1.2/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4city/v1.1.2/> ;
ns1:hiddenLabel "hasAccesibility" .