unit:PERCENT-PER-MilliM

URI: http://qudt.org/vocab/unit/PERCENT-PER-MilliM

Type
Description

hundredth relating to the 0.001-fold of the SI base unit metre

Properties
qudt:iec61360Code
0112/2///62720#UAA014
qudt:ucumCode
%.mm-1
%/mm
Annotations
dcterms:description
hundredth relating to the 0.001-fold of the SI base unit metre
rdfs:label
percent per millimetre
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/PERCENT-PER-MilliM">
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Repetency"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">10.0</j.0:conversionMultiplier>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0"/>
    <j.0:iec61360Code>0112/2///62720#UAA014</j.0:iec61360Code>
    <j.0:symbol>%/mm</j.0:symbol>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">%.mm-1</j.0:ucumCode>
    <j.1:description>hundredth relating to the 0.001-fold of the SI base unit metre</j.1:description>
    <j.0:uneceCommonCode>J10</j.0:uneceCommonCode>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E1</j.0:conversionMultiplierSN>
    <rdfs:label>percent per millimetre</rdfs:label>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">%/mm</j.0:ucumCode>
  </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/PERCENT-PER-MilliM>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "hundredth relating to the 0.001-fold of the SI base unit metre" ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Repetency> ;
  <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA014" ;
  <http://qudt.org/schema/qudt/symbol> "%/mm" ;
  <http://qudt.org/schema/qudt/ucumCode> "%.mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/ucumCode> "%/mm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "J10" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "percent per millimetre" ;
.
JSON
{"resource":"percent per millimetre" 
 ,"qname":"unit:PERCENT-PER-MilliM" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-MilliM" 
 ,"properties":["conversion multiplier":"10.0" 
    ,"conversion multiplier scientific":"1.0E1" 
    ,"description":"hundredth relating to the 0.001-fold of the SI base unit metre" 
    ,"has dimension vector":"dimension:A0E0L-1I0M0H0T0D0" 
    ,"has quantity kind":"quantitykind:Repetency" 
    ,"iec-61360 code":"0112\/2\/\/\/62720#UAA014" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"percent per millimetre" 
    ,"symbol":"%\/mm" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"%.mm-1" 
    ,"ucum code":"%\/mm" 
    ,"unece common code":"J10" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/PERCENT-PER-MilliM",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "hundredth relating to the 0.001-fold of the SI base unit metre",
  "conversionMultiplier" : "10.0",
  "conversionMultiplier:SN" : 10.0,
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Repetency",
  "iec61360Code" : "0112/2///62720#UAA014",
  "symbol" : "%/mm",
  "ucumCode" : [ "%.mm-1", "%/mm" ],
  "uneceCommonCode" : "J10",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : "percent per millimetre",
  "@context" : {
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "iec61360Code" : {
      "@id" : "http://qudt.org/schema/qudt/iec61360Code"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "uneceCommonCode" : {
      "@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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:55.125-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)