From cbfd719b777d7f98750ba3b0d0f325da19851347 Mon Sep 17 00:00:00 2001 From: Sandro La Bruzzo Date: Tue, 11 Oct 2022 11:55:04 +0200 Subject: [PATCH] added d a part of Datacite documentation --- docs/data-provision/aggregation/datacite.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/data-provision/aggregation/datacite.md b/docs/data-provision/aggregation/datacite.md index 2ff0dbb..125fe01 100644 --- a/docs/data-provision/aggregation/datacite.md +++ b/docs/data-provision/aggregation/datacite.md @@ -18,7 +18,7 @@ On this API Request, we introduce some variables: Each record contains two pieces of information needed for incremental harvesting: -- **isActive**: tell if the record is deleted (isActive:false) +- **isActive**: tells if the record is deleted (`isActive:false`) - **updated**: timestamp of last update @@ -39,4 +39,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`|the identifier will be created by folloing the openaire PID generation policy | -| `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 to find the `instance.type` synonym we can get one of the main entity:
`publication`
`dataset`
`software`
`otherresearchproduct` | +| | | 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: | +| `pid` | `\attributes\doi` | `scheme = doi` | +| `dateofcollection` | `attributes\updated` | the timestamp is defined in milliseconds we convert to "yyyy-MM-dd'T'HH:mm:ssZ" format | +| `author` | `\attributes\creators` | Each creator field will be mapped in the author entity below the subfield| +