unit:CentiM-SEC-DEG_C

URI: http://qudt.org/vocab/unit/CentiM-SEC-DEG_C

Type
Description

Centimeter Second Degree Celsius is a C.G.S System unit for 'Length Temperature Time' expressed as cmsdegC.

Properties
qudt:symbol
cm·s·°C
qudt:ucumCode
cm.s.Cel-1
cm.s/Cel
Annotations
dcterms:description
Centimeter Second Degree Celsius is a C.G.S System unit for 'Length Temperature Time' expressed as cmsdegC.
qudt:expression
cmsdegC
rdfs:label
Centimeter Saat Darjah Celsius(ms)
Centimeter Second Degree Celsius(en-US)
Centimeter Sekunda Stopinja Celzija(sl)
Centimeter Sekunde Grad Celsius(de)
Centimetr Sekunda Stopień Celsjusza(pl)
Centimetr Sekunda Stupně Celsia(cs)
Centimetre Saniye Celsius(tr)
Centimetre Second Degree Celsius
Centimetre Second Degree Celsius(en)
Centimetro Secondo Grado Celsius(it)
Centimetro Segundo Grado Celsius(es)
Centimetru Secundă Grad Celsius(ro)
Centimètre Seconde Degré Celsius(fr)
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/CentiM-SEC-DEG_C">
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/LengthTemperatureTime"/>
    <j.0:hasFactorUnit rdf:nodeID="A0"/>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$cm-s-degC$</j.0:expression>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-2</j.0:conversionMultiplierSN>
    <rdfs:label xml:lang="ms">Centimeter Saat Darjah Celsius</rdfs:label>
    <rdfs:label xml:lang="en-US">Centimeter Second Degree Celsius</rdfs:label>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T1D0"/>
    <rdfs:label xml:lang="fr">Centimètre Seconde Degré Celsius</rdfs:label>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/CGS"/>
    <j.0:hasFactorUnit rdf:nodeID="A1"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">cm.s/Cel</j.0:ucumCode>
    <rdfs:label>Centimetre Second Degree Celsius</rdfs:label>
    <rdfs:label xml:lang="en">Centimetre Second Degree Celsius</rdfs:label>
    <rdfs:label xml:lang="sl">Centimeter Sekunda Stopinja Celzija</rdfs:label>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">$\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$.
  </j.1:description>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">cm.s.Cel-1</j.0:ucumCode>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <rdfs:label xml:lang="de">Centimeter Sekunde Grad Celsius</rdfs:label>
    <rdfs:label xml:lang="ro">Centimetru Secundă Grad Celsius</rdfs:label>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.01</j.0:conversionMultiplier>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <rdfs:label xml:lang="it">Centimetro Secondo Grado Celsius</rdfs:label>
    <j.0:hasFactorUnit rdf:nodeID="A2"/>
    <j.0:symbol>cm·s·°C</j.0:symbol>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DerivedUnit"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.5/vocab/unit"/>
    <rdfs:label xml:lang="cs">Centimetr Sekunda Stupně Celsia</rdfs:label>
    <rdfs:label xml:lang="tr">Centimetre Saniye Celsius</rdfs:label>
    <rdfs:label xml:lang="es">Centimetro Segundo Grado Celsius</rdfs:label>
    <rdfs:label xml:lang="pl">Centimetr Sekunda Stopień Celsjusza</rdfs:label>
  </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/CentiM-SEC-DEG_C>
  rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> """$\\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$.
  """^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
  <http://qudt.org/schema/qudt/expression> "$cm-s-degC$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T1D0> ;
  <http://qudt.org/schema/qudt/hasFactorUnit> [] ;
  <http://qudt.org/schema/qudt/hasFactorUnit> [] ;
  <http://qudt.org/schema/qudt/hasFactorUnit> [] ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthTemperatureTime> ;
  <http://qudt.org/schema/qudt/symbol> "cm·s·°C" ;
  <http://qudt.org/schema/qudt/ucumCode> "cm.s.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/ucumCode> "cm.s/Cel"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.5/vocab/unit> ;
  rdfs:label "Centimeter Saat Darjah Celsius"@ms ;
  rdfs:label "Centimeter Second Degree Celsius"@en-US ;
  rdfs:label "Centimeter Sekunda Stopinja Celzija"@sl ;
  rdfs:label "Centimeter Sekunde Grad Celsius"@de ;
  rdfs:label "Centimetr Sekunda Stopień Celsjusza"@pl ;
  rdfs:label "Centimetr Sekunda Stupně Celsia"@cs ;
  rdfs:label "Centimetre Saniye Celsius"@tr ;
  rdfs:label "Centimetre Second Degree Celsius" ;
  rdfs:label "Centimetre Second Degree Celsius"@en ;
  rdfs:label "Centimetro Secondo Grado Celsius"@it ;
  rdfs:label "Centimetro Segundo Grado Celsius"@es ;
  rdfs:label "Centimetru Secundă Grad Celsius"@ro ;
  rdfs:label "Centimètre Seconde Degré Celsius"@fr ;
