@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:MolarVolume
  a qudt:QuantityKind ;
  dcterms:description "The molar volume, symbol $V_m$, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass ($M$) divided by the mass density ($\\rho$). It has the SI unit cubic metres per mole ($m^{1}/mol$). For ideal gases, the molar volume is given by the ideal gas equation: this is a good approximation for many common gases at standard temperature and pressure. For crystalline solids, the molar volume can be measured by X-ray crystallography."^^qudt:LatexString ;
  qudt:applicableUnit unit:CentiM3-PER-MOL ;
  qudt:applicableUnit unit:DeciM3-PER-MOL ;
  qudt:applicableUnit unit:L-PER-MOL ;
  qudt:applicableUnit unit:L-PER-MicroMOL ;
  qudt:applicableUnit unit:M3-PER-MOL ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Molar_volume"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A-1E0L3I0M0H0T0D0 ;
  qudt:iec61360Code "0112/2///62720#UAD127" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD127"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Molar_volume"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
  qudt:latexDefinition "$V_m = \\frac{V}{n}$, where $V$ is volume and $n$ is amount of substance."^^qudt:LatexString ;
  qudt:symbol "V_m" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q487112> ;
  rdfs:comment "Applicable units are those of quantitykind:MolarVolume" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Isipadu molar"@ms ;
  rdfs:label "Molvolumen"@de ;
  rdfs:label "molar hacim"@tr ;
  rdfs:label "molar volume"@en ;
  rdfs:label "molski volumen"@sl ;
  rdfs:label "molární objem"@cs ;
  rdfs:label "volum molar"@ro ;
  rdfs:label "volume molaire"@fr ;
  rdfs:label "volume molar"@pl ;
  rdfs:label "volume molar"@pt ;
  rdfs:label "volume molare"@it ;
  rdfs:label "volumen molar"@es ;
  rdfs:label "Молярный объём"@ru ;
  rdfs:label "حجم مولي"@ar ;
  rdfs:label "حجم مولی"@fa ;
  rdfs:label "モル体積"@ja ;
  rdfs:label "摩尔体积"@zh ;
  skos:altLabel "molares Volumen"@de ;
  skos:altLabel "stoffmengenbezogenes Volumen"@de .
