s4city:Event — Event

IRI
https://saref.etsi.org/saref4city/Event
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/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#
Download serialization
License

Definition of s4city:Event

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

Temporary and scheduled event, like a festival or competition. (Definition taken from Wikidata)

Description as a Class

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/> .
@prefix time: <http://www.w3.org/2006/time#> .

<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> dct:references s4city:Event .

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

<https://saref.etsi.org/saref4wear/v1.1.1/example/indoor-event#> dct:references s4city:Event .

<https://saref.etsi.org/saref4wear/v1.1.1/example/openair-event#> dct:references s4city:Event .

<https://saref.etsi.org/saref4wear/v2.1.1/example/indoor-event#> dct:references s4city:Event .

<https://saref.etsi.org/saref4wear/v2.1.1/example/openair-event#> dct:references s4city:Event .

<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references s4city:Event .

<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4city:Event .

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

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

s4city:Event a owl:Class ;
    rdfs:label "Event"@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 "Temporary and scheduled event, like a festival or competition. (Definition taken from Wikidata)"@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/>,
        <https://www.wikidata.org/wiki/Q1656682> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom ns1:Concept ;
            owl:onProperty s4city:hasAccesibility ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4city:Agent ;
            owl:onProperty s4city:isOrganizedBy ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4city:Event ;
            owl:onProperty s4city:isSubEventOf ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4city:Facility ;
            owl:onProperty s4city:takesPlaceAtFacility ],
        [ a owl:Restriction ;
            owl:allValuesFrom time:TemporalEntity ;
            owl:onProperty s4city:takesPlaceAtTime ] ;
    ns1:hiddenLabel "Event" .