cur:USD

URI: http://qudt.org/vocab/currency/USD

Type
Description

Properties
Annotations
rdfs:label
US Dollar(en)
View as:  CSV

Work in progress

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: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/currency/USD">
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit"/>
    <j.0:altSymbol>US$</j.0:altSymbol>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/>
    <rdfs:label xml:lang="en">US Dollar</rdfs:label>
    <j.0:symbol>$</j.0:symbol>
    <j.0:currencyExponent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</j.0:currencyExponent>
    <j.0:currencyCode>USD</j.0:currencyCode>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/vocab/currency"/>
    <j.0:currencyNumber>840</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/currency/USD>
  rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
  <http://qudt.org/schema/qudt/altSymbol> "US$" ;
  <http://qudt.org/schema/qudt/currencyCode> "USD" ;
  <http://qudt.org/schema/qudt/currencyExponent> 2 ;
  <http://qudt.org/schema/qudt/currencyNumber> "840" ;
  <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/symbol> "$" ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/vocab/currency> ;
  rdfs:label "US Dollar"@en ;
.
JSON
{"resource":"US Dollar" 
 ,"qname":"cur:USD" 
 ,"uri":"http:\/\/qudt.org\/vocab\/currency\/USD" 
 ,"properties":["alt symbol":"US$" 
    ,"currency code":"USD" 
    ,"currency exponent":"2" 
    ,"currency number":"840" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"has quantity kind":"quantitykind:Currency" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/vocab\/currency&gt;" 
    ,"label":"US Dollar" 
    ,"symbol":"$" 
    ,"type":"qudt:CurrencyUnit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/currency/USD",
  "@type" : "http://qudt.org/schema/qudt/CurrencyUnit",
  "altSymbol" : "US$",
  "currencyCode" : "USD",
  "http://qudt.org/schema/qudt/currencyExponent" : 2,
  "currencyNumber" : "840",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
  "symbol" : "$",
  "isDefinedBy" : "http://qudt.org/3.0.0/vocab/currency",
  "label" : {
    "@language" : "en",
    "@value" : "US Dollar"
  },
  "@context" : {
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "altSymbol" : {
      "@id" : "http://qudt.org/schema/qudt/altSymbol"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "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#"
  }
}

Generated 2025-02-13T15:45:50.057-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)