Definition of s4auto:hasIndex
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
Links a property value of an indexed property to its index (an xsd:integer) such that it is organized in a sequence.
Definition as a Datatype Property
- has domain
- s4auto:IndexedPropertyValue
- has range
- xsd:integer
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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#> dct:references s4auto:hasIndex .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> dct:references s4auto:hasIndex .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_PolygonalShape#> dct:references s4auto:hasIndex .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#> dct:references s4auto:hasIndex .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#> dct:references s4auto:hasIndex .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:hasIndex ;
dct:subject s4auto:hasIndex .
s4auto:hasIndex a owl:DatatypeProperty ;
rdfs:label "has index"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Shape_PolygonalShape#>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_static_properties#> ;
rdfs:comment "Links a property value of an indexed property to its index (an xsd:integer) such that it is organized in a sequence."@en ;
rdfs:domain s4auto:IndexedPropertyValue ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:range xsd:integer ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:hiddenLabel "hasIndex" .