s4auto:IndexedProperty — IndexedProperty

IRI
https://saref.etsi.org/saref4auto/IndexedProperty
Is defined by
https://saref.etsi.org/saref4auto/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4auto/v2.1.1/
Download serialization
License

Definition of s4auto:IndexedProperty

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

The class of properties whose values (saref:PropertyValue) are organized in a sequence using an index (defined using s4auto:hasIndex).

Description as a Class

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:EllipticalShape_semiMajorAxisLength a s4auto:IndexedProperty .

s4auto:EllipticalShape_semiMinorAxisLength a s4auto:IndexedProperty .

s4auto:IndexedPropertyValue rdfs:subClassOf [ owl:onProperty saref:isValueOfProperty ;
            owl:someValuesFrom s4auto:IndexedProperty ] .

s4auto:ItineraryPath_Position a s4auto:IndexedProperty .

s4auto:PolygonalShape_vertice a s4auto:IndexedProperty .

s4auto:PosPillar a s4auto:IndexedProperty .

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

s4auto:IndexedProperty a owl:Class ;
    rdfs:label "IndexedProperty"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:comment "The class of properties whose values (saref:PropertyValue) are organized in a sequence using an index (defined using s4auto:hasIndex)."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:subClassOf saref:Property ;
    skos:hiddenLabel "IndexedProperty" .