Emitwise · JSON-LD Context

Emitwise Context

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

17 Classes 1 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ew: https://emitwise.com/ns#

Classes

Facility Project Supplier File Schema id name description type location country totalSpend currency emissions scope3 unit status

Properties

Property Type Container
uploadedAt schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ew": "https://emitwise.com/ns#",
    "Facility": "schema:Place",
    "Project": "schema:Project",
    "Supplier": "schema:Organization",
    "File": "schema:DigitalDocument",
    "Schema": "ew:Schema",
    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "type": "@type",
    "location": "schema:location",
    "country": "schema:addressCountry",
    "totalSpend": "ew:totalSpend",
    "currency": "schema:priceCurrency",
    "emissions": "ew:emissions",
    "scope3": "ew:scope3Emissions",
    "unit": "ew:emissionsUnit",
    "uploadedAt": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "status": "ew:status"
  }
}