<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/currency/IDR">
<j.0:currencyCode>IDR</j.0:currencyCode>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit"/>
<j.0:currencyNumber>360</j.0:currencyNumber>
<j.0:symbol>Rp</j.0:symbol>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$IDR$</j.0:expression>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Indonesian_rupiah?oldid=489729458</j.0:informativeReference>
<rdfs:label xml:lang="en">Rupiah</rdfs:label>
<j.0:currencyExponent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">0</j.0:currencyExponent>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/vocab/currency"/>
<j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Indonesian_rupiah</j.0:dbpediaMatch>
</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/currency/IDR>
rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
<http://qudt.org/schema/qudt/currencyCode> "IDR" ;
<http://qudt.org/schema/qudt/currencyExponent> 0 ;
<http://qudt.org/schema/qudt/currencyNumber> "360" ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Indonesian_rupiah"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/expression> "$IDR$"^^<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/Indonesian_rupiah?oldid=489729458"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Rp" ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/vocab/currency> ;
rdfs:label "Rupiah"@en ;
.
{"resource":"Rupiah"
,"qname":"cur:IDR"
,"uri":"http:\/\/qudt.org\/vocab\/currency\/IDR"
,"properties":["currency code":"IDR"
,"currency exponent":"0"
,"currency number":"360"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Indonesian_rupiah"
,"expression":"$IDR$"
,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Indonesian_rupiah?oldid=489729458"
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/vocab\/currency>"
,"label":"Rupiah"
,"symbol":"Rp"
,"type":"qudt:CurrencyUnit"
]}
{
"@id" : "http://qudt.org/vocab/currency/IDR",
"@type" : "http://qudt.org/schema/qudt/CurrencyUnit",
"currencyCode" : "IDR",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "360",
"dbpediaMatch" : "http://dbpedia.org/resource/Indonesian_rupiah",
"expression" : "$IDR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Indonesian_rupiah?oldid=489729458",
"symbol" : "Rp",
"isDefinedBy" : "http://qudt.org/3.0.0/vocab/currency",
"label" : {
"@language" : "en",
"@value" : "Rupiah"
},
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"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"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"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#"
}
}