unit:MicroGM-PER-IN2

URI: http://qudt.org/vocab/unit/MicroGM-PER-IN2

Type
Description

Microgram Per Square Inch (µg/in²) is a unit in the category of surface density.

Properties
qudt:symbol
μg/in²
qudt:ucumCode
µg.in-2
µg/in2
Annotations
dcterms:description
Microgram Per Square Inch (µg/in²) is a unit in the category of surface density.
qudt:expression
$µg/in^2$
rdfs:label
Microgram per Square Inch(en)
Microgram per Square Inch(en-us)
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/MicroGM-PER-IN2">
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-EMU"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">µg.in-2</j.0:ucumCode>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.00000155</j.0:conversionMultiplier>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/MassPerArea"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.0:derivedCoherentUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">Microgram Per Square Inch (µg/in²) is a unit in the category of surface density.</j.1:description>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$µg/in^2$</j.0:expression>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.55E-6</j.0:conversionMultiplierSN>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/USCS"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/SurfaceDensity"/>
    <rdfs:label xml:lang="en">Microgram per Square Inch</rdfs:label>
    <rdfs:label xml:lang="en-us">Microgram per Square Inch</rdfs:label>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">µg/in2</j.0:ucumCode>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0"/>
    <j.0:symbol>μg/in²</j.0:symbol>
  </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/MicroGM-PER-IN2>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "Microgram Per Square Inch (µg/in²) is a unit in the category of surface density."^^rdf:HTML ;
  <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-GAUSS> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000155 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.55E-6 ;
  <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/expression> "$µg/in^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceDensity> ;
  <http://qudt.org/schema/qudt/symbol> "μg/in²" ;
  <http://qudt.org/schema/qudt/ucumCode> "µg.in-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/ucumCode> "µg/in2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Microgram per Square Inch"@en ;
  rdfs:label "Microgram per Square Inch"@en-us ;
.
JSON
{"resource":"Microgram per Square Inch" 
 ,"qname":"unit:MicroGM-PER-IN2" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-IN2" 
 ,"properties":["applicable system":"sou:CGS" 
    ,"applicable system":"sou:CGS-EMU" 
    ,"applicable system":"sou:CGS-GAUSS" 
    ,"applicable system":"sou:SI" 
    ,"applicable system":"sou:USCS" 
    ,"conversion multiplier":"0.00000155" 
    ,"conversion multiplier scientific":"1.55E-6" 
    ,"description":"Microgram Per Square Inch (&micro;g\/in&sup2;) is a unit in the category of surface density." 
    ,"expression":"$&micro;g\/in^2$" 
    ,"has dimension vector":"dimension:A0E0L-2I0M1H0T0D0" 
    ,"has quantity kind":"quantitykind:MassPerArea" 
    ,"has quantity kind":"quantitykind:SurfaceDensity" 
    ,"is coherent derived unit of system":"sou:SI" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Microgram per Square Inch" 
    ,"label":"Microgram per Square Inch" 
    ,"symbol":"μg\/in&sup2;" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"&micro;g.in-2" 
    ,"ucum code":"&micro;g\/in2" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/MicroGM-PER-IN2",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
  "description" : "Microgram Per Square Inch (µg/in²) is a unit in the category of surface density.",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
  "conversionMultiplier" : "0.00000155",
  "conversionMultiplier:SN" : 1.55E-6,
  "derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
  "expression" : "$µg/in^2$",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
  "hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassPerArea", "http://qudt.org/vocab/quantitykind/SurfaceDensity" ],
  "symbol" : "μg/in²",
  "ucumCode" : [ "µg.in-2", "µg/in2" ],
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : [ {
    "@language" : "en",
    "@value" : "Microgram per Square Inch"
  }, {
    "@language" : "en-us",
    "@value" : "Microgram per Square Inch"
  } ],
  "@context" : {
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "derivedCoherentUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "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:38:52.707-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)