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:comment"Associates a confidence level (a decimal value between 0 and 1) to an observation or its result, stating that the actual value of the property is estimated to be inside the result's value."@en;
rdfs:comment"A type of confidence for acceleration observations that represents the absolute accuracy of a reported vehicle acceleration value with a predefined confidence level (e.g. 95 %)"@en;
rdfs:comment"The main objects of interest in the automotive domain."@en;
rdfs:label"AutomotiveObject"@en.
### https://saref.etsi.org/saref4auto/Confidence
:Confidencerdf:typeowl:Class;
rdfs:subClassOf[rdf:typeowl:Restriction;
owl:onProperty:hasConfidenceUnitOfMeasure;
owl:someValuesFromsaref:UnitOfMeasure
],
[rdf:typeowl:Restriction;
owl:onProperty:hasConfidenceValue;
owl:someValuesFromxsd:float
];
rdfs:comment"Every observation in the automotive domain is an estimated observation coming from the aggregation of several observations 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:comment"A type of confidence that represents horizontal position accuracy in a shape of ellipse with a predefined confidence level (e.g. 95 %). The centre of the ellipse shape corresponds to the reference position point for which the position accuracy is evaluated."@en;