<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:j.1="http://purl.org/dc/terms/"
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/CostPerUnitPower">
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<j.1:isReplacedBy rdf:resource="http://qudt.org/vocab/quantitykind/CostPerPower"/>
<j.0:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:deprecated>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0"/>
<j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Photovoltaics</j.0:informativeReference>
<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>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<rdfs:label xml:lang="de">Anschaffungskosten pro Watt</rdfs:label>
<rdfs:label xml:lang="en">cost per power</rdfs:label>
</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/CostPerUnitPower>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<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." ;
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:CostPerUnitPower"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/CostPerUnitPower"
,"properties":["deprecated":"true"
,"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"
,"is replaced by":"quantitykind:CostPerPower"
,"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/CostPerUnitPower",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"isReplacedBy" : "http://qudt.org/vocab/quantitykind/CostPerPower",
"http://qudt.org/schema/qudt/deprecated" : true,
"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.",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : [ {
"@language" : "de",
"@value" : "Anschaffungskosten pro Watt"
}, {
"@language" : "en",
"@value" : "cost per power"
} ],
"@context" : {
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"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#"
}
}