@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/FractionallMass_Stages1-3>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/quantitykind> ;
        rdfs:label        "Fractional Mass (Stages 1 through 3)"@en ;
        <http://qudt.org/schema/qudt/latexSymbol>
                "\\(\\gamma\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "Fraction of propellant and structural mass assigned to stages 1, 2 and 3." .
