{ "@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" } }