@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/EUR-PER-W>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/3.0.0/vocab/unit> ;
        rdfs:label        "Euro per watt"@en ;
        <http://qudt.org/schema/qudt/applicableSystem>
                <http://qudt.org/vocab/sou/SI> ;
        <http://qudt.org/schema/qudt/conversionMultiplier>
                1.0 ;
        <http://qudt.org/schema/qudt/conversionMultiplierSN>
                1.0E0 ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/CostPerPower> ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "Unit for measuring the hardware cost of a power generation unit relative to the generated power" ;
        <http://qudt.org/schema/qudt/symbol>
                "€/W" .
