<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/BSD">
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Bahamian_dollar?oldid=492776024</j.0:informativeReference>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/>
<j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Bahamian_dollar</j.0:dbpediaMatch>
<rdfs:label xml:lang="en">Bahamian Dollar</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/currency"/>
<j.0:currencyExponent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</j.0:currencyExponent>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Bahamas</j.1:description>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
<j.0:currencyNumber rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">044</j.0:currencyNumber>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<j.0:currencyCode>BSD</j.0:currencyCode>
</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/BSD>
rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Bahamas"^^rdf:HTML ;
<http://qudt.org/schema/qudt/currencyCode> "BSD" ;
<http://qudt.org/schema/qudt/currencyExponent> 2 ;
<http://qudt.org/schema/qudt/currencyNumber> 044 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bahamian_dollar"^^xsd:anyURI ;
<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/Bahamian_dollar?oldid=492776024"^^xsd:anyURI ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/currency> ;
rdfs:label "Bahamian Dollar"@en ;
.
{"resource":"Bahamian Dollar"
,"qname":"unit:BSD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BSD"
,"properties":["currency code":"BSD"
,"currency exponent":"2"
,"currency number":"044"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bahamian_dollar"
,"description":"Bahamas"
,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bahamian_dollar?oldid=492776024"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/currency>"
,"label":"Bahamian Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BSD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Bahamas",
"currencyCode" : "BSD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"http://qudt.org/schema/qudt/currencyNumber" : "044",
"dbpediaMatch" : "http://dbpedia.org/resource/Bahamian_dollar",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Bahamian_dollar?oldid=492776024",
"isDefinedBy" : "http://qudt.org/2.1/vocab/currency",
"label" : {
"@language" : "en",
"@value" : "Bahamian Dollar"
},
"@context" : {
"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"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"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#"
}
}