unit:CCY_RUB
URI: http://qudt.org/vocab/unit/CCY_RUB
Work in progress
<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/unit/CCY_RUB"> <rdfs:label xml:lang="en">Russian Ruble</rdfs:label> <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E0</j.0:conversionMultiplierSN> <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$RUB$</j.0:expression> <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/> <j.0:currencyCode>RUB</j.0:currencyCode> <j.0:currencyExponent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</j.0:currencyExponent> <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Russian_ruble</j.0:dbpediaMatch> <rdf:type rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit"/> <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.4/vocab/unit"/> <j.0:currencyNumber>643</j.0:currencyNumber> <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/> <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Russian_ruble?oldid=494336467</j.0:informativeReference> <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier> <j.0:symbol>₽</j.0:symbol> <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/> </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/CCY_RUB> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "RUB" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "643" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Russian_ruble"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$RUB$"^^<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/Russian_ruble?oldid=494336467"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "₽" ; rdfs:isDefinedBy <http://qudt.org/3.1.4/vocab/unit> ; rdfs:label "Russian Ruble"@en ; .
{"resource":"Russian Ruble" ,"qname":"unit:CCY_RUB" ,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_RUB" ,"properties":["conversion multiplier":"1.0" ,"conversion multiplier scientific":"1.0E0" ,"currency code":"RUB" ,"currency exponent":"2" ,"currency number":"643" ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Russian_ruble" ,"expression":"$RUB$" ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" ,"has quantity kind":"quantitykind:Currency" ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Russian_ruble?oldid=494336467" ,"isDefinedBy":"<http:\/\/qudt.org\/3.1.4\/vocab\/unit>" ,"label":"Russian Ruble" ,"symbol":"\u20BD" ,"type":"qudt:CurrencyUnit" ,"type":"qudt:Unit" ]}
{ "@id" : "http://qudt.org/vocab/unit/CCY_RUB", "@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ], "conversionMultiplier" : "1.0", "conversionMultiplier:SN" : 1.0, "currencyCode" : "RUB", "http://qudt.org/schema/qudt/currencyExponent" : 2, "currencyNumber" : "643", "dbpediaMatch" : "http://dbpedia.org/resource/Russian_ruble", "expression" : "$RUB$", "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1", "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency", "informativeReference" : "http://en.wikipedia.org/wiki/Russian_ruble?oldid=494336467", "symbol" : "₽", "isDefinedBy" : "http://qudt.org/3.1.4/vocab/unit", "label" : { "@language" : "en", "@value" : "Russian Ruble" }, "@context" : { "label" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#label" }, "conversionMultiplierSN" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN", "@type" : "http://www.w3.org/2001/XMLSchema#double" }, "expression" : { "@id" : "http://qudt.org/schema/qudt/expression", "@type" : "http://qudt.org/schema/qudt/LatexString" }, "hasQuantityKind" : { "@id" : "http://qudt.org/schema/qudt/hasQuantityKind", "@type" : "@id" }, "currencyCode" : { "@id" : "http://qudt.org/schema/qudt/currencyCode" }, "currencyExponent" : { "@id" : "http://qudt.org/schema/qudt/currencyExponent", "@type" : "http://www.w3.org/2001/XMLSchema#integer" }, "dbpediaMatch" : { "@id" : "http://qudt.org/schema/qudt/dbpediaMatch", "@type" : "http://www.w3.org/2001/XMLSchema#anyURI" }, "isDefinedBy" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", "@type" : "@id" }, "currencyNumber" : { "@id" : "http://qudt.org/schema/qudt/currencyNumber" }, "hasDimensionVector" : { "@id" : "http://qudt.org/schema/qudt/hasDimensionVector", "@type" : "@id" }, "informativeReference" : { "@id" : "http://qudt.org/schema/qudt/informativeReference", "@type" : "http://www.w3.org/2001/XMLSchema#anyURI" }, "conversionMultiplier" : { "@id" : "http://qudt.org/schema/qudt/conversionMultiplier", "@type" : "http://www.w3.org/2001/XMLSchema#decimal" }, "symbol" : { "@id" : "http://qudt.org/schema/qudt/symbol" }, "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#" } }