Definition of s4city:Facility
Defined in https://saref.etsi.org/saref4city/v1.1.2/ as:
A place, amenity, or piece of equipment provided for a particular purpose. (Definition taken from https://en.oxforddictionaries.com/definition/facility)
Description as a Class
- has super-classes
- geo:Feature
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@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 s4city:Facility ;
owl:onProperty s4city:takesPlaceAtFacility ] .
s4city:PublicService rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4city:Facility ;
owl:onProperty s4city:involvesFacility ] .
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> dct:references s4city:Facility .
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> dct:references s4city:Facility .
<https://saref.etsi.org/saref4wear/v1.1.1/example/indoor-event#> dct:references s4city:Facility .
<https://saref.etsi.org/saref4wear/v1.1.1/example/openair-event#> dct:references s4city:Facility .
<https://saref.etsi.org/saref4wear/v2.1.1/example/indoor-event#> dct:references s4city:Facility .
<https://saref.etsi.org/saref4wear/v2.1.1/example/openair-event#> dct:references s4city:Facility .
<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references s4city:Facility .
<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4city:Facility .
<https://saref.etsi.org/saref4city/v1.1.2/> dct:references s4city:Facility ;
dct:subject s4city:Facility .
<https://saref.etsi.org/saref4city/v2.1.1/> dct:references s4city:Facility ;
dct:subject s4city:Facility .
s4city:Facility a owl:Class ;
rdfs:label "Facility"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#>,
<https://saref.etsi.org/saref4city/v2.1.1/>,
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#>,
<https://saref.etsi.org/saref4wear/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v1.1.1/example/indoor-event#>,
<https://saref.etsi.org/saref4wear/v1.1.1/example/openair-event#>,
<https://saref.etsi.org/saref4wear/v2.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/example/indoor-event#>,
<https://saref.etsi.org/saref4wear/v2.1.1/example/openair-event#> ;
rdfs:comment "A place, amenity, or piece of equipment provided for a particular purpose. (Definition taken from https://en.oxforddictionaries.com/definition/facility)"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
<https://saref.etsi.org/saref4city/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/saref4wear/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/> ;
rdfs:subClassOf geo:Feature ;
ns1:hiddenLabel "Facility" .