@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/AmountOfSubstancePerUnitMassPressure>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:isDefinedBy  <http://qudt.org/3.4.5/vocab/quantitykind> ;
        rdfs:label        "Molar Mass variation due to Pressure"@en ;
        <http://purl.org/dc/terms/description>
                "The \"Variation of Molar Mass\" of a gas as a function of pressure."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMassPressure> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A1E0L1I0M-2H0T2D0> ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "The \"Variation of Molar Mass\" of a gas as a function of pressure." .
