@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-HR>
        a                 <http://qudt.org/schema/qudt/Unit> ;
        rdfs:isDefinedBy  <http://qudt.org/3.0.0/vocab/unit> ;
        rdfs:label        "Euro per watt hour"@en ;
        <http://qudt.org/schema/qudt/applicableSystem>
                <http://qudt.org/vocab/sou/SI> ;
        <http://qudt.org/schema/qudt/conversionMultiplier>
                0.0002777777777777777777777777777777778 ;
        <http://qudt.org/schema/qudt/conversionMultiplierSN>
                2.777777777777777777777777777777778E-4 ;
        <http://qudt.org/schema/qudt/hasDimensionVector>
                <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
        <http://qudt.org/schema/qudt/hasQuantityKind>
                <http://qudt.org/vocab/quantitykind/CostPerEnergy> ;
        <http://qudt.org/schema/qudt/plainTextDescription>
                "Unit for measuring the cost of electricity." ;
        <http://qudt.org/schema/qudt/symbol>
                "€/(W·h)" .
