unit:DecaPOISE

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

Type
Description

Properties
qudt:plainTextDescription
10-fold of the CGS unit of the dynamic viscosity poise
Annotations
rdfs:label
Decapoise(en)
Dekapoise(de)
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: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/DecaPOISE">
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Viscosity"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS-GAUSS"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/unit"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/DynamicViscosity"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">daP</j.0:ucumCode>
    <j.0:symbol>daP</j.0:symbol>
    <j.0:plainTextDescription>10-fold of the CGS unit of the dynamic viscosity poise</j.0:plainTextDescription>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
    <rdfs:label xml:lang="en">Decapoise</rdfs:label>
    <rdfs:label xml:lang="de">Dekapoise</rdfs:label>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E0</j.0:conversionMultiplierSN>
    <j.0:prefix rdf:resource="http://qudt.org/vocab/prefix/Deca"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
  </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/DecaPOISE>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <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> 1.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
  <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/plainTextDescription> "10-fold of the CGS unit of the dynamic viscosity poise" ;
  <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deca> ;
  <http://qudt.org/schema/qudt/symbol> "daP" ;
  <http://qudt.org/schema/qudt/ucumCode> "daP"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
  rdfs:label "Decapoise"@en ;
  rdfs:label "Dekapoise"@de ;
.
JSON
{"resource":"Decapoise" 
 ,"qname":"unit:DecaPOISE" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/DecaPOISE" 
 ,"properties":["applicable system":"sou:CGS" 
    ,"applicable system":"sou:CGS-GAUSS" 
    ,"conversion multiplier":"1.0" 
    ,"conversion multiplier scientific":"1.0E0" 
    ,"description (plain text)":"10-fold of the CGS unit of the dynamic viscosity poise" 
    ,"has dimension vector":"dimension:A0E0L-1I0M1H0T-1D0" 
    ,"has quantity kind":"quantitykind:DynamicViscosity" 
    ,"has quantity kind":"quantitykind:Viscosity" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/unit&gt;" 
    ,"label":"Decapoise" 
    ,"label":"Dekapoise" 
    ,"prefix":"prefix:Deca" 
    ,"symbol":"daP" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"daP" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/DecaPOISE",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
  "conversionMultiplier" : "1.0",
  "conversionMultiplier:SN" : 1.0,
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
  "hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
  "plainTextDescription" : "10-fold of the CGS unit of the dynamic viscosity poise",
  "prefix" : "http://qudt.org/vocab/prefix/Deca",
  "symbol" : "daP",
  "ucumCode" : "daP",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/unit",
  "label" : [ {
    "@language" : "en",
    "@value" : "Decapoise"
  }, {
    "@language" : "de",
    "@value" : "Dekapoise"
  } ],
  "@context" : {
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "prefix" : {
      "@id" : "http://qudt.org/schema/qudt/prefix",
      "@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:40:16.507-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)