Definition of s4auto:OnBoardUnit
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
A device used to wirelessly communicate with other devices for safety and mobility purposes installed in a vehicle as original equipment or as aftermarket equipment (sometimes referred to as an "aftermarket safety device (ASD)"".
Definition as a Named Individual
- belongs to
- saref:DeviceKind
- skos:broader
- s4auto:AutomotiveDevice
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
s4auto:Vehicle s4syst:hasSubSystem s4auto:OnBoardUnit .
<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#> dct:references s4auto:OnBoardUnit .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:OnBoardUnit ;
dct:subject s4auto:OnBoardUnit .
s4auto:OnBoardUnit a owl:Thing,
saref:DeviceKind ;
rdfs:label "On-Board Unit"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#> ;
rdfs:comment "A device used to wirelessly communicate with other devices for safety and mobility purposes installed in a vehicle as original equipment or as aftermarket equipment (sometimes referred to as an \"aftermarket safety device (ASD)\"\"."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:broader s4auto:AutomotiveDevice ;
skos:hiddenLabel "OnBoardUnit" .