FAO FAOSTAT · JSON-LD Context

Faostat Context

JSON-LD context defining the semantic vocabulary for Faostat from FAO FAOSTAT.

7 Classes 30 Properties 7 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
skos: http://www.w3.org/2004/02/skos/core#
dcat: http://www.w3.org/ns/dcat#
dcterms: http://purl.org/dc/terms/
fao: http://www.fao.org/faostat/ontology#
sdmx: http://purl.org/linked-data/sdmx/2009/concept#

Classes

DataRecord Domain Area Item Element description title

Properties

Property Type Container
faostat
areaCode integer
areaCodeM49 string
areaCodeISO2 string
areaCodeISO3 string
areaName string
itemCode integer
itemCodeCPC string
itemName string
elementCode integer
elementName string
year integer
unit string
value decimal
flag string
flagDescription string
domainCode string
domainName string
groupCode string
groupName string
dateUpdate date
dataset reference
distribution reference
downloadURL reference
mediaType string
publisher reference
license reference
coverage string
spatial reference
temporal string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "dcat": "http://www.w3.org/ns/dcat#",
    "dcterms": "http://purl.org/dc/terms/",
    "fao": "http://www.fao.org/faostat/ontology#",
    "sdmx": "http://purl.org/linked-data/sdmx/2009/concept#",
    "faostat": {
      "@id": "fao:",
      "@prefix": true
    },
    "DataRecord": "fao:DataRecord",
    "Domain": "fao:Domain",
    "Area": "fao:Area",
    "Item": "fao:Item",
    "Element": "fao:Element",
    "areaCode": {
      "@id": "fao:areaCode",
      "@type": "xsd:integer"
    },
    "areaCodeM49": {
      "@id": "fao:areaCodeM49",
      "@type": "xsd:string"
    },
    "areaCodeISO2": {
      "@id": "fao:areaCodeISO2",
      "@type": "xsd:string"
    },
    "areaCodeISO3": {
      "@id": "fao:areaCodeISO3",
      "@type": "xsd:string"
    },
    "areaName": {
      "@id": "fao:areaName",
      "@type": "xsd:string"
    },
    "itemCode": {
      "@id": "fao:itemCode",
      "@type": "xsd:integer"
    },
    "itemCodeCPC": {
      "@id": "fao:itemCodeCPC",
      "@type": "xsd:string"
    },
    "itemName": {
      "@id": "fao:itemName",
      "@type": "xsd:string"
    },
    "elementCode": {
      "@id": "fao:elementCode",
      "@type": "xsd:integer"
    },
    "elementName": {
      "@id": "fao:elementName",
      "@type": "xsd:string"
    },
    "year": {
      "@id": "dcterms:temporal",
      "@type": "xsd:integer"
    },
    "unit": {
      "@id": "schema:unitText",
      "@type": "xsd:string"
    },
    "value": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },
    "flag": {
      "@id": "fao:flag",
      "@type": "xsd:string"
    },
    "flagDescription": {
      "@id": "fao:flagDescription",
      "@type": "xsd:string"
    },
    "domainCode": {
      "@id": "fao:domainCode",
      "@type": "xsd:string"
    },
    "domainName": {
      "@id": "fao:domainName",
      "@type": "xsd:string"
    },
    "groupCode": {
      "@id": "fao:groupCode",
      "@type": "xsd:string"
    },
    "groupName": {
      "@id": "fao:groupName",
      "@type": "xsd:string"
    },
    "dateUpdate": {
      "@id": "dcterms:modified",
      "@type": "xsd:date"
    },
    "dataset": {
      "@id": "dcat:Dataset",
      "@type": "@id"
    },
    "distribution": {
      "@id": "dcat:distribution",
      "@type": "@id"
    },
    "downloadURL": {
      "@id": "dcat:downloadURL",
      "@type": "@id"
    },
    "mediaType": {
      "@id": "dcat:mediaType",
      "@type": "xsd:string"
    },
    "description": "dcterms:description",
    "title": "dcterms:title",
    "publisher": {
      "@id": "dcterms:publisher",
      "@type": "@id"
    },
    "license": {
      "@id": "dcterms:license",
      "@type": "@id"
    },
    "coverage": {
      "@id": "dcterms:coverage",
      "@type": "xsd:string"
    },
    "spatial": {
      "@id": "dcterms:spatial",
      "@type": "@id"
    },
    "temporal": {
      "@id": "dcterms:temporal",
      "@type": "xsd:string"
    }
  }
}