Definition of s4auto:isConfidenceOf
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
A relation between the confidence (s4auto:Confidence class) of an estimated measurement and this measurement (saref:Measurement class)
Description as an Object Property
- is inverse 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/> .
s4auto:hasConfidence owl:inverseOf s4auto:isConfidenceOf .
s4auto:isConfidenceOf a owl:ObjectProperty ;
rdfs:label "isConfidenceOf"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:comment "A relation between the confidence (s4auto:Confidence class) of an estimated measurement and this measurement (saref:Measurement class)"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/> ;
ns1:hiddenLabel "isConfidenceOf" .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:isConfidenceOf ;
dct:subject s4auto:isConfidenceOf .