@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:RadonExposure
  a qudt:QuantityKind ;
  dcterms:description "Radon Exposure is the integral with respect to time of radon activity concentration accumulated during the exposure time. It is equivalent to the total number of radon decays per volume."@en ;
  qudt:applicableUnit unit:BQ-HR-PER-M3 ;
  qudt:applicableUnit unit:BQ-SEC-PER-M3 ;
  qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ;
  qudt:isoNormativeReference "https://www.iso.org/obp/ui/en/#iso:std:iso:16641:ed-1:v1:en"^^xsd:anyURI ;
  qudt:latexDefinition "Exposure to radon is expressed by $e = \\int\\limits_0^T C(t) dt$, where $T$ is the exposure time and $C(t)$ is the (time-dependent) radon activity concentration."^^qudt:LatexString ;
  qudt:organizedUnder quantitykind:InverseVolume ;
  qudt:plainTextDescription "Radon Exposure is the integral with respect to time of radon activity concentration accumulated during the exposure time. It is equivalent to the total number of radon decays per volume."@en ;
  rdfs:comment "Applicable units are those of quantitykind:RadonExposure" ;
  rdfs:isDefinedBy <http://qudt.org/3.5.1/vocab/quantitykind> ;
  rdfs:label "Radon Exposure"@en ;
  rdfs:label "Radonexposition"@de ;
  skos:altLabel "Exposure to radon"@en ;
  skos:broader quantitykind:InverseVolume .
