LogoLogo
WebsiteGitHubSlack
Farmers Registry v1.0.0
Farmers Registry v1.0.0
  • Farmers Registry and SP-System Interface
    • Introduction
    • Assumptions
    • Exception Handling
    • FR with SP-Systems Standards
      • Process
        • PRS.FR.01: SP-System queries the FR to request farmer details for potential programme enrolment
          • Example 1: Farmer Shock Relief Programme
          • Example 2: Farmer Voucher Issuance Programme
        • PRS.FR.02: SP system connects to farmer registry to confirm eligibility
          • Example 1: Farmer Child Scholarship Programme
      • Data
        • Data Objects
          • DO.FR.01 Farmer
          • DO.FR.02 FarmInfo
          • DO.FR.03 FarmingActivities
          • DO.FR.04 CropDetails
          • DO.FR.05 LivestockDetails
          • DO.FR.06 Machinery
          • DO.SR.03 Member
          • DO.SR.02 Group
        • Code Directory
          • CD.FR.01 CropTypeEnum
          • CD.FR.02 CropsEndUse
          • CD.FR.03 LandTenureEnum
          • CD.FR.04 MeasurementUnitEnum
          • CD.FR.05 FarmTypeEnum
          • CD.FR.06 MachineriesEnum
          • CD.FR.07 AnimalsEnum
          • CD.FR.08 Aquaculture
          • CD.FR.09 AgriSupportActivities
          • CD.FR.10 AquaSupportActivities
          • CD.FR.11 FertiliserType
          • CD.FR.12 LivestockSystem
          • CD.FR.13 EquipmentSource
          • CD.FR.14 IrrigationWater
          • CD.FR.15 CropActivities
          • CD.FR.16 ForestActivities
        • Data Types and Formats
          • DF.COM.STRING.01 date_time (Optional)
          • DF.COM.STRING.02 phone_number (Optional)
          • DT.COM.02 string
          • DT.COM.03 integer
          • DF.COM.STRING.08 currency
          • DT.COM.04 decimal
          • DT.COM.05 array
      • API
        • Design Principles
        • Versioning
        • Methods
          • API.FR.01 ASY Search (Async approach)
          • API.FR.01 SYN Search (Sync approach)
          • API.FR.02 Event Subscription
          • API.FR.03 Event Notification
    • Previous Versions
  • RESOURCES
    • Interoperability in Action #4
    • Standards Committee & Acknowledgments
Powered by GitBook
On this page
  • Example of JSON Data Structure for the LandInfo Data Object
  • JSON-LD File on GitHub

Was this helpful?

  1. Farmers Registry and SP-System Interface
  2. FR with SP-Systems Standards
  3. Data
  4. Data Objects

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

Main purpose of farming

location

0...1

Location of the land

land_tenure

0...1

Type of ownership of the farmer

land_size

0...1

Size of the land

unit

0...1

Unit of measure for farm size

farming_activities

0...*

Farming activities practised on the land

additional_attributes

0...*

Additional context/country specific attributes

registration_date

0...1

Land registration date

last_updated

0...1

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 1 month ago

Was this helpful?

CD.FR.05 FarmTypeEnum
CD.FR.03 LandTenureEnum
CD.FR.04 MeasurementUnitEnum
DO.FR.03 FarmingActivities
DO.COM.07 Place
DT.COM.04 decimal
DT.COM.05 array
DF.COM.STRING.01 date_time
DF.COM.STRING.01 date_time