@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<http://qudt.org/vocab/quantitykind/AmountOfSubstancePerUnitVolume>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:comment      "Applicable units are those of quantitykind:Concentration" ;
        rdfs:isDefinedBy  <http://qudt.org/3.4.5/vocab/quantitykind> ;
        rdfs:label        "Amount of Substance per Unit Volume"@en ;
        <http://purl.org/dc/terms/description>
                "The amount of substance per unit volume is called the molar density. Molar density is an intensive property of a substance and depends on the temperature and pressure."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerVolume> ;
        <http://qudt.org/schema/qudt/applicableUnit>
                <http://qudt.org/vocab/unit/MOL-PER-M3> , <http://qudt.org/vocab/unit/MOL-PER-L> , <http://qudt.org/vocab/unit/PicoMOL-PER-L> , <http://qudt.org/vocab/unit/KiloMOL-PER-M3> , <http://qudt.org/vocab/unit/PicoMOL-PER-M3> , <http://qudt.org/vocab/unit/MilliMOL-PER-M3> , <http://qudt.org/vocab/unit/NanoMOL-PER-L> , <http://qudt.org/vocab/unit/CentiMOL-PER-L> , <http://qudt.org/vocab/unit/MOL-PER-DeciM3> , <http://qudt.org/vocab/unit/MicroMOL-PER-L> , <http://qudt.org/vocab/unit/FemtoMOL-PER-L> , <http://qudt.org/vocab/unit/MilliMOL-PER-L> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/exactMatch>
                <http://qudt.org/vocab/quantitykind/AmountOfSubstanceConcentration> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
        <http://qudt.org/schema/qudt/informativeReference>
                "https://en.wikipedia.org/wiki/Molar_concentration"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "The amount of substance per unit volume is called the molar density. Molar density is an intensive property of a substance and depends on the temperature and pressure." ;
        <http://www.w3.org/2004/02/skos/core#broader>
                <http://qudt.org/vocab/quantitykind/Concentration> .
