Commit 44ea790a authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Merge branch 'develop-v2.1.1' into 'issue-24'

# Conflicts:
#   ontology/saref4auto.ttl
parents 0b564ece 21c1e347
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -76,9 +76,9 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
#################################################################
#################################################################


:hasConfidenceLevel a owl:DatatypeProperty ;
:hasConfidenceLevel a owl:DatatypeProperty ;
  rdfs:domain saref:Observation ;
  rdfs:domain [ a owl:Class ; owl:unionOf ( saref:Observation saref:PropertyValue ) ] ;
  rdfs:range xsd:decimal ;
  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 .
  rdfs:label "has Confidence Level"@en .