UNICEF Data · JSON-LD Context

Unicef Rdm Context

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

39 Classes 1 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
unicef: https://data.unicef.org/vocabulary/
sdmx: http://purl.org/linked-data/sdmx/2009/concept#
skos: http://www.w3.org/2004/02/skos/core#

Classes

id type Country Region Indicator Domain Subdomain Codelist Language Custodian DataSource CollectionProcess name description code version agency agencyCode countryName iso3 iso2 m49 regionCode regionName indicatorCode indicatorName indicatorType domain subdomain sector custodian dataSource unit multiplier disaggregation codelists codes label definition

Properties

Property Type Container
countryCode string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://rdmapi.unicef.org/api/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "unicef": "https://data.unicef.org/vocabulary/",
    "sdmx": "http://purl.org/linked-data/sdmx/2009/concept#",
    "skos": "http://www.w3.org/2004/02/skos/core#",

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

    "Country": "schema:Country",
    "Region": "unicef:Region",
    "Indicator": "unicef:Indicator",
    "Domain": "unicef:Domain",
    "Subdomain": "unicef:Subdomain",
    "Codelist": "sdmx:Codelist",
    "Language": "schema:Language",
    "Custodian": "unicef:Custodian",
    "DataSource": "unicef:DataSource",
    "CollectionProcess": "unicef:CollectionProcess",

    "name": "schema:name",
    "description": "schema:description",
    "code": "schema:identifier",
    "version": "schema:version",
    "agency": "unicef:agency",
    "agencyCode": "unicef:agencyCode",

    "countryCode": {
      "@id": "schema:addressCountry",
      "@type": "xsd:string"
    },
    "countryName": "schema:name",
    "iso3": "schema:identifier",
    "iso2": "unicef:iso2Code",
    "m49": "unicef:m49Code",
    "regionCode": "unicef:regionCode",
    "regionName": "unicef:regionName",

    "indicatorCode": "sdmx:indicatorCode",
    "indicatorName": "schema:name",
    "indicatorType": "unicef:indicatorType",
    "domain": "unicef:hasDomain",
    "subdomain": "unicef:hasSubdomain",
    "sector": "unicef:hasSector",
    "custodian": "unicef:hasCustodian",
    "dataSource": "unicef:hasDataSource",
    "unit": "sdmx:unit",
    "multiplier": "sdmx:multiplier",
    "disaggregation": "unicef:disaggregation",

    "codelists": "skos:inScheme",
    "codes": "skos:hasTopConcept",
    "label": "skos:prefLabel",
    "definition": "skos:definition"
  }
}