.
JSON
{"resource":"Centimetre Second Degree Celsius" 
 ,"qname":"unit:CentiM-SEC-DEG_C" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-SEC-DEG_C" 
 ,"properties":["applicable system":"sou:CGS" 
    ,"applicable system":"sou:SI" 
    ,"conversion multiplier":"0.01" 
    ,"conversion multiplier scientific":"1.0E-2" 
    ,"description":"$\\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$.\n  " 
    ,"expression":"$cm-s-degC$" 
    ,"has dimension vector":"dimension:A0E0L1I0M0H1T1D0" 
    ,"has quantity kind":"quantitykind:LengthTemperatureTime" 
    ,"hasFactorUnit":null 
    ,"hasFactorUnit":null 
    ,"hasFactorUnit":null 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.5\/vocab\/unit&gt;" 
    ,"label":"Centimeter Saat Darjah Celsius" 
    ,"label":"Centimeter Second Degree Celsius" 
    ,"label":"Centimeter Sekunda Stopinja Celzija" 
    ,"label":"Centimeter Sekunde Grad Celsius" 
    ,"label":"Centimetr Sekunda Stopień Celsjusza" 
    ,"label":"Centimetr Sekunda Stupně Celsia" 
    ,"label":"Centimetre Saniye Celsius" 
    ,"label":"Centimetre Second Degree Celsius" 
    ,"label":"Centimetre Second Degree Celsius" 
    ,"label":"Centimetro Secondo Grado Celsius" 
    ,"label":"Centimetro Segundo Grado Celsius" 
    ,"label":"Centimetru Secundă Grad Celsius" 
    ,"label":"Centim&egrave;tre Seconde Degr&eacute; Celsius" 
    ,"symbol":"cm&middot;s&middot;&deg;C" 
    ,"type":"qudt:DerivedUnit" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"cm.s.Cel-1" 
    ,"ucum code":"cm.s\/Cel" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/CentiM-SEC-DEG_C",
  "@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
  "description" : "$\\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$.\n  ",
  "applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
  "conversionMultiplier" : "0.01",
  "conversionMultiplier:SN" : 0.01,
  "expression" : "$cm-s-degC$",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T1D0",
  "hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthTemperatureTime",
  "symbol" : "cm·s·°C",
  "ucumCode" : [ "cm.s/Cel", "cm.s.Cel-1" ],
  "isDefinedBy" : "http://qudt.org/3.1.5/vocab/unit",
  "label" : [ {
    "@language" : "ms",
    "@value" : "Centimeter Saat Darjah Celsius"
  }, {
    "@language" : "en-us",
    "@value" : "Centimeter Second Degree Celsius"
  }, {
    "@language" : "fr",
    "@value" : "Centimètre Seconde Degré Celsius"
  }, "Centimetre Second Degree Celsius", {
    "@language" : "en",
    "@value" : "Centimetre Second Degree Celsius"
  }, {
    "@language" : "sl",
    "@value" : "Centimeter Sekunda Stopinja Celzija"
  }, {
    "@language" : "de",
    "@value" : "Centimeter Sekunde Grad Celsius"
  }, {
    "@language" : "ro",
    "@value" : "Centimetru Secundă Grad Celsius"
  }, {
    "@language" : "it",
    "@value" : "Centimetro Secondo Grado Celsius"
  }, {
    "@language" : "cs",
    "@value" : "Centimetr Sekunda Stupně Celsia"
  }, {
    "@language" : "tr",
    "@value" : "Centimetre Saniye Celsius"
  }, {
    "@language" : "es",
    "@value" : "Centimetro Segundo Grado Celsius"
  }, {
    "@language" : "pl",
    "@value" : "Centimetr Sekunda Stopień Celsjusza"
  } ],
  "@context" : {
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "hasFactorUnit" : {
      "@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
      "@type" : "@id"
    },
    "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"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "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"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "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:44:53.240-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)