Definition of s4auto:hasConfidenceValue
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
A relation between the confidence (s4auto:Confidence) and its value, which can be a discrete value (+/- 5 cm/s) or a level (e.g. 95 %)
Definition as a Datatype Property
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
s4auto:AccelerationConfidence rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasConfidenceValue ;
owl:someValuesFrom xsd:float ] .
s4auto:Confidence rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasConfidenceValue ;
owl:someValuesFrom xsd:float ] .
s4auto:SpeedConfidence rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasConfidenceValue ;
owl:someValuesFrom xsd:int ] .
<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> dct:references s4auto:hasConfidenceValue .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Confidence#> dct:references s4auto:hasConfidenceValue .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:hasConfidenceValue ;
dct:subject s4auto:hasConfidenceValue .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:hasConfidenceValue ;
dct:subject s4auto:hasConfidenceValue .
s4auto:hasConfidenceValue a owl:DatatypeProperty ;
rdfs:label "hasConfidenceValue"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#>,
<https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Confidence#> ;
rdfs:comment "A relation between the confidence (s4auto:Confidence) and its value, which can be a discrete value (+/- 5 cm/s) or a level (e.g. 95 %)"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/> ;
ns1:hiddenLabel "hasConfidenceValue" .