@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:TORR
  a qudt:Unit ;
  dcterms:description "<p>The \\textit{torr} is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed.</p>"^^rdf:HTML ;
  qudt:conversionMultiplier 133.322368421052631578947 ;
  qudt:conversionMultiplierSN 1.33322368421052631578947E2 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Torr"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ;
  qudt:hasQuantityKind quantitykind:ForcePerArea ;
  qudt:hasQuantityKind quantitykind:VapourPressure ;
  qudt:iec61360Code "0112/2///62720#UAB022" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB022"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> ;
  qudt:scalingOf unit:PA ;
  qudt:symbol "Torr" ;
  qudt:uneceCommonCode "UA" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q185648> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Torr" ;
  rdfs:label "Torr"@en .
