University of Sheffield · JSON-LD Context

University Of Sheffield Context

JSON-LD context defining the semantic vocabulary for University Of Sheffield from University of Sheffield.

4 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sosa: http://www.w3.org/ns/sosa/
uos: https://api.solar.sheffield.ac.uk/ns#

Classes

name url description identifier

Properties

Property Type Container
Institution
SolarGenerationDataset
GenerationObservation
GridSupplyPoint
PublicElectricitySupplierRegion

JSON-LD Document

Raw ↑
{
  "x-provenance": {
    "generated": "2026-08-30",
    "method": "derived",
    "source": "openapi/university-of-sheffield-sheffield-solar-api-openapi.yml",
    "note": "Replaces a 2026-06-03 context derived from figshare's object model, which was vendor-attributed and removed."
  },
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sosa": "http://www.w3.org/ns/sosa/",
    "uos": "https://api.solar.sheffield.ac.uk/ns#",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "identifier": "schema:identifier",
    "Institution": {
      "@id": "schema:CollegeOrUniversity",
      "@context": {
        "name": "schema:name",
        "url": "schema:url"
      }
    },
    "SolarGenerationDataset": {
      "@id": "schema:Dataset",
      "@context": {
        "variableMeasured": "schema:variableMeasured",
        "temporalCoverage": "schema:temporalCoverage",
        "spatialCoverage": "schema:spatialCoverage",
        "license": "schema:license",
        "provider": "schema:provider"
      }
    },
    "GenerationObservation": {
      "@id": "sosa:Observation",
      "@context": {
        "datetime_gmt": { "@id": "sosa:resultTime", "@type": "schema:DateTime" },
        "generation_mw": { "@id": "sosa:hasSimpleResult", "@type": "schema:Number" },
        "gsp_id": { "@id": "uos:gspId", "@type": "schema:Integer" },
        "pes_id": { "@id": "uos:pesId", "@type": "schema:Integer" }
      }
    },
    "GridSupplyPoint": {
      "@id": "schema:Place",
      "@context": {
        "gsp_id": { "@id": "uos:gspId", "@type": "schema:Integer" },
        "gsp_name": "schema:name"
      }
    },
    "PublicElectricitySupplierRegion": {
      "@id": "schema:Place",
      "@context": {
        "pes_id": { "@id": "uos:pesId", "@type": "schema:Integer" },
        "pes_name": "schema:alternateName",
        "pes_longname": "schema:name"
      }
    }
  }
}