<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:j.1="http://purl.org/dc/terms/"
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/unit/SpecialDrawingRights">
<j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Special_Drawing_Rights</j.0:dbpediaMatch>
<j.0:currencyCode>XDR</j.0:currencyCode>
<j.0:outOfScope rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:outOfScope>
<j.0:currencyNumber rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">960</j.0:currencyNumber>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/currency"/>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Special_Drawing_Rights?oldid=467224374</j.0:informativeReference>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(XDR\)</j.0:expression>
<rdfs:label xml:lang="en">Special Drawing Rights</rdfs:label>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">International Monetary Fund</j.1:description>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit"/>
</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/unit/SpecialDrawingRights>
rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "International Monetary Fund"^^rdf:HTML ;
<http://qudt.org/schema/qudt/currencyCode> "XDR" ;
<http://qudt.org/schema/qudt/currencyNumber> 960 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Special_Drawing_Rights"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/expression> "\\(XDR\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Special_Drawing_Rights?oldid=467224374"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/outOfScope> true ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/currency> ;
rdfs:label "Special Drawing Rights"@en ;
.
{"resource":"Special Drawing Rights"
,"qname":"unit:SpecialDrawingRights"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SpecialDrawingRights"
,"properties":["currency code":"XDR"
,"currency number":"960"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Special_Drawing_Rights"
,"description":"International Monetary Fund"
,"expression":"\\(XDR\\)"
,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Special_Drawing_Rights?oldid=467224374"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/currency>"
,"label":"Special Drawing Rights"
,"out of scope":"true"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SpecialDrawingRights",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"description" : "International Monetary Fund",
"currencyCode" : "XDR",
"http://qudt.org/schema/qudt/currencyNumber" : 960,
"dbpediaMatch" : "http://dbpedia.org/resource/Special_Drawing_Rights",
"expression" : "\\(XDR\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Special_Drawing_Rights?oldid=467224374",
"http://qudt.org/schema/qudt/outOfScope" : true,
"isDefinedBy" : "http://qudt.org/2.1/vocab/currency",
"label" : {
"@language" : "en",
"@value" : "Special Drawing Rights"
},
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"outOfScope" : {
"@id" : "http://qudt.org/schema/qudt/outOfScope",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"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#"
}
}