unit:NUM-PER-MilliGM

URI: http://qudt.org/vocab/unit/NUM-PER-MilliGM

Type
Description

Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram).

Properties
qudt:ucumCode
/mg
{#}.mg-1
Annotations
dcterms:description
Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram).(en)
rdfs:label
Number per milligram(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/NUM-PER-MilliGM">
    <j.1:description xml:lang="en">Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram).</j.1:description>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">{#}.mg-1</j.0:ucumCode>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Unknown"/>
    <rdfs:label xml:lang="en">Number per milligram</rdfs:label>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">/mg</j.0:ucumCode>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:symbol>/mg</j.0:symbol>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1000000.0</j.0:conversionMultiplier>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E6</j.0:conversionMultiplierSN>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:exactMatch rdf:resource="http://qudt.org/vocab/unit/PER-MilliGM"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0"/>
  </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/NUM-PER-MilliGM>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram)."@en ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ;
  <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-MilliGM> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
  <http://qudt.org/schema/qudt/symbol> "/mg" ;
  <http://qudt.org/schema/qudt/ucumCode> "/mg"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/ucumCode> "{#}.mg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Number per milligram"@en ;
.
JSON
{"resource":"Number per milligram" 
 ,"qname":"unit:NUM-PER-MilliGM" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-MilliGM" 
 ,"properties":["conversion multiplier":"1000000.0" 
    ,"conversion multiplier scientific":"1.0E6" 
    ,"description":"Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram)." 
    ,"exact match":"unit:PER-MilliGM" 
    ,"has dimension vector":"dimension:A0E0L0I0M-1H0T0D0" 
    ,"has quantity kind":"quantitykind:Unknown" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Number per milligram" 
    ,"symbol":"\/mg" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"\/mg" 
    ,"ucum code":"{#}.mg-1" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/NUM-PER-MilliGM",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : {
    "@language" : "en",
    "@value" : "Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram)."
  },
  "conversionMultiplier" : "1000000.0",
  "conversionMultiplier:SN" : 1000000.0,
  "exactMatch" : "http://qudt.org/vocab/unit/PER-MilliGM",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
  "symbol" : "/mg",
  "ucumCode" : [ "{#}.mg-1", "/mg" ],
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Number per milligram"
  },
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "exactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/exactMatch",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@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 2024-04-25T14:45:17.547-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)