Definition of s4auto:AutomotiveDevice
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.
Description as a Class
- is equivalent to
- ( one of { s4auto:AutomotiveDevice } ) or ( skos:broader value s4auto:AutomotiveDevice) or ( saref:hasFeatureKind value s4auto:AutomotiveDevice)
- has super-classes
- s4auto:AutomotiveEntity
- has sub-classes
- s4auto:RoadSideEquipment
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4auto:MobileUnit skos:broader s4auto:AutomotiveDevice .
s4auto:OnBoardUnit skos:broader s4auto:AutomotiveDevice .
s4auto:RoadSideEquipment rdfs:subClassOf s4auto:AutomotiveDevice .
<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#> dct:references s4auto:AutomotiveDevice .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:AutomotiveDevice ;
dct:subject s4auto:AutomotiveDevice .
s4auto:AutomotiveDevice a owl:Class,
owl:NamedIndividual,
saref:DeviceKind ;
rdfs:label "Automotive Device"@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."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:subClassOf s4auto:AutomotiveEntity ;
owl:equivalentClass [ owl:unionOf ( [ owl:oneOf ( s4auto:AutomotiveDevice ) ] [ owl:hasValue s4auto:AutomotiveDevice ;
owl:onProperty skos:broader ] [ owl:hasValue s4auto:AutomotiveDevice ;
owl:onProperty saref:hasFeatureKind ] ) ] ;
skos:broader s4auto:AutomotiveEntity ;
skos:hiddenLabel "AutomotiveDevice" .