From 3eff84a4bd2ca5a7fa8e9f7e6f34e417bd5ee0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Gra=C3=A7a?= Date: Tue, 19 Nov 2019 12:03:45 +0000 Subject: [PATCH] Separate citation elements into qualifiers --- dspace/config/registries/openaire4-types.xml | 26 +++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/dspace/config/registries/openaire4-types.xml b/dspace/config/registries/openaire4-types.xml index 9334edc214..0dfc378509 100644 --- a/dspace/config/registries/openaire4-types.xml +++ b/dspace/config/registries/openaire4-types.xml @@ -48,50 +48,58 @@ oaire - citationTitle + citation + title The title name of the container (e.g. journal, book, conference) this work is published in. This property is considered to be part of the bibliographic citation. oaire - citationVolume + citation + volume The volume, typically a number, of the container (e.g. journal). This property is considered to be part of the bibliographic citation. oaire - citationIssue + citation + issue The issue of the container (e.g. journal). This property is considered to be part of the bibliographic citation. oaire - citationStartPage + citation + startPage The start page is part of the pagination information of the work published in a container (e.g. journal issue). This property is considered to be part of the bibliographic citation. oaire - citationEndPage + citation + endPage The end page is part of the pagination information of the work published in a container (e.g. journal issue). This property is considered to be part of the bibliographic citation. oaire - citationEdition + citation + edition The edition the work was published in (e.g. book edition). This property is considered to be part of the bibliographic citation. oaire - citationConferencePlace + citation + conferencePlace The place where the conference took place. This property is considered to be part of the bibliographic citation. oaire - citationConferenceDate + citation + conferenceDate The date when the conference took place. This property is considered to be part of the bibliographic citation. Recommended best practice for encoding the date value is defined in a profile of ISO 8601 [W3CDTF] and follows the YYYY-MM-DD format. - \ No newline at end of file +