<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="http://qudt.org/vocab/prefix/Deca">
<j.0:symbol>da</j.0:symbol>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
<j.0:siExactMatch rdf:resource="https://si-digital-framework.org/SI/prefixes/deca"/>
<rdfs:label xml:lang="en">Deca</rdfs:label>
<j.0:exactMatch rdf:resource="http://qudt.org/vocab/prefix/Deka"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
<j.0:ucumCode>da</j.0:ucumCode>
<j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Deca</j.0:dbpediaMatch>
<j.0:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E1</j.0:prefixMultiplier>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/vocab/prefix"/>
</rdf:Description>
</rdf:RDF>
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/prefix/Deca>
rdf:type <http://qudt.org/schema/qudt/DecimalPrefix> ;
rdf:type <http://qudt.org/schema/qudt/Prefix> ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Deca"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/prefix/Deka> ;
<http://qudt.org/schema/qudt/prefixMultiplier> 1.0E1 ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/prefixes/deca> ;
<http://qudt.org/schema/qudt/symbol> "da" ;
<http://qudt.org/schema/qudt/ucumCode> "da" ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/vocab/prefix> ;
rdfs:label "Deca"@en ;
.
{"resource":"Deca"
,"qname":"prefix:Deca"
,"uri":"http:\/\/qudt.org\/vocab\/prefix\/Deca"
,"properties":["Individual from SI Reference Point":"si-prefix:deca"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Deca"
,"exact match":"prefix:Deka"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/vocab\/prefix>"
,"label":"Deca"
,"prefix multiplier":"1.0E1"
,"symbol":"da"
,"type":"qudt:DecimalPrefix"
,"type":"qudt:Prefix"
,"ucum code":"da"
]}
{
"@id" : "http://qudt.org/vocab/prefix/Deca",
"@type" : [ "http://qudt.org/schema/qudt/Prefix", "http://qudt.org/schema/qudt/DecimalPrefix" ],
"dbpediaMatch" : "http://dbpedia.org/resource/Deca",
"exactMatch" : "http://qudt.org/vocab/prefix/Deka",
"http://qudt.org/schema/qudt/prefixMultiplier" : 10.0,
"siExactMatch" : "https://si-digital-framework.org/SI/prefixes/deca",
"symbol" : "da",
"ucumCode" : "da",
"isDefinedBy" : "http://qudt.org/3.0.0/vocab/prefix",
"label" : {
"@language" : "en",
"@value" : "Deca"
},
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefixMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/prefixMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}