diff --git a/docs/data-provision/aggregation/datacite.md b/docs/data-provision/aggregation/datacite.md
index 13b67cda..565ef1ac 100644
--- a/docs/data-provision/aggregation/datacite.md
+++ b/docs/data-provision/aggregation/datacite.md
@@ -36,7 +36,8 @@ The table below describes the mapping from the XML baseline records to the OpenA
| OpenAIRE Result field path | Datacite record JSON path | # Notes |
|--------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `id` | `\attributes\doi` | id in the form `doi_________::md5(doi)` |
-|
- `instance`
- `instance.type`
| - `\attributes\types\resourceType`
- `\attributes\types\resourceTypeGeneral`
- `attributes\types\schemaOrg`
| Use the vocabulary **_dnet:publication_resource_** to find a synonym to one of these terms and get the `instance.type`. Using the **_dnet:result_typologies_** vocabulary, we look up the `instance.type` synonym to generate one of the following main entities: - `publication`
- `dataset`
- `software`
- `otherresearchproduct`
|
+| - `instance`
- `instance.type`
| - `\attributes\types\resourceType`
- `\attributes\types\resourceTypeGeneral`
- `attributes\types\schemaOrg`
| Use the vocabulary **_dnet:publication_resource_** to find a synonym to one of these terms and get the `instance.type`. |
+|`result.type` | - `\attributes\types\resourceType`
- `\attributes\types\resourceTypeGeneral`
- `attributes\types\schemaOrg`
| Using the **_dnet:result_typologies_** vocabulary, we look up the `instance.type` synonym to generate one of the following main entities: - `publication`
- `dataset`
- `software`
- `otherresearchproduct`
|
| `pid` | `\attributes\doi` | `scheme = doi` |
| `originalid` | `\attributes\doi` | |
| `dateofcollection` | `attributes\updated` | the timestamp is defined in milliseconds we convert to "yyyy-MM-dd'T'HH:mm:ssZ" format |