@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/unit/HP-PER-M>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/2.1/vocab/unit> ;
        rdfs:label        "Horsepower Metric"@en ;
        <http://purl.org/dc/terms/description>
                "\"Horsepower Metric\" is a unit for  'Power' expressed as \\(hp/m\\)."^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/expression>
                "\\(hp/m\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/Power> ;
        <http://qudt.org/schema/qudt/ucumCode>
                "[HP].m-1"^^<http://qudt.org/schema/qudt/UCUMcs> .
