unit:K-PER-SEC2

URI: http://qudt.org/vocab/unit/K-PER-SEC2

Type
Description

$\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$.

Properties
qudt:symbol
K/s²
Annotations
dcterms:description
$\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$.
qudt:expression
$K / s$
rdfs:label
Kelvin na Kvadratni Sekunda(sl)
Kelvin na Čtvereční Sekunda(cs)
Kelvin par Seconde Carré(fr)
Kelvin pe Secundă Pătrat(ro)
Kelvin per Saat Persegi(ms)
Kelvin per Saniyekare(tr)
Kelvin per Secondo Quadrato(it)
Kelvin per Secundum Quadratum(la)
Kelvin per Square Second
Kelvin per Square Second(en)
Kelvin por Segundo Cuadrado(es)
Kelvin por Segundo Quadrado(pt)
Kelvin pro Quadratsekunde(de)
Kelwin na Sekunda Kwadratowy(pl)
Κέλβιν ανά Τετραγωνικό Δευτερόλεπτο(el)
Келвин на Квадратен Секунда(bg)
Кельвин на Квадратный Секунда(ru)
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/K-PER-SEC2">
    <rdfs:label xml:lang="ro">Kelvin pe Secundă Pătrat</rdfs:label>
    <rdfs:label xml:lang="ru">Кельвин на Квадратный Секунда</rdfs:label>
    <rdfs:label xml:lang="sl">Kelvin na Kvadratni Sekunda</rdfs:label>
    <rdfs:label xml:lang="bg">Келвин на Квадратен Секунда</rdfs:label>
    <j.0:derivedCoherentUnitOfSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">$\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$.</j.1:description>
    <rdfs:label xml:lang="la">Kelvin per Secundum Quadratum</rdfs:label>
    <rdfs:label xml:lang="ms">Kelvin per Saat Persegi</rdfs:label>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-2D0"/>
    <rdfs:label xml:lang="tr">Kelvin per Saniyekare</rdfs:label>
    <rdfs:label xml:lang="pt">Kelvin por Segundo Quadrado</rdfs:label>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">K.s-2</j.0:ucumCode>
    <j.0:hasFactorUnit rdf:nodeID="A0"/>
    <rdfs:label xml:lang="es">Kelvin por Segundo Cuadrado</rdfs:label>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E0</j.0:conversionMultiplierSN>
    <rdfs:label xml:lang="de">Kelvin pro Quadratsekunde</rdfs:label>
    <j.0:symbol>K/s²</j.0:symbol>
    <rdfs:label xml:lang="fr">Kelvin par Seconde Carré</rdfs:label>
    <j.0:conversionMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</j.0:conversionMultiplier>
    <rdfs:label xml:lang="pl">Kelwin na Sekunda Kwadratowy</rdfs:label>
    <j.0:hasFactorUnit rdf:nodeID="A1"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/TemperaturePerSquareTime"/>
    <rdfs:label xml:lang="cs">Kelvin na Čtvereční Sekunda</rdfs:label>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$K / s$</j.0:expression>
    <rdfs:label xml:lang="el">Κέλβιν ανά Τετραγωνικό Δευτερόλεπτο</rdfs:label>
    <rdfs:label xml:lang="it">Kelvin per Secondo Quadrato</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.8/vocab/unit"/>
    <rdfs:label>Kelvin per Square Second</rdfs:label>
    <rdfs:label xml:lang="en">Kelvin per Square Second</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/K-PER-SEC2>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "$\\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
  <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
  <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
  <http://qudt.org/schema/qudt/expression> "$K / s$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-2D0> ;
  <http://qudt.org/schema/qudt/hasFactorUnit> [] ;
  <http://qudt.org/schema/qudt/hasFactorUnit> [] ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerSquareTime> ;
  <http://qudt.org/schema/qudt/symbol> "K/s²" ;
  <http://qudt.org/schema/qudt/ucumCode> "K.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.8/vocab/unit> ;
  rdfs:label "Kelvin na Kvadratni Sekunda"@sl ;
  rdfs:label "Kelvin na Čtvereční Sekunda"@cs ;
  rdfs:label "Kelvin par Seconde Carré"@fr ;
  rdfs:label "Kelvin pe Secundă Pătrat"@ro ;
  rdfs:label "Kelvin per Saat Persegi"@ms ;
  rdfs:label "Kelvin per Saniyekare"@tr ;
  rdfs:label "Kelvin per Secondo Quadrato"@it ;
  rdfs:label "Kelvin per Secundum Quadratum"@la ;
  rdfs:label "Kelvin per Square Second" ;
  rdfs:label "Kelvin per Square Second"@en ;
  rdfs:label "Kelvin por Segundo Cuadrado"@es ;
  rdfs:label "Kelvin por Segundo Quadrado"@pt ;
  rdfs:label "Kelvin pro Quadratsekunde"@de ;
  rdfs:label "Kelwin na Sekunda Kwadratowy"@pl ;
  rdfs:label "Κέλβιν ανά Τετραγωνικό Δευτερόλεπτο"@el ;
  rdfs:label "Келвин на Квадратен Секунда"@bg ;
  rdfs:label "Кельвин на Квадратный Секунда"@ru ;
