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