{
  "name": "land-deals",
  "title": "Land Deal Data",
  "description": "A dataset containing information about land deals, including target country, region, investors, crops, and deal size in hectares.",
  "version": "2025",
  "licenses": [
    {
      "name": "CC-BY-NC",
      "path": "https://creativecommons.org/licenses/by-nc/4.0/",
      "title": "Creative Commons Attribution-NonCommercial 4.0 International"
    }
  ],
  "sources": [
    {
      "name": "User Provided Data",
      "title": "Data compiled by the user"
    }
  ],
  "resources": [
    {
      "name": "land-deals",
      "path": "data/database.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "dialect": {
        "delimiter": ";"
      },
      "schema": {
        "fields": [
          {
            "name": "Deal Number",
            "type": "integer"
          },
          {
            "name": "Target Country",
            "type": "string"
          },
          {
            "name": "Target Region",
            "type": "string"
          },
          {
            "name": "Investor 1",
            "type": "string"
          },
          {
            "name": "Investor 2",
            "type": "string"
          },
          {
            "name": "Investor 3",
            "type": "string"
          },
          {
            "name": "Investor Country 1",
            "type": "string"
          },
          {
            "name": "Investor Country 2",
            "type": "string"
          },
          {
            "name": "Investor Country 3",
            "type": "string"
          },
          {
            "name": "Investor Region 1",
            "type": "string"
          },
          {
            "name": "Investor Region 2",
            "type": "string"
          },
          {
            "name": "Investor Region 3",
            "type": "string"
          },
          {
            "name": "Inv. Sector 1",
            "type": "string"
          },
          {
            "name": "Inv. Sector 2",
            "type": "string"
          },
          {
            "name": "Inv. Sector 3",
            "type": "string"
          },
          {
            "name": "Crop 1",
            "type": "string"
          },
          {
            "name": "Crop 2",
            "type": "string"
          },
          {
            "name": "Crop 3",
            "type": "string"
          },
          {
            "name": "Year",
            "type": "year"
          },
          {
            "name": "Hectares",
            "type": "number"
          }
        ]
      }
    }
  ],
  "keywords": [
    "land deals",
    "agriculture",
    "investment",
    "country",
    "region",
    "hectares"
  ],
  "last_updated": "2025-04-11",
  "collection": "land-data"
}
