From 3730f52cd3a6fb01c1733ceebc1655ed587622b2 Mon Sep 17 00:00:00 2001 From: Sandro La Bruzzo Date: Wed, 2 Nov 2022 14:48:47 +0100 Subject: [PATCH] minor fix --- docs/data-provision/aggregation/datacite.md | 2 +- docs/data-provision/aggregation/pubmed.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data-provision/aggregation/datacite.md b/docs/data-provision/aggregation/datacite.md index 565ef1a..b268e14 100644 --- a/docs/data-provision/aggregation/datacite.md +++ b/docs/data-provision/aggregation/datacite.md @@ -37,7 +37,7 @@ The table below describes the mapping from the XML baseline records to the OpenA |--------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `id` | `\attributes\doi` | id in the form `doi_________::md5(doi)` | | | | Use the vocabulary **_dnet:publication_resource_** to find a synonym to one of these terms and get the `instance.type`. | -|`result.type` | | Using the **_dnet:result_typologies_** vocabulary, we look up the `instance.type` synonym to generate one of the following main entities: | +|`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` | | `originalid` | `\attributes\doi` | | | `dateofcollection` | `attributes\updated` | the timestamp is defined in milliseconds we convert to "yyyy-MM-dd'T'HH:mm:ssZ" format | diff --git a/docs/data-provision/aggregation/pubmed.md b/docs/data-provision/aggregation/pubmed.md index 96f957c..a223c35 100644 --- a/docs/data-provision/aggregation/pubmed.md +++ b/docs/data-provision/aggregation/pubmed.md @@ -37,7 +37,7 @@ The table below describes the mapping from the XML baseline records to the OpenA | `container.iss` | `//Journal/Issue` | The journal issue | | **Instance Mapping** | | | | `instance.type` | `//PublicationType` | if the article contains the typology `Journal Article` then we apply this type else We have to find a terms that match the vocabulary otherwise we discard it | -|`result.type` | | Using the **_dnet:result_typologies_** vocabulary, we look up the `instance.type` synonym to generate one of the following main entities: | +|`type` | | Using the **_dnet:result_typologies_** vocabulary, we look up the `instance.type` synonym to generate one of the following main entities: | | `instance.pid` | `//PMID` | map the pmid in the pid in the instance | | `instance.url` | `//PMID` | creates the URL by prepending `https://pubmed.ncbi.nlm.nih.gov/` to the PMId | | `instance.alternateIdentifier` | `//ArticleId[./@IdType="doi"]` | |