Definition of s4auto:hasStationID
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
Links automotive objects to their identifier as defined in ETSI TS 102 894-2.
Definition as a Datatype Property
- has super-properties
- saref:hasIdentifier
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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4auto:hasStationID a owl:DatatypeProperty ;
rdfs:label "has Station ID"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:comment "Links automotive objects to their identifier as defined in ETSI TS 102 894-2."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:subPropertyOf saref:hasIdentifier ;
skos:hiddenLabel "hasStationID" .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:hasStationID ;
dct:subject s4auto:hasStationID .