@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 constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:Exposure
  a qudt:QuantityKind ;
  dcterms:description "\"Exposure\" reflects the extent of ionization events taking place when air is irradiated by ionizing photons (gamma radiation and/or x rays). In photography, exposure is the amount of light allowed to fall on each area unit of a photographic medium (photographic film or image sensor) during the process of taking a photograph. Exposure is measured in lux seconds, and can be computed from exposure value (EV) and scene luminance in a specified region."^^qudt:LatexString ;
  qudt:applicableUnit unit:A-HR-PER-KiloGM ;
  qudt:applicableUnit unit:A-M2-PER-J-SEC ;
  qudt:applicableUnit unit:C-PER-KiloGM ;
  qudt:applicableUnit unit:HZ-PER-T ;
  qudt:applicableUnit unit:KiloR ;
  qudt:applicableUnit unit:MegaHZ-PER-T ;
  qudt:applicableUnit unit:MilliC-PER-KiloGM ;
  qudt:applicableUnit unit:MilliR ;
  qudt:applicableUnit unit:PER-T-SEC ;
  qudt:applicableUnit unit:R ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Exposure"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ;
  qudt:informativeReference "http://hps.org/publicinformation/ate/faqs/gammaandexposure.html"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Exposure_%28photography%29"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
  qudt:latexDefinition "For X-or gamma radiation, $X = \\frac{dQ}{dm}$, where $dQ$ is the absolute value of the mean total electric charge of the ions of the same sign produced in dry air when all the electrons and positrons liberated or created by photons in an element of air are completely stopped in air, and $dm$ is the mass of that element."^^qudt:LatexString ;
  qudt:plainTextDescription "\"Exposure\" reflects the extent of ionization events taking place when air is irradiated by ionizing photons (gamma radiation and/or x rays). In photography, exposure is the amount of light allowed to fall on each area unit of a photographic medium (photographic film or image sensor) during the process of taking a photograph. Exposure is measured in lux seconds, and can be computed from exposure value (EV) and scene luminance in a specified region." ;
  qudt:siExactMatch si-quantity:XPOS ;
  qudt:symbol "X" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q336938> ;
  rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerMass" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Exposure"@en ;
  skos:broader quantitykind:ElectricChargePerMass .
