cur:CHF

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

Type
Description

Properties
Annotations
rdfs:label
Swiss Franc(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/CHF">
    <j.0:currencyExponent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</j.0:currencyExponent>
    <rdfs:label xml:lang="en">Swiss Franc</rdfs:label>
    <j.0:currencyCode>CHF</j.0:currencyCode>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/>
    <j.0:symbol>CHF</j.0:symbol>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Swiss_franc</j.0:dbpediaMatch>
    <j.0:omUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Swiss_franc?oldid=492548706</j.0:informativeReference>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/vocab/currency"/>
    <j.0:currencyNumber>756</j.0:currencyNumber>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$CHF$</j.0:expression>
  </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/CHF>
  rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
  <http://qudt.org/schema/qudt/currencyCode> "CHF" ;
  <http://qudt.org/schema/qudt/currencyExponent> 2 ;
  <http://qudt.org/schema/qudt/currencyNumber> "756" ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Swiss_franc"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/expression> "$CHF$"^^<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/Swiss_franc?oldid=492548706"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc> ;
  <http://qudt.org/schema/qudt/symbol> "CHF" ;
  rdfs:isDefinedBy <http://qudt.org/3.0.0/vocab/currency> ;
  rdfs:label "Swiss Franc"@en ;
.
JSON
{"resource":"Swiss Franc" 
 ,"qname":"cur:CHF" 
 ,"uri":"http:\/\/qudt.org\/vocab\/currency\/CHF" 
 ,"properties":["currency code":"CHF" 
    ,"currency exponent":"2" 
    ,"currency number":"756" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Swiss_franc" 
    ,"expression":"$CHF$" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"has quantity kind":"quantitykind:Currency" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Swiss_franc?oldid=492548706" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.0.0\/vocab\/currency&gt;" 
    ,"label":"Swiss Franc" 
    ,"om unit":"&lt;http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/SwissFranc&gt;" 
    ,"symbol":"CHF" 
    ,"type":"qudt:CurrencyUnit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/currency/CHF",
  "@type" : "http://qudt.org/schema/qudt/CurrencyUnit",
  "currencyCode" : "CHF",
  "http://qudt.org/schema/qudt/currencyExponent" : 2,
  "currencyNumber" : "756",
  "dbpediaMatch" : "http://dbpedia.org/resource/Swiss_franc",
  "expression" : "$CHF$",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
  "informativeReference" : "http://en.wikipedia.org/wiki/Swiss_franc?oldid=492548706",
  "omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc",
  "symbol" : "CHF",
  "isDefinedBy" : "http://qudt.org/3.0.0/vocab/currency",
  "label" : {
    "@language" : "en",
    "@value" : "Swiss Franc"
  },
  "@context" : {
    "currencyExponent" : {
      "@id" : "http://qudt.org/schema/qudt/currencyExponent",
      "@type" : "http://www.w3.org/2001/XMLSchema#integer"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "omUnit" : {
      "@id" : "http://qudt.org/schema/qudt/omUnit",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "currencyNumber" : {
      "@id" : "http://qudt.org/schema/qudt/currencyNumber"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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:46:18.545-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)