@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/AmountOfSubstanceFractionOfB>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:comment      "Applicable units are those of quantitykind:DimensionlessRatio" ;
        rdfs:isDefinedBy  <http://qudt.org/3.4.5/vocab/quantitykind> ;
        rdfs:label        "Amount of Substance of Fraction of B"@en ;
        <http://purl.org/dc/terms/description>
                "\"Amount of Substance of Fraction of B\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction> ;
        <http://qudt.org/schema/qudt/applicableUnit>
                <http://qudt.org/vocab/unit/PERMITTIVITY_REL> , <http://qudt.org/vocab/unit/PPQ> , <http://qudt.org/vocab/unit/UNITLESS> , <http://qudt.org/vocab/unit/FRACTION> , <http://qudt.org/vocab/unit/PPM> , <http://qudt.org/vocab/unit/NUM> , <http://qudt.org/vocab/unit/PERCENT> , <http://qudt.org/vocab/unit/PPT> , <http://qudt.org/vocab/unit/PPTM> , <http://qudt.org/vocab/unit/GR> , <http://qudt.org/vocab/unit/PPB> , <http://qudt.org/vocab/unit/PPTH> , <http://qudt.org/vocab/unit/PSU> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
        <http://qudt.org/schema/qudt/informativeReference>
                "http://en.wikipedia.org/wiki/Amount_fraction"^^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>
                "$x_B = \\frac{n_B}{n}$, where $n_B$ is the amount of substance $B$ and $n$ is the total amount of substance."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "\"Amount of Substance of Fraction of B\" is defined as tthe amount of a constituent divided by the total amount of all constituents in a mixture." ;
        <http://qudt.org/schema/qudt/symbol>
                "X_B" ;
        <http://www.w3.org/2004/02/skos/core#broader>
                <http://qudt.org/vocab/quantitykind/MoleFraction> .
