The area on which a Cycle occurred. Typically a field for growing crops or grazing animals, an aquaculture pond, a building, or semi-natural vegetation. Sites can also be whole farms, regions, or countries.
| Field | Type | Required | Definition |
|---|---|---|---|
description | string | No | A description of the Site, including information that cannot be captured with other fields. |
organisation | Organisation | No | A reference to the Organisation this Site is managed by. |
siteType | string | Yes | The type of the Site. Definitions for agricultural land follow FAOSTAT, where cropland here means arable land and permanent crops. The additional term "glass or high accessible cover" is defined by EUROSTAT. Possible values are: |
tenure | string | No | The ownership status of the Site following EUROSTAT terminology. Possible values are: |
numberOfSites | number | No | If data on multiple Sites are aggregated and represented as a single Site, the number of Sites. |
boundary | object | No | A nested GeoJSON object for the Site boundary of type 'FeatureCollection', 'Feature' or 'GeometryCollection' in the WGS84 datum. For cropland the boundary should represent area under cultivation (also called sown area). |
area | number | No | The area of the Site in hectares. For cropland, this must be area under cultivation, also called sown area. Harvested area, which can be less than sown area, can be defined for each Cycle using the field This field has additional validation rules when set:
|
areaSd | number | No | The standard deviation of |
areaMin | number | No | The minimum of |
areaMax | number | No | The maximum of |
latitude | number | No | The latitude of the centroid of the Site (-90 to 90, WGS84 datum). Latitude should be provided with at least five decimal place precision (which roughly corresponds to 1 meter precision at the equator). |
longitude | number | No | The longitude of the centroid of the Site (-180 to 180, WGS84 datum). Longitude should be provided with at least five decimal place precision. |
country | Term | Yes | The country from the Glossary. This field has additional validation rules when set:
|
region | Term | No | The most specific geographical region from the Glossary. This field has additional validation rules when set:
|
glnNumber | string | No | |
startDate | string | No | The date in which the Site in its current form was established in ISO 8601 format (YYYY-MM-DD, YYYY-MM, or YYYY). |
endDate | string | No | The date in which the Site in its current form ceased to exist in ISO 8601 format (YYYY-MM-DD, YYYY-MM, or YYYY). |
defaultMethodClassification | string | No | The default classification of the method used to acquire or estimate all Infrastructure and Management data in the Cycle. Only required if the Site contains data on Infrastructure and Management. It can be overridden by specifying a
Possible values are: This field has additional validation rules when set:
|
defaultMethodClassificationDescription | string | No | A justification of the |
defaultSource | Source | No | The default Source for all data in the Site which can be overridden by specifying a source for each Measurement or item of Infrastructure. Not required (but recommended) for public uploads (i.e., where |
measurements | List[Measurement] | No | The Measurements taken on the Site.
measurements
cannot be duplicated.
The following fields determine whether a
Measurement is unique:
|
management | List[Management] | No | The Management of the Site.
management
cannot be duplicated.
The following fields determine whether a
Management is unique:
This field has additional validation rules when set:
|
infrastructure | List[Infrastructure] | No | The Infrastructure on the Site.
infrastructure
cannot be duplicated.
The following fields determine whether a
Infrastructure is unique:
This field has additional validation rules when set:
|
dataPrivate | boolean | Yes | If these data are private. Private means that HESTIA administrators can access these data and you can grant access to other platform users, but these data will not be made available to any other users of the platform or distributed to third parties. |
Internal Properties
The following properties are automatically set when data are uploaded to the HESTIA platform. If they are included in a file which is uploaded, they will be overwritten.
| Field | Type | Definition |
|---|---|---|
@context | The location of the JSON-LD context file. | |
@id | The unique ID assigned to the Node by HESTIA. | |
@type | Site | |
name | string | An automatically generated name for the Site composed of: |
boundaryArea | number | |
ecoregion | string | The WWF Terrestrial Ecoregion name. |
awareWaterBasinId | string | The AWARE water basin identifier. |
originalId | string | The identifier for these data in the source database. |
schemaVersion | string | The version of the schema when these data were created. |
added | array[string] | A list of fields that have been added to the original dataset. |
addedVersion | array[string] | A list of versions of the model used to add these fields. |
updated | array[string] | A list of fields that have been updated on the original dataset. |
updatedVersion | array[string] | A list of versions of the model used to update these fields. |
aggregated | boolean | If this Site has been 'aggregated' using data from multiple Sites. |
aggregatedDataValidated | boolean | If this aggregated Site has been validated by the HESTIA team. |
aggregatedVersion | string | A version of the aggregation engine corresponding to this Site. |
aggregatedSites | List[Site] | Sites used to aggregated this Site. |
aggregatedSources | List[Source] | Sources used to aggregated this Site. |
createdAt | date | Date created on HESTIA in ISO 8601 format (YYYY-MM-DD). |
updatedAt | date | Last update date on HESTIA in ISO 8601 format (YYYY-MM-DD). |
Example 1
{
"@context": "https://DOMAIN/schema/Site.jsonld",
"@id": "site",
"@type": "Site",
"siteType": "cropland",
"name": "Field 1",
"organisation": {
"@id": "org",
"@type": "Organisation",
"name": "La Ferme du Grand Roc"
},
"boundary": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
6.9052934646606445,
49.16690366996946
],
[
6.903340816497803,
49.16568302182135
],
[
6.900680065155029,
49.16423784775604
],
[
6.9001007080078125,
49.16369063491694
],
[
6.8998003005981445,
49.163255666551734
],
[
6.900315284729004,
49.16308729067498
],
[
6.901495456695557,
49.16392916433382
],
[
6.903705596923828,
49.165023578693386
],
[
6.903920173645019,
49.1649534246523
],
[
6.906323432922362,
49.16608990788086
],
[
6.9052934646606445,
49.16690366996946
]
]
]
}
}
]
},
"area": 4.465786,
"country": {
"@id": "GADM-FRA",
"@type": "Term",
"name": "France",
"termType": "region"
},
"region": {
"@id": "GADM-FRA.6.9.3_1",
"@type": "Term",
"name": "Forbach (Districts), Moselle (Department), Grand Est (Region), France",
"termType": "region"
},
"ecoregion": "Western European broadleaf forests",
"defaultSource": {
"@id": "source",
"@type": "Source",
"name": "Gigou (1990)"
},
"defaultMethodClassification": "physical measurement",
"defaultMethodClassificationDescription": "Specifications regarding site infrastructure were provided by the manufacturer.",
"measurements": [
{
"@type": "Measurement",
"term": {
"@id": "soilPh",
"@type": "Term",
"name": "Soil pH",
"termType": "measurement"
},
"method": {
"@id": "cacl2MethodSoilPh",
"@type": "Term",
"name": "CaCl2 method, soil pH",
"termType": "methodMeasurement"
},
"methodClassification": "on-site physical measurement",
"dates": [
"1989-01-01"
],
"value": [
7.6
]
},
{
"@type": "Measurement",
"term": {
"@id": "organicCarbonPerKgSoil",
"@type": "Term",
"name": "Organic carbon (per kg soil)",
"units": "g C / kg soil",
"termType": "measurement"
},
"method": {
"@id": "chromicAcidWetOxidation",
"@type": "Term",
"name": "Chromic acid wet oxidation",
"termType": "methodMeasurement"
},
"methodClassification": "on-site physical measurement",
"dates": [
"1989-01",
"1989-01-01",
"1989-01-01T20:20:39"
],
"value": [
0.1,
0.36,
0.4
],
"depthUpper": 0,
"depthLower": 30
}
],
"infrastructure": [
{
"@type": "Infrastructure",
"infrastructureId": "dripIrrigationEquipment",
"term": {
"@id": "dripIrrigationEquipment",
"@type": "Term",
"name": "Drip irrigation equipment",
"termType": "irrigation"
},
"startDate": "1988-01-01",
"defaultLifespan": 25,
"source": {
"@id": "s66765d",
"@type": "Source",
"name": "Gigou (1990)"
},
"inputs": [
{
"@type": "Input",
"term": {
"@id": "polyvinylChloride",
"@type": "Term",
"name": "Polyvinyl Chloride",
"units": "kg",
"termType": "material"
},
"value": [
1100
]
}
]
}
],
"dataPrivate": false
}Example 2
{
"@context": "https://DOMAIN/schema/Site.jsonld",
"@id": "site",
"@type": "Site",
"siteType": "cropland",
"name": "Land use change example",
"country": {
"@id": "GADM-BRA",
"@type": "Term",
"name": "Brazil",
"termType": "region"
},
"management": [
{
"@type": "Management",
"term": {
"@id": "forest",
"@type": "Term",
"name": "Forest",
"termType": "landCover"
},
"value": 5.9,
"startDate": "1990-01-01",
"endDate": "1990-12-31"
},
{
"@type": "Management",
"term": {
"@id": "annualCropland",
"@type": "Term",
"name": "Annual cropland",
"termType": "landCover"
},
"value": 94.15,
"startDate": "1990-01-01",
"endDate": "1990-12-31"
},
{
"@type": "Management",
"term": {
"@id": "permanentCropland",
"@type": "Term",
"name": "Permanent cropland",
"termType": "landCover"
},
"value": 0,
"startDate": "1990-01-01",
"endDate": "1990-12-31"
},
{
"@type": "Management",
"term": {
"@id": "permanentPasture",
"@type": "Term",
"name": "Permanent pasture",
"termType": "landCover"
},
"value": 0,
"startDate": "1990-01-01",
"endDate": "1990-12-31"
},
{
"@type": "Management",
"term": {
"@id": "maizePlant",
"@type": "Term",
"name": "Maize plant",
"termType": "landCover"
},
"value": 100,
"startDate": "2010-01-01",
"endDate": "2010-12-31"
}
],
"defaultSource": {
"@id": "source",
"@type": "Source",
"name": "Cordoba (2024)"
},
"defaultMethodClassification": "verified survey data",
"defaultMethodClassificationDescription": "Data from site visits and historical maps",
"dataPrivate": false
}