@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:MassPerAreaTime
  a qudt:QuantityKind ;
  dcterms:description "In Physics and Engineering, mass flux is the rate of mass flow per unit area. The common symbols are $j$, $J$, $\\phi$, or $\\Phi$  (Greek lower or capital Phi), sometimes with subscript $m$ to indicate mass is the flowing quantity.  Its SI units are $ kg s^{-1} m^{-2}$."^^qudt:LatexString ;
  qudt:applicableUnit unit:DYN-SEC-PER-CentiM3 ;
  qudt:applicableUnit unit:GM-PER-CentiM2-YR ;
  qudt:applicableUnit unit:GM-PER-M2-DAY ;
  qudt:applicableUnit unit:GM-PER-M2-HR ;
  qudt:applicableUnit unit:GM-PER-M2-YR ;
  qudt:applicableUnit unit:GM_Carbon-PER-M2-DAY ;
  qudt:applicableUnit unit:GM_Nitrogen-PER-M2-DAY ;
  qudt:applicableUnit unit:KiloGM-PER-HA-YR ;
  qudt:applicableUnit unit:KiloGM-PER-M2-DAY ;
  qudt:applicableUnit unit:KiloGM-PER-M2-SEC ;
  qudt:applicableUnit unit:KiloGM-PER-SEC-M2 ;
  qudt:applicableUnit unit:MegaGM-PER-HA-YR ;
  qudt:applicableUnit unit:MicroGM-PER-CentiM2-WK ;
  qudt:applicableUnit unit:MicroGM-PER-M2-DAY ;
  qudt:applicableUnit unit:MilliGM-PER-M2-DAY ;
  qudt:applicableUnit unit:MilliGM-PER-M2-HR ;
  qudt:applicableUnit unit:MilliGM-PER-M2-SEC ;
  qudt:applicableUnit unit:NanoGM-PER-CentiM2-DAY ;
  qudt:applicableUnit unit:TONNE-PER-HA-YR ;
  qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Mass_flux"^^xsd:anyURI ;
  qudt:latexSymbol "$j_m = \\lim\\limits_{A \\rightarrow 0}\\frac{I_m}{A}$"^^qudt:LatexString ;
  rdfs:comment "Applicable units are those of quantitykind:MassPerAreaTime" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Mass per Area Time"@en .
