Thermal Power · JSON-LD Context

Thermal Power Context

JSON-LD context defining the semantic vocabulary for Thermal Power from Thermal Power.

0 Classes 3 Properties 2 Namespaces
View Context View on GitHub

Namespaces

eia: https://www.eia.gov/opendata/
energy: https://dbpedia.org/ontology/

Properties

Property Type Container
PowerPlant
ElectricPowerRecord
RTORecord

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "eia": "https://www.eia.gov/opendata/",
    "energy": "https://dbpedia.org/ontology/",
    "PowerPlant": {
      "@id": "energy:PowerStation",
      "@context": {
        "plantCode": "https://schema.org/identifier",
        "plantName": "https://schema.org/name",
        "state": "https://schema.org/addressRegion",
        "capacityMW": {
          "@id": "energy:installedCapacity",
          "@type": "https://schema.org/QuantitativeValue"
        },
        "generation": {
          "@id": "energy:netElectricity",
          "@type": "https://schema.org/QuantitativeValue"
        },
        "fuelType": {
          "@id": "energy:usingFuel",
          "@type": "@id"
        },
        "heatRate": {
          "@id": "eia:heatRate",
          "@type": "https://schema.org/QuantitativeValue"
        },
        "heatContent": {
          "@id": "eia:heatContent",
          "@type": "https://schema.org/QuantitativeValue"
        },
        "primeMover": {
          "@id": "eia:primeMoverCode"
        }
      }
    },
    "ElectricPowerRecord": {
      "@id": "eia:electricPowerOperationalData",
      "@context": {
        "period": "https://schema.org/temporal",
        "location": "https://schema.org/addressRegion",
        "fueltypeid": "energy:usingFuel",
        "generation": "energy:netElectricity",
        "sectorid": "eia:sectorId",
        "sectorDescription": "https://schema.org/description"
      }
    },
    "RTORecord": {
      "@id": "eia:rtoFuelTypeData",
      "@context": {
        "period": "https://schema.org/temporal",
        "respondent": "https://schema.org/identifier",
        "respondent-name": "https://schema.org/name",
        "fueltype": "energy:usingFuel",
        "value": "energy:netElectricity"
      }
    }
  }
}