unit:BAN

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

Type
Description

A $\textit{ban}$ is a logarithmic unit which measures information or entropy, based on base 10 logarithms and powers of 10, rather than the powers of 2 and base 2 logarithms which define the bit. One \textit{ban} is approximately $3.32 (log_2 10) bits$.

Properties
Annotations
dcterms:description
A $\textit{ban}$ is a logarithmic unit which measures information or entropy, based on base 10 logarithms and powers of 10, rather than the powers of 2 and base 2 logarithms which define the bit. One \textit{ban} is approximately $3.32 (log_2 10) bits$.
rdfs:label
Ban(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/BAN">
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/PLANCK"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">2.30258509E0</j.0:conversionMultiplierSN>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.30258509</j.0:conversionMultiplier>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
    <j.0:symbol>ban</j.0:symbol>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/ASU"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-ESU"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Ban?oldid=472969907</j.0:informativeReference>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
    <j.0:uneceCommonCode>Q15</j.0:uneceCommonCode>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Ban</j.0:dbpediaMatch>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/InformationEntropy"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <rdfs:label xml:lang="en">Ban</rdfs:label>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
  A $\textit{ban}$ is a logarithmic unit which measures information or entropy,
   based on base 10 logarithms and powers of 10, rather than the powers of 2
   and base 2 logarithms which define the bit. 
  One \textit{ban} is approximately $3.32 (log_2 10) bits$.
  </j.1:description>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-EMU"/>
  </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/BAN>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> """
  A $\\textit{ban}$ is a logarithmic unit which measures information or entropy,
   based on base 10 logarithms and powers of 10, rather than the powers of 2
   and base 2 logarithms which define the bit. 
  One \\textit{ban} is approximately $3.32 (log_2 10) bits$.
  """^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 2.30258509 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.30258509E0 ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ban"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ban?oldid=472969907"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/symbol> "ban" ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "Q15" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Ban"@en ;
.
JSON
{"resource":"Ban" 
 ,"qname":"unit:BAN" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAN" 
 ,"properties":["applicable system":"sou:ASU" 
    ,"applicable system":"sou:CGS" 
    ,"applicable system":"sou:CGS-EMU" 
    ,"applicable system":"sou:CGS-ESU" 
    ,"applicable system":"sou:CGS-GAUSS" 
    ,"applicable system":"sou:IMPERIAL" 
    ,"applicable system":"sou:PLANCK" 
    ,"applicable system":"sou:SI" 
    ,"conversion multiplier":"2.30258509" 
    ,"conversion multiplier scientific":"2.30258509E0" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ban" 
    ,"description":"\n  A $\\textit{ban}$ is a logarithmic unit which measures information or entropy,\n   based on base 10 logarithms and powers of 10, rather than the powers of 2\n   and base 2 logarithms which define the bit. \n  One \\textit{ban} is approximately $3.32 (log_2 10) bits$.\n  " 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"has quantity kind":"quantitykind:InformationEntropy" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ban?oldid=472969907" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Ban" 
    ,"symbol":"ban" 
    ,"type":"qudt:Unit" 
    ,"unece common code":"Q15" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/BAN",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "\n  A $\\textit{ban}$ is a logarithmic unit which measures information or entropy,\n   based on base 10 logarithms and powers of 10, rather than the powers of 2\n   and base 2 logarithms which define the bit. \n  One \\textit{ban} is approximately $3.32 (log_2 10) bits$.\n  ",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
  "conversionMultiplier" : "2.30258509",
  "conversionMultiplier:SN" : 2.30258509,
  "dbpediaMatch" : "http://dbpedia.org/resource/Ban",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
  "informativeReference" : "http://en.wikipedia.org/wiki/Ban?oldid=472969907",
  "symbol" : "ban",
  "uneceCommonCode" : "Q15",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Ban"
  },
  "@context" : {
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "uneceCommonCode" : {
      "@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "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"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@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 2024-04-25T14:50:52.550-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)