unit:PER-K

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

Type
Description

Per Kelvin Unit is a denominator unit with dimensions $/k$.

Properties
qudt:iec61360Code
0112/2///62720#UAA193
Annotations
dcterms:description
Per Kelvin Unit is a denominator unit with dimensions $/k$.
rdfs:label
Aνά Κέλβιν(el)
Na Kelvin(cs)
Na Kelvin(sl)
Na Kelwin(pl)
Par Kelvin(fr)
Pe Kelvin(ro)
Per Kelvin(it)
Per Kelvin(la)
Per Kelvin(ms)
Per Kelvin(tr)
Por Kelvin(es)
Por Kelvin(pt)
Pro Kelvin(de)
Reciprocal Kelvin
Reciprocal Kelvin(en)
На Келвин(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/PER-K">
    <j.0:uneceCommonCode>C91</j.0:uneceCommonCode>
    <rdfs:label xml:lang="bg">На Келвин</rdfs:label>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ApparentThermalInertia"/>
    <rdfs:label xml:lang="it">Per Kelvin</rdfs:label>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/RelativePressureCoefficient"/>
    <rdfs:label xml:lang="la">Per Kelvin</rdfs:label>
    <rdfs:label xml:lang="ms">Per Kelvin</rdfs:label>
    <rdfs:label xml:lang="tr">Per Kelvin</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.8/vocab/unit"/>
    <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/LinearExpansionCoefficient"/>
    <j.0:applicableSystem rdf:resource="http://qudt.org/vocab/sou/SI"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA193</j.0:informativeReference>
    <j.0:wikidataMatch rdf:resource="http://www.wikidata.org/entity/Q107028673"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">K-1</j.0:ucumCode>
    <rdfs:label xml:lang="pl">Na Kelwin</rdfs:label>
    <rdfs:label xml:lang="ru">На Кельвин</rdfs:label>
    <j.0:expression rdf:datatype="http://qudt.org/schema/qudt/LatexString">$/K$</j.0:expression>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0"/>
    <rdfs:label xml:lang="cs">Na Kelvin</rdfs:label>
    <rdfs:label xml:lang="sl">Na Kelvin</rdfs:label>
    <j.0:hasFactorUnit rdf:nodeID="A0"/>
    <j.0:iec61360Code>0112/2///62720#UAA193</j.0:iec61360Code>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">Per Kelvin Unit is a denominator unit with dimensions $/k$.</j.1:description>
    <rdfs:label xml:lang="fr">Par Kelvin</rdfs:label>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Unit"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/InverseTemperature"/>
    <rdfs:label>Reciprocal Kelvin</rdfs:label>
    <rdfs:label xml:lang="en">Reciprocal Kelvin</rdfs:label>
    <rdfs:label xml:lang="de">Pro Kelvin</rdfs:label>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ExpansionRatio"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient"/>
    <rdfs:label xml:lang="el">Aνά Κέλβιν</rdfs:label>
    <j.0:symbol>/K</j.0:symbol>
    <rdfs:label xml:lang="ro">Pe Kelvin</rdfs:label>
    <j.0:conversionMultiplierSN rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E0</j.0:conversionMultiplierSN>
    <rdfs:label xml:lang="es">Por Kelvin</rdfs:label>
    <rdfs:label xml:lang="pt">Por Kelvin</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/PER-K>
  rdf:type <http://qudt.org/schema/qudt/Unit> ;
  <http://purl.org/dc/terms/description> "Per Kelvin Unit is a denominator unit with dimensions $/k$."^^<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/expression> "$/K$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ;
  <http://qudt.org/schema/qudt/hasFactorUnit> [] ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentThermalInertia> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExpansionRatio> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseTemperature> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativePressureCoefficient> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient> ;
  <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA193" ;
  <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA193"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/symbol> "/K" ;
  <http://qudt.org/schema/qudt/ucumCode> "K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  <http://qudt.org/schema/qudt/uneceCommonCode> "C91" ;
  <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107028673> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.8/vocab/unit> ;
  rdfs:label "Aνά Κέλβιν"@el ;
  rdfs:label "Na Kelvin"@cs ;
  rdfs:label "Na Kelvin"@sl ;
  rdfs:label "Na Kelwin"@pl ;
  rdfs:label "Par Kelvin"@fr ;
  rdfs:label "Pe Kelvin"@ro ;
  rdfs:label "Per Kelvin"@it ;
  rdfs:label "Per Kelvin"@la ;
  rdfs:label "Per Kelvin"@ms ;
  rdfs:label "Per Kelvin"@tr ;
  rdfs:label "Por Kelvin"@es ;
  rdfs:label "Por Kelvin"@pt ;
  rdfs:label "Pro Kelvin"@de ;
  rdfs:label "Reciprocal Kelvin" ;
  rdfs:label "Reciprocal Kelvin"@en ;
  rdfs:label "На Келвин"@bg ;
  rdfs:label "На Кельвин"@ru ;
.
JSON
{"resource":"Reciprocal Kelvin" 
 ,"qname":"unit:PER-K" 
 ,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-K" 
 ,"properties":["Wikidata match":"&lt;http:\/\/www.wikidata.org\/entity\/Q107028673&gt;" 
    ,"applicable system":"sou:SI" 
    ,"conversion multiplier":"1.0" 
    ,"conversion multiplier scientific":"1.0E0" 
    ,"description":"Per Kelvin Unit is a denominator unit with dimensions $\/k$." 
    ,"expression":"$\/K$" 
    ,"has dimension vector":"dimension:A0E0L0I0M0H-1T0D0" 
    ,"has quantity kind":"quantitykind:ApparentThermalInertia" 
    ,"has quantity kind":"quantitykind:ExpansionRatio" 
    ,"has quantity kind":"quantitykind:InverseTemperature" 
    ,"has quantity kind":"quantitykind:LinearExpansionCoefficient" 
    ,"has quantity kind":"quantitykind:RelativePressureCoefficient" 
    ,"has quantity kind":"quantitykind:ThermalExpansionCoefficient" 
    ,"hasFactorUnit":null 
    ,"iec-61360 code":"0112\/2\/\/\/62720#UAA193" 
    ,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA193" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.8\/vocab\/unit&gt;" 
    ,"label":"Aνά Κέλβιν" 
    ,"label":"Na Kelvin" 
    ,"label":"Na Kelvin" 
    ,"label":"Na Kelwin" 
    ,"label":"Par Kelvin" 
    ,"label":"Pe Kelvin" 
    ,"label":"Per Kelvin" 
    ,"label":"Per Kelvin" 
    ,"label":"Per Kelvin" 
    ,"label":"Per Kelvin" 
    ,"label":"Por Kelvin" 
    ,"label":"Por Kelvin" 
    ,"label":"Pro Kelvin" 
    ,"label":"Reciprocal Kelvin" 
    ,"label":"Reciprocal Kelvin" 
    ,"label":"На Келвин" 
    ,"label":"На Кельвин" 
    ,"symbol":"\/K" 
    ,"type":"qudt:Unit" 
    ,"ucum code":"K-1" 
    ,"unece common code":"C91" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/unit/PER-K",
  "@type" : "http://qudt.org/schema/qudt/Unit",
  "description" : "Per Kelvin Unit is a denominator unit with dimensions $/k$.",
  "applicableSystem" : "http://qudt.org/vocab/sou/SI",
  "conversionMultiplier" : "1.0",
  "conversionMultiplier:SN" : 1.0,
  "expression" : "$/K$",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
  "hasFactorUnit" : "_:b0",
  "hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ApparentThermalInertia", "http://qudt.org/vocab/quantitykind/RelativePressureCoefficient", "http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient", "http://qudt.org/vocab/quantitykind/InverseTemperature", "http://qudt.org/vocab/quantitykind/ExpansionRatio", "http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient" ],
  "iec61360Code" : "0112/2///62720#UAA193",
  "informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA193",
  "symbol" : "/K",
  "ucumCode" : "K-1",
  "uneceCommonCode" : "C91",
  "wikidataMatch" : "http://www.wikidata.org/entity/Q107028673",
  "isDefinedBy" : "http://qudt.org/3.1.8/vocab/unit",
  "label" : [ {
    "@language" : "bg",
    "@value" : "На Келвин"
  }, {
    "@language" : "it",
    "@value" : "Per Kelvin"
  }, {
    "@language" : "la",
    "@value" : "Per Kelvin"
  }, {
    "@language" : "ms",
    "@value" : "Per Kelvin"
  }, {
    "@language" : "tr",
    "@value" : "Per Kelvin"
  }, {
    "@language" : "pl",
    "@value" : "Na Kelwin"
  }, {
    "@language" : "ru",
    "@value" : "На Кельвин"
  }, {
    "@language" : "cs",
    "@value" : "Na Kelvin"
  }, {
    "@language" : "sl",
    "@value" : "Na Kelvin"
  }, {
    "@language" : "fr",
    "@value" : "Par Kelvin"
  }, "Reciprocal Kelvin", {
    "@language" : "en",
    "@value" : "Reciprocal Kelvin"
  }, {
    "@language" : "de",
    "@value" : "Pro Kelvin"
  }, {
    "@language" : "el",
    "@value" : "Aνά Κέλβιν"
  }, {
    "@language" : "ro",
    "@value" : "Pe Kelvin"
  }, {
    "@language" : "es",
    "@value" : "Por Kelvin"
  }, {
    "@language" : "pt",
    "@value" : "Por Kelvin"
  } ],
  "@context" : {
    "uneceCommonCode" : {
      "@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "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"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "wikidataMatch" : {
      "@id" : "http://qudt.org/schema/qudt/wikidataMatch",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "expression" : {
      "@id" : "http://qudt.org/schema/qudt/expression",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "hasFactorUnit" : {
      "@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
      "@type" : "@id"
    },
    "iec61360Code" : {
      "@id" : "http://qudt.org/schema/qudt/iec61360Code"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "symbol" : {
      "@id" : "http://qudt.org/schema/qudt/symbol"
    },
    "conversionMultiplierSN" : {
      "@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
      "@type" : "http://www.w3.org/2001/XMLSchema#double"
    },
    "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:19:12.169-05:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)