@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/CurrentOfTheAmountOfSubtance>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:isDefinedBy  <http://qudt.org/3.4.5/vocab/quantitykind> ;
        rdfs:label        "current of the amount of subtance"@en-US ;
        <http://purl.org/dc/terms/description>
                "ratio of the amount of substance divided by the related time"@en ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
        <http://qudt.org/schema/qudt/isReplacedBy>
                <http://qudt.org/vocab/quantitykind/CurrentOfTheAmountOfSubstance> ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "Quotient Stoffmenge dividiert durch die zugehörige Zeit"@de ;
        <http://qudt.org/schema/qudt/symbol>
                "0173-1#Z4-BAJ384#002" .
