diff --git a/cgcore.html b/cgcore.html index 1eb2a06..219e001 100644 --- a/cgcore.html +++ b/cgcore.html @@ -507,7 +507,7 @@

Scientific Publication

publisher issn isbn - peer-reviewed + review-status alternative title howpublished journal @@ -600,15 +600,15 @@

Scientific Publication

+

- - - + + + - +
peer-reviewed Property
Identifierhttp://purl.org/cg/terms/peer-reviewed
DefinitionIf the resource has been peer reviewed
review-status Property
Identifierhttp://purl.org/cg/terms/review-status
DefinitionIf the resource has been reviewed (includes peer reviews but also other types of reviews)
Comments
Examplestrue is peer-reviewed, not used if not
Examplestrue is reviewed, not used if not
diff --git a/examples/scientificPublication.xml b/examples/scientificPublication.xml index 2277336..5b0e854 100644 --- a/examples/scientificPublication.xml +++ b/examples/scientificPublication.xml @@ -32,7 +32,7 @@ Open 20/02/2018 DOI_XXXX - true + true xxxxx 12-15 diff --git a/examples/scientificPublication_simple.json b/examples/scientificPublication_simple.json index 3ea39c6..417f176 100644 --- a/examples/scientificPublication_simple.json +++ b/examples/scientificPublication_simple.json @@ -29,7 +29,7 @@ "accessRights": "Open", "issued": "20/02/2018", "relation": "DOI_XXXX", - "peer-reviewed": true, + "review-status": true, "bookTitle": "xxxxx", "journalTitle": null, "pages": "12-15",