Skip to content

Commit 6ea9f92

Browse files
committed
Use reviewStatus instead of peer-reviewed
This should indicate the type of review, if any, that a resource has had. Fixes AgriculturalSemantics#14. Replaces AgriculturalSemantics#23.
1 parent e680754 commit 6ea9f92

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

cgcore.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
</nav>
2424
</nav>
2525
</div>
26-
</div>
27-
<!-- main content is 10 columns on large devices, 12 on all others -->
26+
</div><!-- main content is 10 columns on large devices, 12 on all others -->
2827
<main class="col-lg-10">
2928
<h1>CG Core Metadata Reference Guide</h1>
3029
<p class="lead">This page provides a list of the metadata elements that are used in the CG Core metadata schema. The CG Core metadata schema is an application profile and is built from existing standards as much as possible. It is an effort led by the Big Data Platform Metadata Working Group of the CGIAR.</p>
@@ -1204,7 +1203,7 @@ <h3 id="creator-class">Creator</h3>
12041203
</table>
12051204
<h3 id="scientificPublication-class">Scientific Publication</h3>
12061205
<div class="my-4">
1207-
<a class="btn btn-sm btn-outline-secondary m-1" href="#dct:abstract">abstract</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:bibliographicCitation">bibliographicCitation</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:publisher">publisher</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:issn">issn</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:isbn">isbn</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:peer-reviewed">peer-reviewed</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:alternative">alternative title</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:howpublished">howpublished</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:journal">journal</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:booktitle">booktitle</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:chapter">chapter</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:pages">pages</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:volume">volume</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:number">number</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:extent">extent</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:series">series</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:edition">edition</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:notes">notes</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:audience">audience</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:isPartOf">isPartOf</a>
1206+
<a class="btn btn-sm btn-outline-secondary m-1" href="#dct:abstract">abstract</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:bibliographicCitation">bibliographicCitation</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:publisher">publisher</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:issn">issn</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:isbn">isbn</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:reviewStatus">reviewStatus</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:alternative">alternative title</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:howpublished">howpublished</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:journal">journal</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:booktitle">booktitle</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:chapter">chapter</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:pages">pages</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:volume">volume</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:number">number</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:extent">extent</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:series">series</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:edition">edition</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#cg:notes">notes</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:audience">audience</a> <a class="btn btn-sm btn-outline-secondary m-1" href="#dct:isPartOf">isPartOf</a>
12081207
</div>
12091208
<table class="table table-sm table-bordered">
12101209
<tbody>
@@ -1399,12 +1398,12 @@ <h3 id="scientificPublication-class">Scientific Publication</h3>
13991398
</tr>
14001399
</tbody>
14011400
</table>
1402-
<p class="invisible"><a id="cg:peer-reviewed"></a><a id="peer-reviewed"></a></p>
1401+
<p class="invisible"><a id="cg:reviewStatus"></a><a id="reviewStatus"></a></p>
14031402
<table class="table table-sm table-bordered">
14041403
<tbody>
14051404
<tr class="table-secondary">
14061405
<th colspan="2">
1407-
peer-reviewed
1406+
reviewStatus
14081407
<div class="badge-property">
14091408
<span class="badge badge-secondary">Property</span>
14101409
</div>
@@ -1413,20 +1412,25 @@ <h3 id="scientificPublication-class">Scientific Publication</h3>
14131412
<tr>
14141413
<td class="col-2 field-name">Identifier</td>
14151414
<td>
1416-
<a href="http://purl.org/cg/terms/peer-reviewed">http://purl.org/cg/terms/peer-reviewed</a>
1415+
<a href="http://purl.org/cg/terms/reviewStatus">http://purl.org/cg/terms/reviewStatus</a>
14171416
</td>
14181417
</tr>
14191418
<tr>
14201419
<td class="col-2 field-name">Definition</td>
1421-
<td>If the resource has been peer reviewed</td>
1420+
<td>Indicating the type of review the resource has undergone.</td>
14221421
</tr>
14231422
<tr>
14241423
<td class="col-2 field-name">Comments</td>
1425-
<td></td>
1424+
<td>Value should indicate the type of review. Do not use if the resource has not been reviewed.</td>
14261425
</tr>
14271426
<tr>
14281427
<td class="col-2 field-name">Examples</td>
1429-
<td>true is peer-reviewed, not used if not</td>
1428+
<td>
1429+
<ul>
1430+
<li><code>Internal</code></li>
1431+
<li><code>Peer</code></li>
1432+
</ul>
1433+
</td>
14301434
</tr>
14311435
</tbody>
14321436
</table>

cgcore.rdf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ cg:ScientificPublication a rdfs:Class ;
127127
owl:onProperty cg:ScientificPublication ],
128128
[ a owl:Restriction ;
129129
owl:minCardinality 0 ;
130-
owl:onProperty cg:peer-reviewed ],
130+
owl:onProperty cg:reviewStatus ],
131131
[ a owl:Restriction ;
132132
owl:minCardinality 0 ;
133133
owl:onProperty cg:volume ],
@@ -236,8 +236,8 @@ cg:pages a rdf:Property ;
236236
rdfs:label "pages" ;
237237
rdfs:comment "Page numbers" .
238238

239-
cg:peer-reviewed a rdf:Property ;
240-
rdfs:label "peer-reviewed" ;
239+
cg:reviewStatus a rdf:Property ;
240+
rdfs:label "reviewStatus" ;
241241
rdfs:comment "If the resource has been peer reviewed" .
242242

243243
cg:series a rdf:Property ;

examples/scientificPublication.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dct:accessRights>Open</dct:accessRights>
3333
<dct:issued>20/02/2018</dct:issued>
3434
<dct:relation>DOI_XXXX</dct:relation> <!-- linked dataset -->
35-
<cg:peer-reviewed>true</cg:peer-reviewed>
35+
<cg:reviewStatus>true</cg:reviewStatus>
3636
<cg:bookTitle>xxxxx</cg:bookTitle>
3737
<cg:journalTitle></cg:journalTitle> <!-- controled list -->
3838
<cg:pages>12-15</cg:pages>
@@ -92,4 +92,4 @@
9292
<dct:temporal>2016-2018</dct:temporal>
9393
</dct:coverage>
9494
</cg:ScientificPublication>
95-
</cg:SimpleRecordSet>
95+
</cg:SimpleRecordSet>

examples/scientificPublication_simple.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"accessRights": "Open",
3030
"issued": "20/02/2018",
3131
"relation": "DOI_XXXX",
32-
"peer-reviewed": true,
32+
"reviewStatus": true,
3333
"bookTitle": "xxxxx",
3434
"journalTitle": null,
3535
"pages": "12-15",
@@ -95,4 +95,4 @@
9595
"temporal": "2016-2018"
9696
}
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)