unit:NUM-PER-KiloGM

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

Type
Description

Count of an entity or phenomenon's occurrence divided by SI base unit kilogram

Properties
qudt:plainTextDescription
Count of an entity or phenomenon's occurrence divided by SI base unit kilogram
qudt:ucumCode
{#}.kg-1
Annotations
dcterms:description
Count of an entity or phenomenon's occurrence divided by SI base unit kilogram(en)
rdfs:label
Number per kilogram(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-KiloGM">
    <j.1:description xml:lang="en">Count of an entity or phenomenon's occurrence divided by SI base unit kilogram</j.1:description>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0"/>
    <j.0:plainTextDescription>Count of an entity or phenomenon's occurrence divided by SI base unit kilogram</j.0:plainTextDescription>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:symbol>/kg</j.0:symbol>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">{#}.kg-1</j.0:ucumCode>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <rdfs:label xml:lang="en">Number per kilogram</rdfs:label>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Unknown"/>
  </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-KiloGM>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram"@en ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
  <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/plainTextDescription> "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram" ;
  <http://qudt.org/schema/qudt/symbol> "/kg" ;
  <http://qudt.org/schema/qudt/ucumCode> "{#}.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Number per kilogram"@en ;
.
JSON
{"resource":"Number per kilogram" 
 ,"qname":"unit:NUM-PER-KiloGM" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-KiloGM" 
 ,"properties":["conversion multiplier":"1.0" 
    ,"description":"Count of an entity or phenomenon's occurrence divided by SI base unit kilogram" 
    ,"description (plain text)":"Count of an entity or phenomenon's occurrence divided by SI base unit kilogram" 
    ,"has dimension vector":"dimension:A0E0L0I0M-1H0T0D0" 
    ,"has quantity kind":"quantitykind:Unknown" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Number per kilogram" 
    ,"symbol":"\/kg" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"{#}.kg-1" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/NUM-PER-KiloGM",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
  "description" : {
    "@language" : "en",
    "@value" : "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram"
  },
  "conversionMultiplier" : "1.0",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
  "plainTextDescription" : "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram",
  "symbol" : "/kg",
  "ucumCode" : "{#}.kg-1",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : {
    "@language" : "en",
    "@value" : "Number per kilogram"
  },
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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"
    },
    "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-01-28T14:12:53.159-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)