View as:
CSV
RDF/XML
<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/XAF">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:currencyCode>XAF</j.0:currencyCode>
<rdfs:label xml:lang="en">CFA Franc BEAC</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/currency"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/>
<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"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Cameroon, Central African Republic, Congo, Chad, Equatorial Guinea, Gabon</j.1:description>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit"/>
<j.0:currencyNumber rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">950</j.0:currencyNumber>
</rdf:Description>
</rdf:RDF>
TURTLE
@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/XAF>
rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Cameroon, Central African Republic, Congo, Chad, Equatorial Guinea, Gabon"^^rdf:HTML ;
<http://qudt.org/schema/qudt/currencyCode> "XAF" ;
<http://qudt.org/schema/qudt/currencyExponent> 0 ;
<http://qudt.org/schema/qudt/currencyNumber> 950 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/currency> ;
rdfs:label "CFA Franc BEAC"@en ;
.
JSON
{"resource":"CFA Franc BEAC"
,"qname":"unit:XAF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/XAF"
,"properties":["currency code":"XAF"
,"currency exponent":"0"
,"currency number":"950"
,"description":"Cameroon, Central African Republic, Congo, Chad, Equatorial Guinea, Gabon"
,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/currency>"
,"label":"CFA Franc BEAC"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
JSON-LD
{
"@id" : "http://qudt.org/vocab/unit/XAF",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"description" : "Cameroon, Central African Republic, Congo, Chad, Equatorial Guinea, Gabon",
"currencyCode" : "XAF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"http://qudt.org/schema/qudt/currencyNumber" : 950,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/2.1/vocab/currency",
"label" : {
"@language" : "en",
"@value" : "CFA Franc BEAC"
},
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"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"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"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#"
}
}