# 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="do.fr.07-cropdetails">do.fr.07-cropdetails</a></td><td>0...*</td><td>Group 011-13: Crop production activities</td></tr><tr><td>animal_production</td><td><a data-mention href="do.fr.08-livestockdetails">do.fr.08-livestockdetails</a></td><td>0...*</td><td>Group 014: Animal production</td></tr><tr><td>mixed_farming</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.06-boolean">DT.COM.06 boolean</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="../code-directory/cd.fr.09-agrisupportactivities">cd.fr.09-agrisupportactivities</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="../code-directory/cd.fr.08-aquaculture">cd.fr.08-aquaculture</a></td><td>0...*</td><td>Group 032: Aquaculture</td></tr><tr><td>aqua_support_activities </td><td><a data-mention href="../code-directory/cd.fr.10-aquasupportactivities">cd.fr.10-aquasupportactivities</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="../code-directory/cd.fr.16-forestactivities">cd.fr.16-forestactivities</a></td><td>0...*</td><td>Forest activities on the farm</td></tr><tr><td>additional_attributes</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.05-array">DT.COM.05 array</a></td><td>0...*</td><td>Additional context/country specific attributes</td></tr><tr><td>registration_date</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.02-string/data-formats/df.com.string.01-date_time">DF.COM.STRING.01 date_time</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="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.02-string/data-formats/df.com.string.01-date_time">DF.COM.STRING.01 date_time</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"
    }
```
