s4auto:ConfidenceValue — Confidence Value

IRI
https://saref.etsi.org/saref4auto/ConfidenceValue
Is defined by
https://saref.etsi.org/saref4auto/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4auto/v2.1.1/
Download serialization
License

Definition of s4auto:ConfidenceValue

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 certain confidence level (property s4auto:hasConfidenceLevel). 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
saref:hasValue exactly 1
saref:isMeasuredIn max 1
has sub-classes
s4auto:ConfidenceValueAt95
is in range of
s4auto:hasConfidenceValue

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4auto:ConfidenceValueAt95 rdfs:subClassOf s4auto:ConfidenceValue .

s4auto:hasConfidenceLevel rdfs:domain [ a owl:Class ;
            owl:unionOf ( saref:Observation saref:PropertyValue s4auto:ConfidenceValue ) ] .

s4auto:hasConfidenceValue rdfs:range s4auto:ConfidenceValue .

<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:ConfidenceValue ;
    dct:subject s4auto:ConfidenceValue .

s4auto:ConfidenceValue a owl:Class ;
    rdfs:label "Confidence Value"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:comment "Describes the confidence value of a property value, which represents the estimated accuracy of the value with a certain confidence level (property s4auto:hasConfidenceLevel). 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 [ a owl:Restriction ;
            owl:cardinality 1 ;
            owl:onProperty saref:hasValue ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty saref:isMeasuredIn ] ;
    skos:hiddenLabel "ConfidenceValue" .