@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:IN_HG
  a qudt:Unit ;
  dcterms:description """Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric
    pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as
    the pressure exerted by a column of mercury of 1 inch in height at $32 ^\\circ F$ at the standard acceleration of gravity. 1
    inHg = 3,386.389 pascals at $0 ^\\circ C$.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:USCS ;
  qudt:conversionMultiplier 3386.389 ;
  qudt:conversionMultiplierSN 3.386389E3 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Inch_of_mercury"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ;
  qudt:hasQuantityKind quantitykind:ForcePerArea ;
  qudt:hasQuantityKind quantitykind:VapourPressure ;
  qudt:iec61360Code "0112/2///62720#UAA554" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA554"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Inch_of_mercury?oldid=486634645"^^xsd:anyURI ;
  qudt:scalingOf unit:PA ;
  qudt:symbol "inHg" ;
  qudt:ucumCode "[in_i'Hg]"^^qudt:UCUMcs ;
  qudt:udunitsCode "inHg" ;
  qudt:udunitsCode "in_Hg" ;
  qudt:uneceCommonCode "F79" ;
  qudt:unitForQuantityKind quantitykind:ForcePerArea ;
  qudt:unitForQuantityKind quantitykind:VapourPressure ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q1050958> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Inch of Mercury" ;
  rdfs:label "Inch of Mercury"@en .
