Definition of s4auto:hasConfidence
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
A relation between an estimated measurement (saref:Measurement class) and its confidence (s4auto:Confidence)
Description as an Object Property
- has range
- s4auto:Confidence
- is inverse of
- s4auto:isConfidenceOf
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/> .
saref:Measurement rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasConfidence ;
owl:someValuesFrom s4auto:Confidence ] .
s4auto:Position rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasConfidence ;
owl:someValuesFrom s4auto:Confidence ] .
<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> dct:references s4auto:hasConfidence .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:hasConfidence ;
dct:subject s4auto:hasConfidence .
s4auto:hasConfidence a owl:ObjectProperty ;
rdfs:label "hasConfidence"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> ;
rdfs:comment "A relation between an estimated measurement (saref:Measurement class) and its confidence (s4auto:Confidence)"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
rdfs:range s4auto:Confidence ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/> ;
owl:inverseOf s4auto:isConfidenceOf ;
ns1:hiddenLabel "hasConfidence" .