Skip to content

Commit

Permalink
examples: Use HTTP URIs for persistent identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth committed Jun 29, 2020
1 parent 3bceb81 commit d06c409
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions examples/InfoProduct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:cg="http://cgiar.org/cg/terms/">
<cg:InformationProduct>
<dct:identifier>DOI_xxxxxxx</dct:identifier>
<dct:identifier>https://doi.org/10.1186/1743-422X-9-218</dct:identifier>
<dct:type>Data file</dct:type>
<dct:title>Field data in Kenya</dct:title>
<dct:description>description of the experiment</dct:description>
Expand All @@ -27,15 +27,15 @@
<dct:accessRights>Open</dct:accessRights>
<dct:issued>2018-05-20</dct:issued>
<cg:embargoDate>2018-07-31</cg:embargoDate>
<dct:relation>DOI_XXXX</dct:relation> <!-- linked publication -->
<dct:relation>https://doi.org/10.1186/1743-422X-9-218</dct:relation> <!-- linked publication -->
<cg:hasMetadata>URL/DOI or JSON object</cg:hasMetadata> <!-- file contening the ontology annotations. To be used in future, when the annotation tool will be available -->
<dct:creator>
<dct:identifier>ORCID_xxxx</dct:identifier>
<dct:identifier>https://orcid.org/0000-0001-7134-8977</dct:identifier>
<cg:affiliation>Bioversity International</cg:affiliation>
<foaf:name>Pierre Charles</foaf:name>
</dct:creator>
<dct:creator>
<dct:identifier>ORCID_xxxx</dct:identifier>
<dct:identifier>https://orcid.org/0000-0002-1735-7458</dct:identifier>
<cg:affiliation>CIAT</cg:affiliation>
<foaf:name>Marlene Prince</foaf:name>
</dct:creator>
Expand Down
8 changes: 4 additions & 4 deletions examples/InfoProduct_simple.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/scientificPublication.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:cg="http://cgiar.org/cg/terms/">
<cg:ScientificPublication>
<dct:identifier>DOI_xxxxxxx</dct:identifier>
<dct:identifier>https://doi.org/10.1186/1743-422X-9-218</dct:identifier>
<cg:issn>ISSN_xxxxxxx</cg:issn>
<cg:isbn>ISBN_xxxxxxx</cg:isbn>
<dct:bibliographicCitation>full citation</dct:bibliographicCitation>
Expand All @@ -31,7 +31,7 @@
<dct:licence>xxx</dct:licence> <!-- ### controlled list (cc licenses new and old cf.screenshot)-->
<dct:accessRights>Open</dct:accessRights>
<dct:issued>20/02/2018</dct:issued>
<dct:relation>DOI_XXXX</dct:relation> <!-- linked dataset -->
<dct:relation>https://doi.org/10.1186/1743-422X-9-218</dct:relation> <!-- linked dataset -->
<cg:peer-reviewed>true</cg:peer-reviewed>
<cg:bookTitle>xxxxx</cg:bookTitle>
<cg:journalTitle></cg:journalTitle> <!-- controled list -->
Expand All @@ -47,12 +47,12 @@
<dct:audience></dct:audience>
<dct:isPartOf>book part of series</dct:isPartOf> <!-- appplies only for books -->
<dct:creator>
<dct:identifier>ORCID_xxxx</dct:identifier>
<dct:identifier>https://orcid.org/0000-0002-1735-7458</dct:identifier>
<cg:affiliation>Bioversity International</cg:affiliation>
<foaf:name>Pierre Charles</foaf:name>
</dct:creator>
<dct:creator>
<dct:identifier>ORCID_xxxx</dct:identifier>
<dct:identifier>https://orcid.org/0000-0002-1735-7458</dct:identifier>
<cg:affiliation>CIAT</cg:affiliation>
<foaf:name>Marlene Prince</foaf:name>
</dct:creator>
Expand Down
8 changes: 4 additions & 4 deletions examples/scientificPublication_simple.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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,
Expand All @@ -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"
}
Expand Down

0 comments on commit d06c409

Please sign in to comment.