unit:KiloPOISE

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

Type
Description

The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise.

Properties
Annotations
dcterms:description
The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise.
rdfs:label
Kilopoise
Kilopoise(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/KiloPOISE">
    <j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise.</j.1:description>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">kP</j.0:ucumCode>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/DynamicViscosity"/>
    <rdfs:label>Kilopoise</rdfs:label>
    <rdfs:label xml:lang="en">Kilopoise</rdfs:label>
    <j.0:symbol>kP</j.0:symbol>
    <j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Kilo"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Viscosity"/>
    <j.0:derivedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">100.0</j.0:conversionMultiplier>
    <j.0:scalingOf rdf:resource="http://qudt.org/vocab/unit/POISE"/>
    <j.0:derivedUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E2</j.0:conversionMultiplierSN>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.5/vocab/unit"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
  </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/KiloPOISE>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise."^^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-GAUSS> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ;
  <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
  <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ;
  <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ;
  <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/POISE> ;
  <http://qudt.org/schema/qudt/symbol> "kP" ;
  <http://qudt.org/schema/qudt/ucumCode> "kP"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.5/vocab/unit> ;
  rdfs:label "Kilopoise" ;
  rdfs:label "Kilopoise"@en ;
.
JSON
{"resource":"Kilopoise" 
 ,"qname":"unit:KiloPOISE" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloPOISE" 
 ,"properties":["applicable system":"sou:CGS" 
    ,"applicable system":"sou:CGS-GAUSS" 
    ,"conversion multiplier":"100.0" 
    ,"conversion multiplier scientific":"1.0E2" 
    ,"description":"The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise." 
    ,"has dimension vector":"dimension:A0E0L-1I0M1H0T-1D0" 
    ,"has quantity kind":"quantitykind:DynamicViscosity" 
    ,"has quantity kind":"quantitykind:Viscosity" 
    ,"is derived unit of system":"sou:CGS" 
    ,"is derived unit of system":"sou:CGS-GAUSS" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.5\/vocab\/unit&gt;" 
    ,"label":"Kilopoise" 
    ,"label":"Kilopoise" 
    ,"prefix":"prefix:Kilo" 
    ,"scalingOf":"unit:POISE" 
    ,"symbol":"kP" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"kP" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/KiloPOISE",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise.",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
  "conversionMultiplier" : "100.0",
  "conversionMultiplier:SN" : 100.0,
  "derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
  "hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
  "prefix" : "http://qudt.org/vocab/prefix/Kilo",
  "scalingOf" : "http://qudt.org/vocab/unit/POISE",
  "symbol" : "kP",
  "ucumCode" : "kP",
  "isDefinedBy" : "http://qudt.org/3.1.5/vocab/unit",
  "label" : [ "Kilopoise", {
    "@language" : "en",
    "@value" : "Kilopoise"
  } ],
  "@context" : {
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
    },
    "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"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "prefix" : {
      "@id" : "http://qudt.org/schema/qudt/prefix",
      "@type" : "@id"
    },
    "derivedUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
      "@type" : "@id"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "scalingOf" : {
      "@id" : "http://qudt.org/schema/qudt/scalingOf",
      "@type" : "@id"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@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-08-28T12:56:47.794-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)