unit:CCY_ETH

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

Type
Description

Properties
qudt:blockchainNetwork
Ethereum Mainnet
qudt:hasDTICode
SV0Q5A20YQ57
Annotations
skos:altLabel
ETH(en)
rdfs:label
Ether
Ether(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:j.1="http://www.w3.org/2004/02/skos/core#"
    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/CCY_ETH">
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.8/vocab/unit"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E0</j.0:conversionMultiplierSN>
    <j.1:altLabel xml:lang="en">ETH</j.1:altLabel>
    <j.0:currencyExponent rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">18</j.0:currencyExponent>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Currency"/>
    <rdfs:label>Ether</rdfs:label>
    <rdfs:label xml:lang="en">Ether</rdfs:label>
    <j.0:hasDTICode>SV0Q5A20YQ57</j.0:hasDTICode>
    <j.0:blockchainNetwork>Ethereum Mainnet</j.0:blockchainNetwork>
    <j.0:currencyCode>ETH</j.0:currencyCode>
    <j.0:symbol>Ξ</j.0:symbol>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DigitalCurrencyUnit"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
  </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/CCY_ETH>
  rdf:type <http://qudt.org/schema/qudt/DigitalCurrencyUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://qudt.org/schema/qudt/blockchainNetwork> "Ethereum Mainnet" ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
  <http://qudt.org/schema/qudt/currencyCode> "ETH" ;
  <http://qudt.org/schema/qudt/currencyExponent> 18 ;
  <http://qudt.org/schema/qudt/hasDTICode> "SV0Q5A20YQ57" ;
  <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.1.8/vocab/unit> ;
  rdfs:label "Ether" ;
  rdfs:label "Ether"@en ;
  <http://www.w3.org/2004/02/skos/core#altLabel> "ETH"@en ;
.
JSON
{"resource":"Ether" 
 ,"qname":"unit:CCY_ETH" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ETH" 
 ,"properties":["alternative label":"ETH" 
    ,"blockchain network":"Ethereum Mainnet" 
    ,"conversion multiplier":"1.0" 
    ,"conversion multiplier scientific":"1.0E0" 
    ,"currency code":"ETH" 
    ,"currency exponent":"18" 
    ,"has DTI code":"SV0Q5A20YQ57" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"has quantity kind":"quantitykind:Currency" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.8\/vocab\/unit&gt;" 
    ,"label":"Ether" 
    ,"label":"Ether" 
    ,"symbol":"Ξ" 
    ,"type":"qudt:DigitalCurrencyUnit" 
    ,"type":"qudt:Unit" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/CCY_ETH",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DigitalCurrencyUnit" ],
  "blockchainNetwork" : "Ethereum Mainnet",
  "conversionMultiplier" : "1.0",
  "conversionMultiplier:SN" : 1.0,
  "currencyCode" : "ETH",
  "http://qudt.org/schema/qudt/currencyExponent" : 18,
  "hasDTICode" : "SV0Q5A20YQ57",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
  "symbol" : "Ξ",
  "isDefinedBy" : "http://qudt.org/3.1.8/vocab/unit",
  "label" : [ "Ether", {
    "@language" : "en",
    "@value" : "Ether"
  } ],
  "altLabel" : {
    "@language" : "en",
    "@value" : "ETH"
  },
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "altLabel" : {
      "@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
    },
    "currencyExponent" : {
      "@id" : "http://qudt.org/schema/qudt/currencyExponent",
      "@type" : "http://www.w3.org/2001/XMLSchema#integer"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "hasDTICode" : {
      "@id" : "http://qudt.org/schema/qudt/hasDTICode"
    },
    "blockchainNetwork" : {
      "@id" : "http://qudt.org/schema/qudt/blockchainNetwork"
    },
    "currencyCode" : {
      "@id" : "http://qudt.org/schema/qudt/currencyCode"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "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-11-13T09:22:17.068-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)