Unverified Commit 46091163 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

allow confidence level to be attached to the result of an observation

parent 12d309e3
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -110,9 +110,9 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
#################################################################

:hasConfidenceLevel rdf:type owl:DatatypeProperty ;
  rdfs:domain saref:Observation ;
  rdfs:domain [ a owl:Class ; owl:unionOf ( saref:Observation saref:PropertyValue ) ] ;
  rdfs:range xsd:decimal ;
  rdfs:comment "Associates a confidence level (a decimal value between 0 and 1) to an observation result, stating that the actual value of the property is estimated to be inside the result value."@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:label "has Confidence Level"@en .