From d06c4095fa13affe31aaa6017f01464e9e52795b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 Jun 2020 13:35:50 +0300 Subject: [PATCH] examples: Use HTTP URIs for persistent identifiers --- examples/InfoProduct.xml | 8 ++++---- examples/InfoProduct_simple.json | 8 ++++---- examples/scientificPublication.xml | 8 ++++---- examples/scientificPublication_simple.json | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/InfoProduct.xml b/examples/InfoProduct.xml index 77acb49..d19afa9 100644 --- a/examples/InfoProduct.xml +++ b/examples/InfoProduct.xml @@ -7,7 +7,7 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:cg="http://cgiar.org/cg/terms/"> - DOI_xxxxxxx + https://doi.org/10.1186/1743-422X-9-218 Data file Field data in Kenya description of the experiment @@ -27,15 +27,15 @@ Open 2018-05-20 2018-07-31 - DOI_XXXX + https://doi.org/10.1186/1743-422X-9-218 URL/DOI or JSON object - ORCID_xxxx + https://orcid.org/0000-0001-7134-8977 Bioversity International Pierre Charles - ORCID_xxxx + https://orcid.org/0000-0002-1735-7458 CIAT Marlene Prince diff --git a/examples/InfoProduct_simple.json b/examples/InfoProduct_simple.json index e60c39f..f356494 100644 --- a/examples/InfoProduct_simple.json +++ b/examples/InfoProduct_simple.json @@ -1,6 +1,6 @@ { "InformationProduct": { - "identifier": "DOI_xxxxxxx", + "identifier": "https://doi.org/10.1186/1743-422X-9-218", "type": "Data file", "title": "Field data in Kenya", "description": "description of the experiment", @@ -22,16 +22,16 @@ "accessRights": "Open", "issued": "2018-05-20", "embargoDate": "2018-07-31", - "relation": "DOI_XXXX", + "relation": "https://doi.org/10.1186/1743-422X-9-218", "hasMetadata": "URL/DOI or JSON object", "creator": [ { - "identifier": "ORCID_xxxx", + "identifier": "https://orcid.org/0000-0001-7134-8977", "affiliation": "Bioversity International", "name": "Pierre Charles" }, { - "identifier": "ORCID_xxxx", + "identifier": "https://orcid.org/0000-0002-1735-7458", "affiliation": "CIAT", "name": "Marlene Prince" } diff --git a/examples/scientificPublication.xml b/examples/scientificPublication.xml index 2277336..0be03fb 100644 --- a/examples/scientificPublication.xml +++ b/examples/scientificPublication.xml @@ -7,7 +7,7 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:cg="http://cgiar.org/cg/terms/"> - DOI_xxxxxxx + https://doi.org/10.1186/1743-422X-9-218 ISSN_xxxxxxx ISBN_xxxxxxx full citation @@ -31,7 +31,7 @@ xxx Open 20/02/2018 - DOI_XXXX + https://doi.org/10.1186/1743-422X-9-218 true xxxxx @@ -47,12 +47,12 @@ book part of series - ORCID_xxxx + https://orcid.org/0000-0002-1735-7458 Bioversity International Pierre Charles - ORCID_xxxx + https://orcid.org/0000-0002-1735-7458 CIAT Marlene Prince diff --git a/examples/scientificPublication_simple.json b/examples/scientificPublication_simple.json index 3ea39c6..5ce2a80 100644 --- a/examples/scientificPublication_simple.json +++ b/examples/scientificPublication_simple.json @@ -1,6 +1,6 @@ { "ScientificPublication": { - "identifier": "DOI_xxxxxxx", + "identifier": "https://doi.org/10.1186/1743-422X-9-218", "ISSN": "ISSN_xxxxxxx", "ISBN": "ISBN_xxxxxxx", "bibliographicCitation": "full citation", @@ -28,7 +28,7 @@ "licence": "xxx", "accessRights": "Open", "issued": "20/02/2018", - "relation": "DOI_XXXX", + "relation": "https://doi.org/10.1186/1743-422X-9-218", "peer-reviewed": true, "bookTitle": "xxxxx", "journalTitle": null, @@ -45,12 +45,12 @@ "isPartOf": "book part of series", "creator": [ { - "identifier": "ORCID_xxxx", + "identifier": "https://orcid.org/0000-0001-7134-8977", "affiliation": "Bioversity International", "name": "Pierre Charles" }, { - "identifier": "ORCID_xxxx", + "identifier": "https://orcid.org/0000-0002-1735-7458", "affiliation": "CIAT", "name": "Marlene Prince" }