quantitykind:CostPerUnitEnergy

URI: http://qudt.org/vocab/quantitykind/CostPerUnitEnergy

Type
Description

Properties
qudt:plainTextDescription
The monetary cost of a unit of energy
Annotations
rdfs:label
Energiekosten(de)
energy cost(en)
View as:  CSV

Work in progress

RDF/XML
<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/CostPerUnitEnergy">
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/EUR-PER-W-SEC"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/EUR-PER-KiloW-HR"/>
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/EUR-PER-W-HR"/>
    <j.0:plainTextDescription>The monetary cost of a unit of energy</j.0:plainTextDescription>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0"/>
    <rdfs:label xml:lang="en">energy cost</rdfs:label>
    <rdfs:label xml:lang="de">Energiekosten</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://en.wikipedia.org/wiki/Cost_of_electricity_by_source</j.0:informativeReference>
  </rdf:Description>
</rdf:RDF>
TURTLE
@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/CostPerUnitEnergy>
  rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/EUR-PER-KiloW-HR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/EUR-PER-W-HR> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/EUR-PER-W-SEC> ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ;
  <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Cost_of_electricity_by_source"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/plainTextDescription> "The monetary cost of a unit of energy" ;
  rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
  rdfs:label "Energiekosten"@de ;
  rdfs:label "energy cost"@en ;
.
JSON
{"resource":"energy cost" 
 ,"qname":"quantitykind:CostPerUnitEnergy" 
 ,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/CostPerUnitEnergy" 
 ,"properties":["applicable unit":"unit:EUR-PER-KiloW-HR" 
    ,"applicable unit":"unit:EUR-PER-W-HR" 
    ,"applicable unit":"unit:EUR-PER-W-SEC" 
    ,"description (plain text)":"The monetary cost of a unit of energy" 
    ,"has dimension vector":"dimension:A0E0L-2I0M-1H0T2D0" 
    ,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Cost_of_electricity_by_source" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/2.1\/vocab\/quantitykind&gt;" 
    ,"label":"Energiekosten" 
    ,"label":"energy cost" 
    ,"type":"qudt:QuantityKind" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/quantitykind/CostPerUnitEnergy",
  "@type" : "http://qudt.org/schema/qudt/QuantityKind",
  "applicableUnit" : [ "http://qudt.org/vocab/unit/EUR-PER-W-SEC", "http://qudt.org/vocab/unit/EUR-PER-KiloW-HR", "http://qudt.org/vocab/unit/EUR-PER-W-HR" ],
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
  "informativeReference" : "https://en.wikipedia.org/wiki/Cost_of_electricity_by_source",
  "plainTextDescription" : "The monetary cost of a unit of energy",
  "isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
  "label" : [ {
    "@language" : "en",
    "@value" : "energy cost"
  }, {
    "@language" : "de",
    "@value" : "Energiekosten"
  } ],
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "plainTextDescription" : {
      "@id" : "http://qudt.org/schema/qudt/plainTextDescription"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "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#"
  }
}

Generated 2024-04-25T16:15:43.065-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)