SunEdison · JSON-LD Context

Sunedison Context

JSON-LD context defining the semantic vocabulary for Sunedison from SunEdison.

15 Classes 4 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sunedison: https://www.sunedison.com/vocab#
geonames: https://www.geonames.org/ontology#

Classes

name description location capacity capacityUnit technology offtaker contractLength startDate endDate country region status annualGeneration generationUnit

Properties

Property Type Container
SolarPowerPlant reference
WindFarm reference
PowerPurchaseAgreement reference
RenewableEnergyCredit reference

JSON-LD Document

sunedison-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sunedison": "https://www.sunedison.com/vocab#",
    "geonames": "https://www.geonames.org/ontology#",

    "SolarPowerPlant": {
      "@id": "sunedison:SolarPowerPlant",
      "@type": "@id",
      "schema:sameAs": "schema:Place"
    },
    "WindFarm": {
      "@id": "sunedison:WindFarm",
      "@type": "@id",
      "schema:sameAs": "schema:Place"
    },
    "PowerPurchaseAgreement": {
      "@id": "sunedison:PowerPurchaseAgreement",
      "@type": "@id",
      "schema:sameAs": "schema:Contract"
    },
    "RenewableEnergyCredit": {
      "@id": "sunedison:RenewableEnergyCredit",
      "@type": "@id"
    },

    "name": "schema:name",
    "description": "schema:description",
    "location": "schema:location",
    "capacity": "sunedison:installedCapacity",
    "capacityUnit": "sunedison:capacityUnit",
    "technology": "sunedison:technology",
    "offtaker": "sunedison:offtaker",
    "contractLength": "sunedison:contractLength",
    "startDate": "schema:startDate",
    "endDate": "schema:endDate",
    "country": "schema:addressCountry",
    "region": "schema:addressRegion",
    "status": "schema:status",
    "annualGeneration": "sunedison:annualGeneration",
    "generationUnit": "sunedison:generationUnit"
  }
}