Definition of s4auto:Vehicle
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
A vehicle is the main object of interest in the automotive domain. Example of types of vehicles are car, truck, public transport and two-wheeler. See ETSI TS 102 894-2 spec for full list of vehicles, which are type of "stations". See also the SENSORIS data model for possible type of vehicles. The main IoT device considered in the vehicle is the ECU (part of the vehicle on board equipment, or OBE), see s4auto:ElectronicControlUnit class.
Description as a Class
- has super-classes
- 
        s4auto:isMemberOfVehicleEnvironment some 
        s4auto:VehicleEnvironment
 s4syst:hasSubSystem some s4auto:ElectronicControlUnit
 s4auto:hasEstimatedJoiningTime some xsd:dateTime
 s4auto:hasAbsolutePosition some s4auto:AbsolutePosition
 s4auto:hasAutomationLevel some s4auto:AutomationLevel
 s4auto:hasBrakeCapacity some s4auto:BrakeCapacity
 s4auto:hasDestinationAddress some s4auto:Address
 s4auto:hasDestinationEndPoint some s4auto:EndPoint
 s4auto:hasEnvironment some s4auto:VehicleEnvironment
 s4auto:hasEstimatedRendezvousLocation some s4auto:RendezvousLocation
 s4auto:hasHeight some s4auto:Height
 s4auto:hasIdentifier some s4auto:Identifier
 s4auto:hasLength some s4auto:Length
 s4auto:hasParkingVehicleState some s4auto:PlatoonVehicleState
 s4auto:hasPlatoonPosition some s4auto:PlatoonPosition
 s4auto:hasPlatoonRole some s4auto:PlatoonRole
 s4auto:hasPlatoonVehicleState some s4auto:PlatoonVehicleState
 s4auto:hasRelativePosition some s4auto:RelativePosition
 s4auto:hasRoadTopologyPosition some s4auto:RoadTopologyPosition
 s4auto:hasRoute some s4auto:Route
 s4auto:hasVehicleRole some s4auto:VehicleRole
 s4auto:hasWidth some s4auto:Width
 s4auto:isMemberOfPlatoon some s4auto:Platoon
 saref:FeatureOfInterest
 s4auto:AutomotiveObject
 s4syst:System
- has sub-classes
- 
        s4auto:Car
 s4auto:PublicTransport
 s4auto:Truck
 s4auto:TwoWheeler
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/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4auto:Car rdfs:subClassOf s4auto:Vehicle .
s4auto:PublicTransport rdfs:subClassOf s4auto:Vehicle .
s4auto:Truck rdfs:subClassOf s4auto:Vehicle .
s4auto:TwoWheeler rdfs:subClassOf s4auto:Vehicle .
s4auto:ElectronicControlUnit rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4syst:subSystemOf ;
            owl:someValuesFrom s4auto:Vehicle ] .
s4auto:Platoon rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:hasPlatoonMember ;
            owl:someValuesFrom s4auto:Vehicle ] .
<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#> dct:references s4auto:Vehicle .
<https://saref.etsi.org/saref4auto/v2.1.1/example/DangerousGoods#> dct:references s4auto:Vehicle .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Trailer#> dct:references s4auto:Vehicle .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle#> dct:references s4auto:Vehicle .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#> dct:references s4auto:Vehicle .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#> dct:references s4auto:Vehicle .
s4auto:VehicleEnvironment rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:consistsOfVehicle ;
            owl:someValuesFrom s4auto:Vehicle ] .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:Vehicle ;
    dct:subject s4auto:Vehicle .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:Vehicle ;
    dct:subject s4auto:Vehicle .
s4auto:Vehicle a owl:Class ;
    rdfs:label "Vehicle"@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/DangerousGoods#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Trailer#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#> ;
    rdfs:comment "A vehicle is the main object of interest in the automotive domain. Example of types of vehicles are car, truck, public transport and two-wheeler. See ETSI TS 102 894-2 spec for full list of vehicles, which are type of \"stations\". See also the SENSORIS data model for possible type of vehicles. The main IoT device considered in the vehicle is the ECU (part of the vehicle on board equipment, or OBE), see s4auto:ElectronicControlUnit class."@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:isMemberOfVehicleEnvironment ;
            owl:someValuesFrom s4auto:VehicleEnvironment ],
        [ a owl:Restriction ;
            owl:onProperty s4syst:hasSubSystem ;
            owl:someValuesFrom s4auto:ElectronicControlUnit ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasEstimatedJoiningTime ;
            owl:someValuesFrom xsd:dateTime ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasAbsolutePosition ;
            owl:someValuesFrom s4auto:AbsolutePosition ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasAutomationLevel ;
            owl:someValuesFrom s4auto:AutomationLevel ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasBrakeCapacity ;
            owl:someValuesFrom s4auto:BrakeCapacity ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasDestinationAddress ;
            owl:someValuesFrom s4auto:Address ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasDestinationEndPoint ;
            owl:someValuesFrom s4auto:EndPoint ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasEnvironment ;
            owl:someValuesFrom s4auto:VehicleEnvironment ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasEstimatedRendezvousLocation ;
            owl:someValuesFrom s4auto:RendezvousLocation ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasHeight ;
            owl:someValuesFrom s4auto:Height ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasIdentifier ;
            owl:someValuesFrom s4auto:Identifier ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasLength ;
            owl:someValuesFrom s4auto:Length ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasParkingVehicleState ;
            owl:someValuesFrom s4auto:PlatoonVehicleState ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasPlatoonPosition ;
            owl:someValuesFrom s4auto:PlatoonPosition ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasPlatoonRole ;
            owl:someValuesFrom s4auto:PlatoonRole ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasPlatoonVehicleState ;
            owl:someValuesFrom s4auto:PlatoonVehicleState ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasRelativePosition ;
            owl:someValuesFrom s4auto:RelativePosition ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasRoadTopologyPosition ;
            owl:someValuesFrom s4auto:RoadTopologyPosition ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasRoute ;
            owl:someValuesFrom s4auto:Route ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasVehicleRole ;
            owl:someValuesFrom s4auto:VehicleRole ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasWidth ;
            owl:someValuesFrom s4auto:Width ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:isMemberOfPlatoon ;
            owl:someValuesFrom s4auto:Platoon ],
        saref:FeatureOfInterest,
        s4auto:AutomotiveObject,
        s4syst:System ;
    ns1:hiddenLabel "Vehicle" .