Definition of s4auto:ConfidenceValueAt95
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
Describes the confidence value of a property value, which represents the estimated accuracy of the value with a confidence level of 95 %. In such situation, the value of the property value (saref:hasValue) can be estimated as the mean of the current distribution.
Description as a Class
- has super-classes
-
s4auto:hasConfidenceLevel value "0.95"^^xsd:decimal
s4auto:ConfidenceValue
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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Confidence#> dct:references s4auto:ConfidenceValueAt95 .
s4auto:ConfidenceValueAt95 a owl:Class ;
rdfs:label "Confidence Value at 95 %"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Confidence#> ;
rdfs:comment "Describes the confidence value of a property value, which represents the estimated accuracy of the value with a confidence level of 95 %. In such situation, the value of the property value (saref:hasValue) can be estimated as the mean of the current distribution."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:subClassOf [ owl:hasValue 0.95 ;
owl:onProperty s4auto:hasConfidenceLevel ],
s4auto:ConfidenceValue ;
skos:hiddenLabel "ConfidenceValueAt95" .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:ConfidenceValueAt95 ;
dct:subject s4auto:ConfidenceValueAt95 .