@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:PDL-PER-FT2
  a qudt:Unit ;
  dcterms:description """
  A $\\textit{Poundal Per Square Foot}$, ($pdl/ft^2$), is a unit in the category of Pressure.
  It is also known as poundals per square foot, poundal/square foot.
  This unit is commonly used in the UK, US unit systems.
  A $\\textit{Poundal Per Square Foot}$ has a dimension of $ML^{-1}T^{-2}$,
   where $M$ is mass, $L$ is length, and $T$ is time.
   It can be converted to the corresponding standard SI unit $\\textit{Pa}$ by multiplying its value
    by a factor of 1.488163944.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:IMPERIAL ;
  qudt:applicableSystem sou:USCS ;
  qudt:conversionMultiplier 1.488163943569553805774278215223097 ;
  qudt:conversionMultiplierSN 1.488163943569553805774278215223097E0 ;
  qudt:definedUnitOfSystem sou:IMPERIAL ;
  qudt:definedUnitOfSystem sou:USCS ;
  qudt:expression "$pdl/ft^2$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-2D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:PDL ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -2 ;
    qudt:hasUnit unit:FT ;
  ] ;
  qudt:hasQuantityKind quantitykind:ForcePerArea ;
  qudt:hasQuantityKind quantitykind:VapourPressure ;
  qudt:iec61360Code "0112/2///62720#UAB243" ;
  qudt:informativeReference "http://www.efunda.com/glossary/units/units--pressure--poundal_per_square_foot.cfm"^^xsd:anyURI ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB243"^^xsd:anyURI ;
  qudt:symbol "pdl/ft²" ;
  qudt:ucumCode "[lb_av].[ft_i].s-2.[ft_i]-2"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "N21" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q107410782> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Poundal per Square Foot" ;
  rdfs:label "Poundal per Square Foot"@en .
