s4auto:Vehicle — Vehicle

IRI
https://saref.etsi.org/saref4auto/Vehicle
Is defined by
https://saref.etsi.org/saref4auto/v1.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/
Is referenced by
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#
Download serialization
License

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

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" .