@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/VolumePerUnitTime>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:isDefinedBy  <http://qudt.org/3.4.5/vocab/quantitykind> ;
        rdfs:label        "Volume per Unit Time"@en ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/exactMatch>
                <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> .
