unit:MexicanPeso

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

Type
Description

Mexico

Properties
Annotations
qudt:expression
\(MXN\)
rdfs:label
Mexican Peso(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/MexicanPeso">
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <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">Mexico</j.1:description>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/currency"/>
    <j.0:symbol>$</j.0:symbol>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">\(MXN\)</j.0:expression>
    <rdfs:label xml:lang="en">Mexican Peso</rdfs:label>
    <j.0:currencyExponent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</j.0:currencyExponent>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Mexican_peso</j.0:dbpediaMatch>
    <j.0:omUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.0:currencyCode>MXN</j.0:currencyCode>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Mexican_peso?oldid=494829813</j.0:informativeReference>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/CurrencyUnit"/>
    <j.0:currencyNumber rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">484</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/unit/MexicanPeso>
  rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "Mexico"^^rdf:HTML ;
  <http://qudt.org/schema/qudt/currencyCode> "MXN" ;
  <http://qudt.org/schema/qudt/currencyExponent> 2 ;
  <http://qudt.org/schema/qudt/currencyNumber> 484 ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Mexican_peso"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/expression> "\\(MXN\\)"^^<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/Mexican_peso?oldid=494829813"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso> ;
  <http://qudt.org/schema/qudt/outOfScope> true ;
  <http://qudt.org/schema/qudt/symbol> "$" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/currency> ;
  rdfs:label "Mexican Peso"@en ;
.
JSON
{"resource":"Mexican Peso" 
 ,"qname":"unit:MexicanPeso" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/MexicanPeso" 
 ,"properties":["currency code":"MXN" 
    ,"currency exponent":"2" 
    ,"currency number":"484" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Mexican_peso" 
    ,"description":"Mexico" 
    ,"expression":"\\(MXN\\)" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"has quantity kind":"quantitykind:Currency" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mexican_peso?oldid=494829813" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/currency&gt;" 
    ,"label":"Mexican Peso" 
    ,"om unit":"&lt;http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/MexicanPeso&gt;" 
    ,"out of scope":"true" 
    ,"symbol":"$" 
    ,"type":"qudt:CurrencyUnit" 
    ,"type":"qudt:Unit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/MexicanPeso",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
  "description" : "Mexico",
  "currencyCode" : "MXN",
  "http://qudt.org/schema/qudt/currencyExponent" : 2,
  "http://qudt.org/schema/qudt/currencyNumber" : 484,
  "dbpediaMatch" : "http://dbpedia.org/resource/Mexican_peso",
  "expression" : "\\(MXN\\)",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
  "informativeReference" : "http://en.wikipedia.org/wiki/Mexican_peso?oldid=494829813",
  "omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso",
  "http://qudt.org/schema/qudt/outOfScope" : true,
  "symbol" : "$",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/currency",
  "label" : {
    "@language" : "en",
    "@value" : "Mexican Peso"
  },
  "@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"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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"
    },
    "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"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "currencyCode" : {
      "@id" : "http://qudt.org/schema/qudt/currencyCode"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "currencyNumber" : {
      "@id" : "http://qudt.org/schema/qudt/currencyNumber",
      "@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#"
  }
}

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