<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/USDollar-NextDay">
<j.0:outOfScope rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:outOfScope>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">United States</j.1:description>
<j.0:currencyCode>USN</j.0:currencyCode>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
<j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/>
<j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(USN\)</j.0:expression>
<j.0:currencyNumber rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">997</j.0:currencyNumber>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
<rdfs:label xml:lang="en">United States Dollar (next day) (funds code)</rdfs:label>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit"/>
<j.0:currencyExponent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</j.0:currencyExponent>
</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/USDollar-NextDay>
rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "United States"^^rdf:HTML ;
<http://qudt.org/schema/qudt/currencyCode> "USN" ;
<http://qudt.org/schema/qudt/currencyExponent> 2 ;
<http://qudt.org/schema/qudt/currencyNumber> 997 ;
<http://qudt.org/schema/qudt/expression> "\\(USN\\)"^^<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/outOfScope> true ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "United States Dollar (next day) (funds code)"@en ;
.
{"resource":"United States Dollar (next day) (funds code)"
,"qname":"unit:USDollar-NextDay"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/USDollar-NextDay"
,"properties":["currency code":"USN"
,"currency exponent":"2"
,"currency number":"997"
,"description":"United States"
,"expression":"\\(USN\\)"
,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/unit>"
,"label":"United States Dollar (next day) (funds code)"
,"out of scope":"true"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/USDollar-NextDay",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"description" : "United States",
"currencyCode" : "USN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"http://qudt.org/schema/qudt/currencyNumber" : 997,
"expression" : "\\(USN\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"http://qudt.org/schema/qudt/outOfScope" : true,
"isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
"label" : {
"@language" : "en",
"@value" : "United States Dollar (next day) (funds code)"
},
"@context" : {
"outOfScope" : {
"@id" : "http://qudt.org/schema/qudt/outOfScope",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"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"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"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"
},
"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#"
}
}