Data Commons · JSON-LD Context

Data Commons Context

JSON-LD context defining the semantic vocabulary for Data Commons from Data Commons.

0 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

dc: https://datacommons.org/browser/
DCID: https://schema.org/identifier

Properties

Property Type Container
StatisticalVariable
Place
Observation
Provenance

JSON-LD Document

data-commons-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "dc": "https://datacommons.org/browser/",
    "DCID": "https://schema.org/identifier",
    "StatisticalVariable": {
      "@id": "dc:StatisticalVariable",
      "@context": {
        "name": "https://schema.org/name",
        "measuredProperty": "https://schema.org/propertyID",
        "populationType": "https://schema.org/about",
        "statType": "https://schema.org/additionalType",
        "constraintProperties": "https://schema.org/additionalProperty"
      }
    },
    "Place": {
      "@id": "https://schema.org/Place",
      "@context": {
        "dcid": "https://schema.org/identifier",
        "name": "https://schema.org/name",
        "containedInPlace": "https://schema.org/containedInPlace",
        "typeOf": "https://schema.org/additionalType"
      }
    },
    "Observation": {
      "@id": "https://schema.org/Observation",
      "@context": {
        "variable": "https://schema.org/variableMeasured",
        "place": "https://schema.org/observationAbout",
        "value": "https://schema.org/value",
        "date": "https://schema.org/observationDate",
        "unit": "https://schema.org/unitText",
        "provenance": "https://schema.org/sourceOrganization"
      }
    },
    "Provenance": {
      "@id": "dc:Provenance",
      "@context": {
        "source": "https://schema.org/sourceOrganization",
        "url": "https://schema.org/url",
        "importDate": "https://schema.org/dateCreated",
        "version": "https://schema.org/version"
      }
    }
  }
}