@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/FractionalMass_Stage1>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/quantitykind> ;
        rdfs:label        "Fractional Mass (Stage 1)"@en ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "Fractional mass allocated to stage 1" ;
        <http://qudt.org/schema/qudt/symbol>
                "A" .
