Definition of s4auto:IntegerProperty
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
The class of properties whose value (saref:hasValue) is typically expressed as a xsd:integer literal
Description as a Class
- has super-classes
- saref:Property
- has members
- s4auto:NumberOfOccupants, s4auto:PlatoonMaxSize, s4auto:PlatoonPosition, s4auto:PlatoonSize
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:NumberOfOccupants a s4auto:IntegerProperty .
s4auto:PlatoonMaxSize a s4auto:IntegerProperty .
s4auto:PlatoonPosition a s4auto:IntegerProperty .
s4auto:PlatoonSize a s4auto:IntegerProperty .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:IntegerProperty ;
dct:subject s4auto:IntegerProperty .
s4auto:IntegerProperty a owl:Class ;
rdfs:label "IntegerProperty"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:comment "The class of properties whose value (saref:hasValue) is typically expressed as a xsd:integer literal"@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 "IntegerProperty" .