Definition of s4auto:Confidence
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
Every measurement in the automotive domain is an estimated measurement coming from the aggregation of several measurements from different sensor or devices taken at the same time or at consecutive times very close to each other. Therefore, a confidence is always associated to each mesurement to indicate that it has not 100% accuracy.
Description as a Class
- has super-classes
-
s4auto:hasConfidenceUnitOfMeasure some
saref:UnitOfMeasure
s4auto:hasConfidenceValue some xsd:float - has sub-classes
-
s4auto:AccelerationConfidence
s4auto:PositionConfidenceEllipse
s4auto:SpeedConfidence - is in range of
- s4auto:hasConfidence
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 saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
saref:Measurement rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasConfidence ;
owl:someValuesFrom s4auto:Confidence ] .
s4auto:AccelerationConfidence rdfs:subClassOf s4auto:Confidence .
s4auto:Position rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasConfidence ;
owl:someValuesFrom s4auto:Confidence ] .
s4auto:PositionConfidenceEllipse rdfs:subClassOf s4auto:Confidence .
s4auto:SpeedConfidence rdfs:subClassOf s4auto:Confidence .
s4auto:hasConfidence rdfs:range s4auto:Confidence .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:Confidence ;
dct:subject s4auto:Confidence .
s4auto:Confidence a owl:Class ;
rdfs:label "Confidence"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:comment "Every measurement in the automotive domain is an estimated measurement coming from the aggregation of several measurements from different sensor or devices taken at the same time or at consecutive times very close to each other. Therefore, a confidence is always associated to each mesurement to indicate that it has not 100% accuracy."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasConfidenceUnitOfMeasure ;
owl:someValuesFrom saref:UnitOfMeasure ],
[ a owl:Restriction ;
owl:onProperty s4auto:hasConfidenceValue ;
owl:someValuesFrom xsd:float ] ;
ns1:hiddenLabel "Confidence" .