unit:UICFranc

URI: http://qudt.org/vocab/unit/UICFranc

Type
Description

International Union of Railways

Properties
Annotations
dcterms:description
International Union of Railways
qudt:expression
\(XFU\)
rdfs:label
UIC franc (special settlement currency)(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: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/UICFranc">
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/>
    <j.0:outOfScope rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:outOfScope>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">International Union of Railways</j.1:description>
    <rdfs:label xml:lang="en">UIC franc (special settlement currency)</rdfs:label>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/currency"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit"/>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(XFU\)</j.0:expression>
    <j.0:currencyCode>XFU</j.0:currencyCode>
  </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/UICFranc>
  rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "International Union of Railways"^^rdf:HTML ;
  <http://qudt.org/schema/qudt/currencyCode> "XFU" ;
  <http://qudt.org/schema/qudt/expression> "\\(XFU\\)"^^<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/currency> ;
  rdfs:label "UIC franc (special settlement currency)"@en ;
.
JSON
{"resource":"UIC franc (special settlement currency)" 
 ,"qname":"unit:UICFranc" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/UICFranc" 
 ,"properties":["currency code":"XFU" 
    ,"description":"International Union of Railways" 
    ,"expression":"\\(XFU\\)" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"has quantity kind":"quantitykind:Currency" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/currency&gt;" 
    ,"label":"UIC franc (special settlement currency)" 
    ,"out of scope":"true" 
    ,"type":"qudt:CurrencyUnit" 
    ,"type":"qudt:Unit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/UICFranc",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
  "description" : "International Union of Railways",
  "currencyCode" : "XFU",
  "expression" : "\\(XFU\\)",
  "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/currency",
  "label" : {
    "@language" : "en",
    "@value" : "UIC franc (special settlement currency)"
  },
  "@context" : {
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "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"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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#"
  }
}

Generated 2023-03-14T16:13:56.763-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)