@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:V-PER-K
  a qudt:Unit ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:expression "$v/k$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E-1L2I0M1H-1T-3D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:K ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:V ;
  ] ;
  qudt:hasQuantityKind quantitykind:SeebeckCoefficient ;
  qudt:hasQuantityKind quantitykind:ThomsonCoefficient ;
  qudt:iec61360Code "0112/2///62720#UAB173" ;
  qudt:informativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB173"^^xsd:anyURI ;
  qudt:symbol "V/K" ;
  qudt:ucumCode "V.K-1"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "D48" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q105761745> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Volt na Kelvin"@cs ;
  rdfs:label "Volt na Kelvin"@sl ;
  rdfs:label "Volt par Kelvin"@fr ;
  rdfs:label "Volt pe Kelvin"@ro ;
  rdfs:label "Volt per Kelvin" ;
  rdfs:label "Volt per Kelvin"@en ;
  rdfs:label "Volt per Kelvin"@it ;
  rdfs:label "Volt per Kelvin"@ms ;
  rdfs:label "Volt per Kelvin"@tr ;
  rdfs:label "Volt por Kelvin"@pt ;
  rdfs:label "Volt pro Kelvin"@de ;
  rdfs:label "Voltio por Kelvin"@es ;
  rdfs:label "Voltium per Kelvin"@la ;
  rdfs:label "Wolt na Kelwin"@pl ;
  rdfs:label "Βολτ ανά Κέλβιν"@el ;
  rdfs:label "Волт на Келвин"@bg ;
  rdfs:label "Вольт на Кельвин"@ru .
