unit:PERMILLE

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

Type
Description

"Permille" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred.

Properties
qudt:udunitsCode
permille
Annotations
dcterms:description
"Permille" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred.
rdfs:label
Permille
Permille(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/PERMILLE">
    <rdfs:label>Permille</rdfs:label>
    <j.0:udunitsCode>permille</j.0:udunitsCode>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.001</j.0:conversionMultiplier>
    <j.0:omUnit rdf:resource="http://www.ontology-of-units-of-measure.org/resource/om-2/percent"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"Permille" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred.</j.1:description>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-ESU"/>
    <j.0:scalingOf rdf:resource="http://qudt.org/vocab/unit/NUM"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Per_mille</j.0:informativeReference>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/IMPERIAL"/>
    <j.0:symbol>‰</j.0:symbol>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-3</j.0:conversionMultiplierSN>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/ASU"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.8/vocab/unit"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/PLANCK"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-EMU"/>
    <j.0:uneceCommonCode>J13</j.0:uneceCommonCode>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/DimensionlessRatio"/>
    <j.0:wikidataMatch rdf:resource="http://www.wikidata.org/entity/Q11229"/>
    <rdfs:label xml:lang="en">Permille</rdfs:label>
  </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/PERMILLE>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "\"Permille\" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred."^^<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> 0.001 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Per_mille"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ;
  <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ;
  <http://qudt.org/schema/qudt/symbol> "‰" ;
  <http://qudt.org/schema/qudt/udunitsCode> "permille" ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "J13" ;
  <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11229> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.8/vocab/unit> ;
  rdfs:label "Permille" ;
  rdfs:label "Permille"@en ;
.
JSON
{"resource":"Permille" 
 ,"qname":"unit:PERMILLE" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERMILLE" 
 ,"properties":["Wikidata match":"&lt;http:\/\/www.wikidata.org\/entity\/Q11229&gt;" 
    ,"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":"0.001" 
    ,"conversion multiplier scientific":"1.0E-3" 
    ,"description":"\"Permille\" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred." 
    ,"has dimension vector":"dimension:A0E0L0I0M0H0T0D1" 
    ,"has quantity kind":"quantitykind:DimensionlessRatio" 
    ,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Per_mille" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.8\/vocab\/unit&gt;" 
    ,"label":"Permille" 
    ,"label":"Permille" 
    ,"om unit":"&lt;http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/percent&gt;" 
    ,"scalingOf":"unit:NUM" 
    ,"symbol":"\u2030" 
    ,"type":"qudt:Unit" 
    ,"udunits code":"permille" 
    ,"unece common code":"J13" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/PERMILLE",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "\"Permille\" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred.",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
  "conversionMultiplier" : "0.001",
  "conversionMultiplier:SN" : 0.001,
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DimensionlessRatio",
  "informativeReference" : "https://en.wikipedia.org/wiki/Per_mille",
  "omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/percent",
  "scalingOf" : "http://qudt.org/vocab/unit/NUM",
  "symbol" : "‰",
  "udunitsCode" : "permille",
  "uneceCommonCode" : "J13",
  "wikidataMatch" : "http://www.wikidata.org/entity/Q11229",
  "isDefinedBy" : "http://qudt.org/3.1.8/vocab/unit",
  "label" : [ "Permille", {
    "@language" : "en",
    "@value" : "Permille"
  } ],
  "@context" : {
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "udunitsCode" : {
      "@id" : "http://qudt.org/schema/qudt/udunitsCode"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "omUnit" : {
      "@id" : "http://qudt.org/schema/qudt/omUnit",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "scalingOf" : {
      "@id" : "http://qudt.org/schema/qudt/scalingOf",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "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"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "uneceCommonCode" : {
      "@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "wikidataMatch" : {
      "@id" : "http://qudt.org/schema/qudt/wikidataMatch",
      "@type" : "@id"
    },
    "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:07:34.200-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)