@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/AmountOfSubstanceConcentrationOfB>
        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 of Concentration of B"@en ;
        <http://purl.org/dc/terms/description>
                "\"Amount of Substance of Concentration of B\" is defined as the amount of a constituent divided by the volume of the mixture."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/quantitykind/AmountOfSubstanceConcentration> ;
        <http://qudt.org/schema/qudt/applicableUnit>
                <http://qudt.org/vocab/unit/NanoMOL-PER-L> , <http://qudt.org/vocab/unit/MilliMOL-PER-L> , <http://qudt.org/vocab/unit/MOL-PER-DeciM3> , <http://qudt.org/vocab/unit/MicroMOL-PER-L> , <http://qudt.org/vocab/unit/PicoMOL-PER-M3> , <http://qudt.org/vocab/unit/MOL-PER-L> , <http://qudt.org/vocab/unit/CentiMOL-PER-L> , <http://qudt.org/vocab/unit/PicoMOL-PER-L> , <http://qudt.org/vocab/unit/MOL-PER-M3> , <http://qudt.org/vocab/unit/KiloMOL-PER-M3> , <http://qudt.org/vocab/unit/FemtoMOL-PER-L> , <http://qudt.org/vocab/unit/MilliMOL-PER-M3> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
        <http://qudt.org/schema/qudt/iec61360Code>
                "0112/2///62720#UAD005" ;
        <http://qudt.org/schema/qudt/informativeReference>
                "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD005"^^xsd:anyURI , "http://en.wikipedia.org/wiki/Amount_of_substance_concentration"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/isoNormativeReference>
                "http://www.iso.org/iso/catalogue_detail?csnumber=31894"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/latexDefinition>
                "$C_B = \\frac{n_B}{V}$, where $n_B$ is the amount of substance $B$ and $V$ is the volume."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "\"Amount of Substance of Concentration of B\" is defined as the amount of a constituent divided by the volume of the mixture." ;
        <http://qudt.org/schema/qudt/symbol>
                "C_B" ;
        <http://www.w3.org/2004/02/skos/core#broader>
                <http://qudt.org/vocab/quantitykind/Concentration> .
