Skip to content

Commit

Permalink
suppress deviations caused by OM or SWEET
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil committed Sep 7, 2022
1 parent 10bcbf4 commit 97ddb38
Showing 1 changed file with 46 additions and 3 deletions.
49 changes: 46 additions & 3 deletions unit-ontology-comparison.trig
Original file line number Diff line number Diff line change
Expand Up @@ -822,16 +822,59 @@ GRAPH <manualCorrespondences>
[av:key "aspects" ; av:value <aspectUnit>, <aspectQuantityKind> ] ;
.

<omKnownErrors> rdf:type av:MetaDataGraph ; dqv:computedOn <http://qudt.org/> .
<omKnownErrors> rdf:type av:MetaDataGraph ; dqv:computedOn <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
GRAPH <omKnownErrors>
{
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.01"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:centimetre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.01"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:centimetrePerSecond-Time ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.01"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:centimetrePerSecond-TimeSquared ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-6"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:cubicCentimetre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.001"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:cubicDecimetre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "9.999999E-19"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:cubicMicrometre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0000002E-9"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:cubicMillimetre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.1"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:decimetre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "zeroAtOfBase" ; av:affectedValue "273.15"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:degreeCelsius ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-15"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:femtometre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "999.99994"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:kilogramPerCubicDecimetre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-6"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:microampere ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-6"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:micromole ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-6"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:micromolePerMole ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-6"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:micromolePerSecond-Time ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-6"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:microsecond-Time ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.001"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:milliampere ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.001"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:millimetre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.001"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:millimetrePerSecond-Time ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.001"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:millimole ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.001"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:millisecond-Time ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-9"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:nanoampere ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-9"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:nanometre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-9"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:nanosecond-Time ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-12"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:picoampere ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-12"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:picometre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-12"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:picosecond-Time ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-4"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:squareCentimetre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.010000001"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:squareDecimetre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-12"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:squareMicrometre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0000001E-6"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:squareMillimetre ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "9.999999E-19"^^<http://www.w3.org/2001/XMLSchema#float> ; ] ; oa:hasTarget om:squareNanometre ] .
}

<sweetKnownErrors> rdf:type av:MetaDataGraph ; dqv:computedOn <http://sweetontology.net/> .
GRAPH <sweetKnownErrors>
{
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "symbol" ; av:affectedValue "Lx"^^<http://www.w3.org/2001/XMLSchema#string> ; ] ; oa:hasTarget <http://sweetontology.net/reprSciUnits/lux> ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <https://raw.githubusercontent.com/qudt/qudt-public-repo/master/.github/workflows/aspectUnit> ; av:affectedVariableName "symbol" ; av:affectedValue "G"^^<http://www.w3.org/2001/XMLSchema#string> ; ] ; oa:hasTarget <http://sweetontology.net/reprSciUnits/siemens> ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "2.909E-4"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:arcminute ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.01e0"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:centimeter ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "57.2957795e0"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:degrees ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "symbol" ; av:affectedValue "Lx"^^<http://www.w3.org/2001/XMLSchema#string> ; ] ; oa:hasTarget sorepsu:lux ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.001e0"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:millimeter ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-9"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:nanometer ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.001e0"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:perMil ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "0.001e0"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:permil ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-9"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:ppb ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-6"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:ppm ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-12"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:ppt ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "oneEqualsOfBase" ; av:affectedValue "1.0E-12"^^<http://www.w3.org/2001/XMLSchema#double> ; ] ; oa:hasTarget sorepsu:pptv ] .
[ rdf:type dqv:QualityAnnotation ; oa:hasBody [ rdf:type av:WrongValue ; av:affectedAspect <aspectUnit> ; av:affectedVariableName "symbol" ; av:affectedValue "G"^^<http://www.w3.org/2001/XMLSchema#string> ; ] ; oa:hasTarget sorepsu:siemens ] .
}

<wikidataKnownErrors> rdf:type av:MetaDataGraph ; dqv:computedOn <http://www.wikidata.org/> .
Expand Down

0 comments on commit 97ddb38

Please sign in to comment.