Definition of s4auto:VehicleRole
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
The role the vehicle plays in traffic. If not specified, it is assumed that it takes a default value. Otherwise, possible values to be specified are: publicTransport, specialTransport, dangerousGoods, roadWork, rescue, emergency, safetyCar, agriculture, commercial, military, roadOperator, taxi.
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 s4auto: <https://saref.etsi.org/saref4auto/> .
s4auto:Agriculture a s4auto:VehicleRole .
s4auto:Commercial a s4auto:VehicleRole .
s4auto:DangerousGood a s4auto:VehicleRole .
s4auto:Emergency a s4auto:VehicleRole .
s4auto:Military a s4auto:VehicleRole .
s4auto:PublicTransport a s4auto:VehicleRole .
s4auto:Rescue a s4auto:VehicleRole .
s4auto:RoadOperator a s4auto:VehicleRole .
s4auto:RoadWork a s4auto:VehicleRole .
s4auto:SafetyCar a s4auto:VehicleRole .
s4auto:SpecialTransport a s4auto:VehicleRole .
s4auto:Taxi a s4auto:VehicleRole .
s4auto:Vehicle rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasVehicleRole ;
owl:someValuesFrom s4auto:VehicleRole ] .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#> dct:references s4auto:VehicleRole .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:VehicleRole ;
dct:subject s4auto:VehicleRole .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:VehicleRole ;
dct:subject s4auto:VehicleRole .
s4auto:VehicleRole a owl:Class ;
rdfs:label "VehicleRole"@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/Vehicle_dynamic_properties#> ;
rdfs:comment "The role the vehicle plays in traffic. If not specified, it is assumed that it takes a default value. Otherwise, possible values to be specified are: publicTransport, specialTransport, dangerousGoods, roadWork, rescue, emergency, safetyCar, agriculture, commercial, military, roadOperator, taxi."@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 s4auto:Role ;
ns1:hiddenLabel "VehicleRole" .