# DO.FR.06 FarmingActivities

### **DO.FR.06 FarmingActivities**

This data object outlines a comprehensive list of various agricultural activities that can be conducted on a farm. The list is based on Annex 1: The Agricultural Census Within the Framework of the System of National Accounts of the [World Programme for the Census of Agriculture 2020](https://openknowledge.fao.org/server/api/core/bitstreams/c5afd226-08ab-4cda-bc45-871f1f95a3be/content), which is based on [System of National Accounts](https://unstats.un.org/unsd/nationalaccount/sna.asp) (SNA) and corresponds to level 3 of the [International Standard Industrial Classification of All Economic Activities](https://unstats.un.org/unsd/publication/seriesm/seriesm_4rev4e.pdf) (ISIC4 and 5).

<table><thead><tr><th width="192">Attribute</th><th width="203">Type</th><th width="110">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>crop_production</td><td><a data-mention href="/pages/A19QJiDhmXyVnrtFPYVY">/pages/A19QJiDhmXyVnrtFPYVY</a></td><td>0...*</td><td>Group 011-13: Crop production activities</td></tr><tr><td>animal_production</td><td><a data-mention href="/pages/mRlAGteEO6JY2vc1YNqW">/pages/mRlAGteEO6JY2vc1YNqW</a></td><td>0...*</td><td>Group 014: Animal production</td></tr><tr><td>mixed_farming</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/SYiH77mJTknrYKZuepQk">/spaces/F9fu0tIY1rJUsF03WdAv/pages/SYiH77mJTknrYKZuepQk</a></td><td>0...1</td><td><p>Group 015: Mixed farming, includes both crops and animal related farming activities</p><p>yes (1) or no (0)</p></td></tr><tr><td>agri_support_activities </td><td><a data-mention href="/pages/mcSHEwC0h2E8XKEDe4tj">/pages/mcSHEwC0h2E8XKEDe4tj</a></td><td>0...*</td><td>Group 016: Support activities to agriculture and post-harvest crop activities</td></tr><tr><td>Aquaculture</td><td><a data-mention href="/pages/oQl8W3cB1TBh2lEWhu3J">/pages/oQl8W3cB1TBh2lEWhu3J</a></td><td>0...*</td><td>Group 032: Aquaculture</td></tr><tr><td>aqua_support_activities </td><td><a data-mention href="/pages/aMNd6LRVPQ3lyZ3jofmr">/pages/aMNd6LRVPQ3lyZ3jofmr</a></td><td>0...*</td><td>Group 033: Support activities for fishing and aquaculture</td></tr><tr><td>agroforestry</td><td><a data-mention href="/pages/aTxtD41fVCN4kVtuHLcN">/pages/aTxtD41fVCN4kVtuHLcN</a></td><td>0...*</td><td>Forest activities on the farm</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>Date the animal count was added</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 the animal count was updated</td></tr></tbody></table>

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

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


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
