s4city:PublicService — Public service

IRI
https://saref.etsi.org/saref4city/PublicService
Is defined by
https://saref.etsi.org/saref4city/v1.1.2/
https://saref.etsi.org/saref4city/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4city/v1.1.2/
https://saref.etsi.org/saref4city/v2.1.1/
https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#
Download serialization
License

Definition of s4city:PublicService

Defined in https://saref.etsi.org/saref4city/v1.1.2/ as:

Public service is a service which is provided by government either directly (through the public sector) or by financing provision of services. (Definition taken from Wikipedia)

Description as a Class

Turtle

@prefix cpsv: <http://purl.org/vocab/cpsv#> .
@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:Agent rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4city:PublicService ;
            owl:onProperty cpsv:provides ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4city:PublicService ;
            owl:onProperty cpsv:uses ] .

<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> dct:references s4city:PublicService .

<https://saref.etsi.org/saref4city/v1.1.2/> dct:references s4city:PublicService ;
    dct:subject s4city:PublicService .

<https://saref.etsi.org/saref4city/v2.1.1/> dct:references s4city:PublicService ;
    dct:subject s4city:PublicService .

s4city:PublicService a owl:Class ;
    rdfs:label "Public service"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v2.1.1/>,
        <https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> ;
    rdfs:comment "Public service is a service which is provided by government either directly (through the public sector) or by financing provision of services. (Definition taken from Wikipedia)"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v2.1.1/> ;
    rdfs:seeAlso <https://en.wikipedia.org/wiki/Public_service>,
        <https://saref.etsi.org/saref4city/v1.1.2/>,
        <https://saref.etsi.org/saref4city/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4city:AdministrativeArea ;
            owl:onProperty cpsv:physicallyAvailableAt ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4city:Facility ;
            owl:onProperty s4city:involvesFacility ],
        [ a owl:Restriction ;
            owl:allValuesFrom dct:LinguisticSystem ;
            owl:onProperty s4city:isAvailableInLanguage ],
        cpsv:PublicService ;
    ns1:hiddenLabel "PublicService" .