> For the complete documentation index, see [llms.txt](https://standards.spdci.org/standards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standards.spdci.org/standards/dci-standards/wip-farmers-registry/farmers-registry-and-sp-system-interface/1.-crvs/data/data-objects/do.fr.05-farminfo.md).

# DO.FR.05 FarmInfo

### **DO.FR.05 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

<table><thead><tr><th width="192">Attribute</th><th width="237">Type</th><th width="121">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>farm_type</td><td><a data-mention href="/pages/YxKKFYsbnImkHH3RRcrM">/pages/YxKKFYsbnImkHH3RRcrM</a></td><td>0...1</td><td>Main purpose of farming</td></tr><tr><td>location</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/ciq0I9tZk6WDunUTecZL">/spaces/F9fu0tIY1rJUsF03WdAv/pages/ciq0I9tZk6WDunUTecZL</a></td><td>0...1</td><td>Location of the land </td></tr><tr><td>land_tenure</td><td><a data-mention href="/pages/WpZ5oAJWaVIwCQi6S8E1">/pages/WpZ5oAJWaVIwCQi6S8E1</a></td><td>0...1</td><td>Type of ownership of the farmer</td></tr><tr><td>land_size</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/Aw7kJZinsGeeLt5XQNuu">/spaces/F9fu0tIY1rJUsF03WdAv/pages/Aw7kJZinsGeeLt5XQNuu</a></td><td>0...1</td><td>Size of the land</td></tr><tr><td>unit</td><td><a data-mention href="/pages/fw5K38eb8JxdLvCIfLMf">/pages/fw5K38eb8JxdLvCIfLMf</a></td><td>0...1</td><td>Unit of measure for farm size</td></tr><tr><td>farming_activities</td><td><a data-mention href="/pages/DrIB4RRW0qO1NlmHT89m">/pages/DrIB4RRW0qO1NlmHT89m</a></td><td>0...*</td><td>Farming activities practised on the land</td></tr><tr><td>additional_attributes</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/9N8tb1uyZsNZ0hqrofMZ">/spaces/F9fu0tIY1rJUsF03WdAv/pages/9N8tb1uyZsNZ0hqrofMZ</a></td><td>0...*</td><td>Additional context/country specific attributes</td></tr><tr><td>registration_date</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Land registration date</td></tr><tr><td>last_updated</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date record was updated</td></tr></tbody></table>

### Example of JSON Data Structure for the LandInfo Data Object

```json
{
        "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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://standards.spdci.org/standards/dci-standards/wip-farmers-registry/farmers-registry-and-sp-system-interface/1.-crvs/data/data-objects/do.fr.05-farminfo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
