@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:DEG_C-PER-SEC
  a qudt:Unit ;
  dcterms:description "$\\textit{Degree Celsius per Second}$ is a unit for 'Temperature Per Time' expressed as $degC / s$."^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:expression "$degC / s$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H1T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:DEG_C ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasQuantityKind quantitykind:TemperaturePerTime ;
  qudt:iec61360Code "0112/2///62720#UAA038" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA038"^^xsd:anyURI ;
  qudt:symbol "°C/s" ;
  qudt:ucumCode "Cel.s-1"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "H14" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Celsius per Saniye"@tr ;
  rdfs:label "Darjah Celsius per Saat"@ms ;
  rdfs:label "Degree Celsius per Second" ;
  rdfs:label "Degree Celsius per Second"@en ;
  rdfs:label "Degré Celsius par Seconde"@fr ;
  rdfs:label "Grad Celsius pe Secundă"@ro ;
  rdfs:label "Grad Celsius pro Sekunde"@de ;
  rdfs:label "Grado Celsius per Secondo"@it ;
  rdfs:label "Grado Celsius por Segundo"@es ;
  rdfs:label "Gradus Celsii per Secundum"@la ;
  rdfs:label "Grau Celsius por Segundo"@pt ;
  rdfs:label "Stopień Celsjusza na Sekunda"@pl ;
  rdfs:label "Stopinja Celzija na Sekunda"@sl ;
  rdfs:label "Stupně Celsia na Sekunda"@cs ;
  rdfs:label "Βαθμός Κελσίου ανά Δευτερόλεπτο"@el ;
  rdfs:label "Градус Целзий на Секунда"@bg ;
  rdfs:label "Градус Цельсия на Секунда"@ru .
