@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:ATM_T
  a qudt:Unit ;
  dcterms:description """The unit for $\\textit{Technical Atmosphere}$, symbol: $at$, is a non-SI unit of pressure equal to one
    kilogram-force per square centimeter. The symbol $at$ clashes with that of the katal (symbol: $kat$), the SI unit of catalytic
    activity; a kilotechnical atmosphere would have the symbol $kat$, indistinguishable from the symbol for katal. It also clashes
    with that of the non-SI unit, the $attotonne$, but that unit would be more likely be rendered as the equivalent SI unit. Assay
    ton (abbreviation $AT$) is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is
    $29 1D6 \\,grams$ (short assay ton) or $32 2D3 \\,grams$ (long assay ton), the amount which bears the same ratio to a
    milligram as a short or long ton bears to a troy ounce. In other words, the number of milligrams of a particular metal found
    in a sample of this size gives the number of troy ounces contained in a short or long ton of ore.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:conversionMultiplier 98066.5 ;
  qudt:conversionMultiplierSN 9.80665E4 ;
  qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ;
  qudt:hasQuantityKind quantitykind:ForcePerArea ;
  qudt:hasQuantityKind quantitykind:VapourPressure ;
  qudt:iec61360Code "0112/2///62720#UAA321" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA321"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Technical_atmosphere"^^xsd:anyURI ;
  qudt:latexDefinition "$1 at = 98.0665 kPa \\approx 0.96784 standard atmospheres$"^^qudt:LatexString ;
  qudt:scalingOf unit:PA ;
  qudt:symbol "at" ;
  qudt:ucumCode "att"^^qudt:UCUMcs ;
  qudt:udunitsCode "at" ;
  qudt:uneceCommonCode "ATT" ;
  qudt:unitForQuantityKind quantitykind:ForcePerArea ;
  qudt:unitForQuantityKind quantitykind:VapourPressure ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q909066> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Technical Atmosphere" ;
  rdfs:label "Technical Atmosphere"@en .
