@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:BARN
  a qudt:Unit ;
  dcterms:description """A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross
    sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross
    sections of any scattering process, and is best understood as a measure of the probability of interaction between small
    particles. A barn is defined as $10^{-28} m^2 (100 fm^2)$ and is approximately the cross sectional area of a uranium nucleus.
    The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the
    interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI
    due to its continued use in particle physics.
  """^^qudt:LatexString ;
  qudt:conversionMultiplier 0.0000000000000000000000000001 ;
  qudt:conversionMultiplierSN 1.0E-28 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Barn"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T0D0 ;
  qudt:hasQuantityKind quantitykind:Area ;
  qudt:iec61360Code "0112/2///62720#UAB297" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB297"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Barn?oldid=492907677"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Barn_(unit)"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/barn> ;
  qudt:scalingOf unit:M2 ;
  qudt:symbol "b" ;
  qudt:ucumCode "b"^^qudt:UCUMcs ;
  qudt:udunitsCode "b" ;
  qudt:uneceCommonCode "A14" ;
  qudt:unitForQuantityKind quantitykind:Area ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q209351> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Barn" ;
  rdfs:label "Barn"@en .
