<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="http://qudt.org/vocab/quantitykind/CostPerPower">
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<rdfs:label xml:lang="en">cost per power</rdfs:label>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0"/>
<rdfs:label xml:lang="de">Anschaffungskosten pro Watt</rdfs:label>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/EUR-PER-KiloW"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/EUR-PER-W"/>
<j.0:plainTextDescription>In photovoltaics, cost per power of electricity produced measures the cost of installing the hardware relative to the power produced.</j.0:plainTextDescription>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Photovoltaics</j.0:informativeReference>
<rdfs:comment>Applicable units are those of quantitykind:CostPerPower</rdfs:comment>
</rdf:Description>
</rdf:RDF>
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/quantitykind/CostPerPower>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/EUR-PER-KiloW> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/EUR-PER-W> ;
<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." ;
rdfs:comment "Applicable units are those of quantitykind:CostPerPower" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Anschaffungskosten pro Watt"@de ;
rdfs:label "cost per power"@en ;
.
{"resource":"cost per power"
,"qname":"quantitykind:CostPerPower"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/CostPerPower"
,"properties":["applicable unit":"unit:EUR-PER-KiloW"
,"applicable unit":"unit:EUR-PER-W"
,"comment":"Applicable units are those of quantitykind:CostPerPower"
,"description (plain text)":"In photovoltaics, cost per power of electricity produced measures the cost of installing the hardware relative to the power produced."
,"has dimension vector":"dimension:A0E0L-2I0M-1H0T3D0"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Photovoltaics"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"Anschaffungskosten pro Watt"
,"label":"cost per power"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/CostPerPower",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"applicableUnit" : [ "http://qudt.org/vocab/unit/EUR-PER-KiloW", "http://qudt.org/vocab/unit/EUR-PER-W" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0",
"informativeReference" : "https://en.wikipedia.org/wiki/Photovoltaics",
"plainTextDescription" : "In photovoltaics, cost per power of electricity produced measures the cost of installing the hardware relative to the power produced.",
"comment" : "Applicable units are those of quantitykind:CostPerPower",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : [ {
"@language" : "en",
"@value" : "cost per power"
}, {
"@language" : "de",
"@value" : "Anschaffungskosten pro Watt"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}