s4city:isSubEventOf — is subevent of

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

Definition of s4city:isSubEventOf

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

is subevent of

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 s4city:Event ;
            owl:onProperty s4city:isSubEventOf ] .

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

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

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

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

s4city:isSubEventOf a owl:ObjectProperty ;
    rdfs:label "is subevent of"@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#> ;
    rdfs:comment "is subevent of"@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/> ;
    ns1:hiddenLabel "isSubEventOf" .