Definition of s4auto:Trailer
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
Non-self propelled vehicle that is designed and constructed to be towed by a power driven vehicle as defined in UNECE/TRANS/WP.29/78/Rev.4 class O
Description as a Class
- is equivalent to
- ( one of { s4auto:Trailer } ) or ( skos:broader value s4auto:Trailer) or ( saref:hasFeatureKind value s4auto:Trailer)
- has super-classes
- s4auto:Vehicle
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#> .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Trailer#> dct:references s4auto:Trailer .
s4auto:Vehicle saref:consistsOf s4auto:Trailer .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:Trailer ;
dct:subject s4auto:Trailer .
s4auto:Trailer a owl:Class,
owl:NamedIndividual,
saref:FeatureKind ;
rdfs:label "Trailer"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Trailer#> ;
rdfs:comment "Non-self propelled vehicle that is designed and constructed to be towed by a power driven vehicle as defined in UNECE/TRANS/WP.29/78/Rev.4 class O"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:subClassOf s4auto:Vehicle ;
owl:equivalentClass [ a owl:Class ;
owl:unionOf ( [ owl:oneOf ( s4auto:Trailer ) ] [ owl:hasValue s4auto:Trailer ;
owl:onProperty skos:broader ] [ owl:hasValue s4auto:Trailer ;
owl:onProperty saref:hasFeatureKind ] ) ] ;
skos:broader s4auto:Vehicle ;
skos:hiddenLabel "Trailer" ;
skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: TrailerData"@en ;
saref:hasProperty s4auto:Trailer_frontOverhang,
s4auto:Trailer_hitchAngle,
s4auto:Trailer_hitchPointOffset,
s4auto:Trailer_rearOverhang,
s4auto:Trailer_trailerWidth .