http://www.qudt.org/1.1/vocab/unit
has:
<rdf:Description rdf:about="http://qudt.org/vocab/unit#Meter">
<qudt:symbol rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m</qudt:symbol>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Meter</rdfs:label>
<skos:exactMatch rdf:resource="http://dbpedia.org/resource/Metre"/>
<qudt:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1</qudt:conversionMultiplier>
<qudt:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1090</qudt:code>
<qudt:conversionOffset rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0.0</qudt:conversionOffset>
<qudt:abbreviation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m</qudt:abbreviation>
<rdf:type rdf:resource="http://qudt.org/schema/qudt#SIBaseUnit"/>
<qudt:uneceCommonCode rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MTR</qudt:uneceCommonCode>
<rdf:type rdf:resource="http://qudt.org/schema/qudt#LengthUnit"/>
</rdf:Description>
Shouldn’t that be:
<rdf:Description rdf:about="http://qudt.org/1.1/vocab/unit#Meter">
<qudt:symbol rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m</qudt:symbol>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Meter</rdfs:label>
<skos:exactMatch rdf:resource="http://dbpedia.org/resource/Metre"/>
<qudt:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1</qudt:conversionMultiplier>
<qudt:code rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1090</qudt:code>
<qudt:conversionOffset rdf:datatype="http://www.w3.org/2001/XMLSchema#double">0.0</qudt:conversionOffset>
<qudt:abbreviation rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m</qudt:abbreviation>
<rdf:type rdf:resource="http://qudt.org/schema/qudt#SIBaseUnit"/>
<qudt:uneceCommonCode rdf:datatype="http://www.w3.org/2001/XMLSchema#string">MTR</qudt:uneceCommonCode>
<rdf:type rdf:resource="http://qudt.org/schema/qudt#LengthUnit"/>
</rdf:Description>
|
|
|||||||||||||||||
|
|
|||||||||||||||||