.
JSON
{"resource":"Kelvin per Square Second" 
 ,"qname":"unit:K-PER-SEC2" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-SEC2" 
 ,"properties":["applicable system":"sou:SI" 
    ,"conversion multiplier":"1.0" 
    ,"conversion multiplier scientific":"1.0E0" 
    ,"description":"$\\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K \/ s^2$." 
    ,"expression":"$K \/ s$" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H1T-2D0" 
    ,"has quantity kind":"quantitykind:TemperaturePerSquareTime" 
    ,"hasFactorUnit":null 
    ,"hasFactorUnit":null 
    ,"is coherent derived unit of system":"sou:SI" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.8\/vocab\/unit&gt;" 
    ,"label":"Kelvin na Kvadratni Sekunda" 
    ,"label":"Kelvin na Čtverečn&iacute; Sekunda" 
    ,"label":"Kelvin par Seconde Carr&eacute;" 
    ,"label":"Kelvin pe Secundă Pătrat" 
    ,"label":"Kelvin per Saat Persegi" 
    ,"label":"Kelvin per Saniyekare" 
    ,"label":"Kelvin per Secondo Quadrato" 
    ,"label":"Kelvin per Secundum Quadratum" 
    ,"label":"Kelvin per Square Second" 
    ,"label":"Kelvin per Square Second" 
    ,"label":"Kelvin por Segundo Cuadrado" 
    ,"label":"Kelvin por Segundo Quadrado" 
    ,"label":"Kelvin pro Quadratsekunde" 
    ,"label":"Kelwin na Sekunda Kwadratowy" 
    ,"label":"Κέλβιν ανά Τετραγωνικό Δευτερόλεπτο" 
    ,"label":"Келвин на Квадратен Секунда" 
    ,"label":"Кельвин на Квадратный Секунда" 
    ,"symbol":"K\/s&sup2;" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"K.s-2" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/K-PER-SEC2",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "$\\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$.",
  "applicableSystem" : "http://qudt.org/vocab/sou/SI",
  "conversionMultiplier" : "1.0",
  "conversionMultiplier:SN" : 1.0,
  "derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
  "expression" : "$K / s$",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-2D0",
  "hasFactorUnit" : [ "_:b0", "_:b1" ],
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerSquareTime",
  "symbol" : "K/s²",
  "ucumCode" : "K.s-2",
  "isDefinedBy" : "http://qudt.org/3.1.8/vocab/unit",
  "label" : [ {
    "@language" : "ro",
    "@value" : "Kelvin pe Secundă Pătrat"
  }, {
    "@language" : "ru",
    "@value" : "Кельвин на Квадратный Секунда"
  }, {
    "@language" : "sl",
    "@value" : "Kelvin na Kvadratni Sekunda"
  }, {
    "@language" : "bg",
    "@value" : "Келвин на Квадратен Секунда"
  }, {
    "@language" : "la",
    "@value" : "Kelvin per Secundum Quadratum"
  }, {
    "@language" : "ms",
    "@value" : "Kelvin per Saat Persegi"
  }, {
    "@language" : "tr",
    "@value" : "Kelvin per Saniyekare"
  }, {
    "@language" : "pt",
    "@value" : "Kelvin por Segundo Quadrado"
  }, {
    "@language" : "es",
    "@value" : "Kelvin por Segundo Cuadrado"
  }, {
    "@language" : "de",
    "@value" : "Kelvin pro Quadratsekunde"
  }, {
    "@language" : "fr",
    "@value" : "Kelvin par Seconde Carré"
  }, {
    "@language" : "pl",
    "@value" : "Kelwin na Sekunda Kwadratowy"
  }, {
    "@language" : "cs",
    "@value" : "Kelvin na Čtvereční Sekunda"
  }, {
    "@language" : "el",
    "@value" : "Κέλβιν ανά Τετραγωνικό Δευτερόλεπτο"
  }, {
    "@language" : "it",
    "@value" : "Kelvin per Secondo Quadrato"
  }, "Kelvin per Square Second", {
    "@language" : "en",
    "@value" : "Kelvin per Square Second"
  } ],
  "@context" : {
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "derivedCoherentUnitOfSystem" : {
      "@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "hasFactorUnit" : {
      "@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
      "@type" : "@id"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "conversionMultiplier" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
      "@type" : "http://www.w3.org/2001/XMLSchema#decimal"
    },
    "applicableSystem" : {
      "@id" : "http://qudt.org/schema/qudt/applicableSystem",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "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-11-13T09:25:09.726-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)