Definition of s4auto:VulnerableRoadUser
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
Non-motorized road users as well as users of VRU vehicles (L class of vehicles, for example mopeds or motorcycles, etc.) participating to the road traffic
Description as a Class
- has super-classes
- 
        s4auto:hasHeight some 
        s4auto:Height
 s4auto:hasLength some s4auto:Length
 s4auto:hasMovement some s4auto:Movement
 s4auto:hasWidth some s4auto:Width
 owl:Thing
- has sub-classes
- 
        s4auto:P1Pedestrian
 s4auto:P2Bicyclist
 s4auto:P3Motorcyclist
 s4auto:P4Animal
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 s4auto: <https://saref.etsi.org/saref4auto/> .
s4auto:P1Pedestrian rdfs:subClassOf s4auto:VulnerableRoadUser .
s4auto:P2Bicyclist rdfs:subClassOf s4auto:VulnerableRoadUser .
s4auto:P3Motorcyclist rdfs:subClassOf s4auto:VulnerableRoadUser .
s4auto:P4Animal rdfs:subClassOf s4auto:VulnerableRoadUser .
s4auto:RoadEntity rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:consistsOfUser ;
            owl:someValuesFrom s4auto:VulnerableRoadUser ] .
<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#> dct:references s4auto:VulnerableRoadUser .
<https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#> dct:references s4auto:VulnerableRoadUser .
<https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#> dct:references s4auto:VulnerableRoadUser .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:VulnerableRoadUser ;
    dct:subject s4auto:VulnerableRoadUser .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:VulnerableRoadUser ;
    dct:subject s4auto:VulnerableRoadUser .
s4auto:VulnerableRoadUser a owl:Class ;
    rdfs:label "VulnerableRoadUser"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/VRUCluster#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/VulnerableRoadUser#> ;
    rdfs:comment "Non-motorized road users as well as users of VRU vehicles (L class of vehicles, for example mopeds or motorcycles, etc.) participating to the road traffic"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:hasHeight ;
            owl:someValuesFrom s4auto:Height ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasLength ;
            owl:someValuesFrom s4auto:Length ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasMovement ;
            owl:someValuesFrom s4auto:Movement ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasWidth ;
            owl:someValuesFrom s4auto:Width ],
        owl:Thing ;
    ns1:hiddenLabel "VulnerableRoadUser" .