@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/CostPerUnitPower>
        a                 <http://qudt.org/schema/qudt/QuantityKind> ;
        rdfs:isDefinedBy  <http://qudt.org/3.4.5/vocab/quantitykind> ;
        rdfs:label        "Anschaffungskosten pro Watt"@de , "cost per power"@en ;
        <http://purl.org/dc/terms/isReplacedBy>
                <http://qudt.org/vocab/quantitykind/CostPerPower> ;
        <http://qudt.org/schema/qudt/deprecated>
                true ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0> ;
        <http://qudt.org/schema/qudt/informativeReference>
                "https://en.wikipedia.org/wiki/Photovoltaics"^^xsd:anyURI ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "In photovoltaics, cost per power of electricity produced measures the cost of installing the hardware relative to the power produced." .
