Climatiq · JSON-LD Context

Climatiq Context

JSON-LD context defining the semantic vocabulary for Climatiq from Climatiq.

9 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

climatiq: https://www.climatiq.io/schemas/
schema: https://schema.org/
qudt: http://qudt.org/schema/qudt/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

activity_id name category sector source region data_version co2e_calculation_method constituent_gases

Properties

Property Type Container
EmissionFactor
EmissionEstimate schema:QuantitativeValue
Activity schema:Action
year gYear
co2e decimal
co2e_unit

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "climatiq": "https://www.climatiq.io/schemas/",
    "schema": "https://schema.org/",
    "qudt": "http://qudt.org/schema/qudt/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "EmissionFactor": {
      "@id": "climatiq:EmissionFactor"
    },
    "EmissionEstimate": {
      "@id": "climatiq:EmissionEstimate",
      "@type": "schema:QuantitativeValue"
    },
    "Activity": {
      "@id": "climatiq:Activity",
      "@type": "schema:Action"
    },

    "activity_id": "climatiq:activityId",
    "name": "schema:name",
    "category": "climatiq:category",
    "sector": "climatiq:sector",
    "source": "climatiq:source",
    "year": {
      "@id": "schema:datePublished",
      "@type": "xsd:gYear"
    },
    "region": "schema:areaServed",
    "data_version": "climatiq:dataVersion",

    "co2e": {
      "@id": "climatiq:co2e",
      "@type": "xsd:decimal"
    },
    "co2e_unit": {
      "@id": "qudt:unit"
    },
    "co2e_calculation_method": "climatiq:method",
    "constituent_gases": "climatiq:constituentGases"
  }
}