Definition of s4auto:IndexedPropertyValue
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
This class represents a property value of an indexed property, which is organized in a sequence using an index (defined using s4auto:hasIndex). The index is typically an integer.
Description as a Class
- has super-classes
-
saref:isValueOfProperty some
s4auto:IndexedProperty
saref:PropertyValue - is in domain of
- s4auto:hasIndex
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:hasIndex rdfs:domain s4auto:IndexedPropertyValue .
s4auto:IndexedPropertyValue a owl:Class ;
rdfs:label "Indexed Property Value"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:comment "This class represents a property value of an indexed property, which is organized in a sequence using an index (defined using s4auto:hasIndex). The index is typically an integer."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:subClassOf [ owl:onProperty saref:isValueOfProperty ;
owl:someValuesFrom s4auto:IndexedProperty ],
saref:PropertyValue ;
skos:hiddenLabel "IndexedPropertyValue" .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:IndexedPropertyValue ;
dct:subject s4auto:IndexedPropertyValue .