s4auto:Identifier — Identifier

IRI
https://saref.etsi.org/saref4auto/Identifier
Is defined by
https://saref.etsi.org/saref4auto/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4auto/v1.1.1/
https://saref.etsi.org/saref4auto/v1.1.1/example/example1#
Download serialization
License

Definition of s4auto:Identifier

Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:

A class used to identify 1) a vehicle (station) during data exchange with other devices/stations 2) a platoon during data exchange with other devices/stations, 3) a parking spot within a parking area during data exchange with other devices/stations. In all cases, this identifier may be a pseudonym. It may change over space and/or over time.

Description as a Class

has super-classes
s4auto:hasIDValue some xsd:string
has sub-classes
s4auto:StationID
s4auto:UUID
is in range of
s4auto:hasIdentifier

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 saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

saref:FeatureOfInterest rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:hasIdentifier ;
            owl:someValuesFrom s4auto:Identifier ] .

s4auto:ParkingSpot rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:hasIdentifier ;
            owl:someValuesFrom s4auto:Identifier ] .

s4auto:Platoon rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:hasIdentifier ;
            owl:someValuesFrom s4auto:Identifier ] .

s4auto:StationID rdfs:subClassOf s4auto:Identifier .

s4auto:UUID rdfs:subClassOf s4auto:Identifier .

s4auto:Vehicle rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:hasIdentifier ;
            owl:someValuesFrom s4auto:Identifier ] .

<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> dct:references s4auto:Identifier .

<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:Identifier ;
    dct:subject s4auto:Identifier .

s4auto:hasIdentifier rdfs:range s4auto:Identifier .

s4auto:Identifier a owl:Class ;
    rdfs:label "Identifier"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
        <https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> ;
    rdfs:comment "A class used to identify 1)  a vehicle (station) during data exchange with other devices/stations 2) a platoon during data exchange with other devices/stations, 3)  a parking spot within a parking area during data exchange with other devices/stations. In all cases, this identifier may be a pseudonym. It may change over space and/or over time."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:hasIDValue ;
            owl:someValuesFrom xsd:string ] ;
    ns1:hiddenLabel "Identifier" .