UNICEF Data · JSON-LD Context

Unicef Geosight Context

JSON-LD context defining the semantic vocabulary for Unicef Geosight from UNICEF Data.

33 Classes 3 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
unicef: https://data.unicef.org/vocabulary/

Classes

id type BasemapLayer CodeList Code ContextLayer Dashboard Indicator IndicatorValue ReferenceDataset ApiEntity RelatedTable Style Group name description url category slug version indicator value geometry reference_dataset entity_id entity_name admin_level country_code country_name count next previous results

Properties

Property Type Container
created_at dateTime
modified_at dateTime
date date

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://geosight.unicef.org/api/v1/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "unicef": "https://data.unicef.org/vocabulary/",

    "id": "@id",
    "type": "@type",

    "BasemapLayer": "unicef:BasemapLayer",
    "CodeList": "unicef:CodeList",
    "Code": "unicef:Code",
    "ContextLayer": "unicef:ContextLayer",
    "Dashboard": "unicef:Dashboard",
    "Indicator": "unicef:Indicator",
    "IndicatorValue": "unicef:IndicatorValue",
    "ReferenceDataset": "unicef:ReferenceDataset",
    "ApiEntity": "unicef:ApiEntity",
    "RelatedTable": "unicef:RelatedTable",
    "Style": "unicef:Style",
    "Group": "unicef:Group",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "category": "schema:category",
    "slug": "schema:identifier",
    "version": "schema:version",
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "modified_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },

    "indicator": "unicef:hasIndicator",
    "value": "unicef:indicatorValue",
    "date": {
      "@id": "unicef:referenceDate",
      "@type": "xsd:date"
    },
    "geometry": "unicef:hasGeometry",
    "reference_dataset": "unicef:hasReferenceDataset",
    "entity_id": "unicef:entityId",
    "entity_name": "unicef:entityName",
    "admin_level": "unicef:administrativeLevel",
    "country_code": "unicef:countryCode",
    "country_name": "unicef:countryName",

    "count": "schema:numberOfItems",
    "next": "schema:nextItem",
    "previous": "schema:previousItem",
    "results": "schema:itemListElement"
  }
}