DO.FR.02 FarmInfo

DO.FR.02 FarmInfo

This data object outlines essential agricultural information related to the farmer, such as land size, ownership status, and specifics about the farmers' farming activities.

Reference

Attribute
Type
Cardinality
Description

farm_type

0...1

The main purpose of farming

location

0...1

The location of the land.

land_tenure

0...1

The type of ownership of the farmer

land_size

0...1

The size of the land

unit

0...1

The unit of measuring the farm size

farming_activities

0...*

The farming activities on practiced on the land

additional_attributes

0...*

Additional context/country specific attributes

registration_date

0...1

The land registration date

last_updated

0...1

The date record was updated

Example of JSON data structure for the LandInfo Data Object

{
        "place":{
            "name": "Koh Samui",
            "geo": {
                "@type": "spdci:GeoLocation",
                "latitude": 9.5604,
                "longitude": 100.0245
            }
        },
        "land_tenure":"Leased (Rented from someone else)",
        "land_size": 3000,
        "measurement": "Acre",
        "farming_activities":[{
          "crop_production": [{ 
               "activity_group":"perennial crops",
               "crop_type":"Fruit and nuts",
               "variety":"local",
               "season":"winter",
               "end_use":["Food for human consumption"],
               "irrigation":true,
               "irrigation_water":["Mixed surface water and groundwater"],
               "fertilizer_type":["Organic fertilizers"],
               "registration_date": "2023-01-10T00:00:00Z",
               "last_updated": "2023-09-20T00:00:00Z" 
            }],
          "animal_production":[{
            "type":"Sheep and goats",
            "count":10,
            "livestock_system":"Mixed system",
            "registration_date": "2023-01-10T00:00:00Z",
            "last_updated": "2023-09-20T00:00:00Z"   
          }],
          "mixed_farming":true,
          "agri_support_activities":["Support activities for crop production"],
          "aqua_support_activities":"Support activities for fishing and aquaculture",
          "aqua_culture":["Marine aquafarming"],
          "agroforestry":["Reforestation (replanting trees)"],
          "registration_date": "2023-06-15T08:00:00Z",
        "last_updated": "2023-06-15T10:00:00Z"
    }],
    "registration_date": "2022-01-10T08:00:00Z",
    "last_updated": "2023-06-15T10:00:00Z"
  }

JSON-LD File on GitHub

Last updated

Was this helpful?