mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
OpenAIRE 4 fields
This commit is contained in:
29
dspace/config/registries/datacite-types.xml
Normal file
29
dspace/config/registries/datacite-types.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dspace-dc-types SYSTEM "dspace-dc-types.dtd">
|
||||
|
||||
<!--
|
||||
This document was based on the OpenAIRE4 Guidelines for Literature Repositories
|
||||
https://openaire-guidelines-for-literature-repository-managers.readthedocs.io/en/v4.0.0/index.html
|
||||
-->
|
||||
|
||||
<dspace-dc-types>
|
||||
<dspace-header>
|
||||
<title>Datacite fields definition</title>
|
||||
</dspace-header>
|
||||
|
||||
<dc-schema>
|
||||
<name>datacite</name>
|
||||
<namespace>http://datacite.org/schema/kernel-4</namespace>
|
||||
</dc-schema>
|
||||
|
||||
|
||||
<!--
|
||||
OpenAIRE4 Guidelines
|
||||
21 - Geolocation -->
|
||||
<dc-type>
|
||||
<schema>datacite</schema>
|
||||
<element>geoLocation</element>
|
||||
<scope_note>Spatial region or named place where the data was gathered or about which the data is focused.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
</dspace-dc-types>
|
26
dspace/config/registries/dspace-dc-types.dtd
Normal file
26
dspace/config/registries/dspace-dc-types.dtd
Normal file
@@ -0,0 +1,26 @@
|
||||
<!-- DSpace Schema Fields definition language -->
|
||||
<!-- -->
|
||||
<!-- This DTD defines the format for the DSpace -->
|
||||
<!-- 'config/registries/*-types.xml' configuration files -->
|
||||
|
||||
<!-- Root element is 'dspace-dc-types' -->
|
||||
<!ELEMENT dspace-dc-types (dspace-header|dc-schema|dc-type)* >
|
||||
|
||||
<!ELEMENT dspace-header (title|contributor.author|contributor.editor|date.created|description|description.version)* >
|
||||
|
||||
<!ELEMENT dc-schema (name|namespace)* >
|
||||
|
||||
<!ELEMENT dc-type (schema|element|qualifier|scope_note)* >
|
||||
|
||||
<!ELEMENT title (#PCDATA) >
|
||||
<!ELEMENT contributor.author (#PCDATA)>
|
||||
<!ELEMENT contributor.editor (#PCDATA)>
|
||||
<!ELEMENT date.created (#PCDATA)>
|
||||
<!ELEMENT description (#PCDATA)>
|
||||
<!ELEMENT description.version (#PCDATA)>
|
||||
<!ELEMENT name (#PCDATA)>
|
||||
<!ELEMENT namespace (#PCDATA)>
|
||||
<!ELEMENT schema (#PCDATA)>
|
||||
<!ELEMENT element (#PCDATA)>
|
||||
<!ELEMENT qualifier (#PCDATA)>
|
||||
<!ELEMENT scope_note (#PCDATA)>
|
97
dspace/config/registries/openaire4-types.xml
Normal file
97
dspace/config/registries/openaire4-types.xml
Normal file
@@ -0,0 +1,97 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE dspace-dc-types SYSTEM "dspace-dc-types.dtd">
|
||||
|
||||
<!--
|
||||
This document was based on the OpenAIRE4 Guidelines for Literature Repositories
|
||||
https://openaire-guidelines-for-literature-repository-managers.readthedocs.io/en/v4.0.0/index.html
|
||||
-->
|
||||
|
||||
<dspace-dc-types>
|
||||
<dspace-header>
|
||||
<title>OpenAIRE4 fields definition</title>
|
||||
</dspace-header>
|
||||
|
||||
<dc-schema>
|
||||
<name>oaire</name>
|
||||
<namespace>http://namespace.openaire.eu/schema/oaire/</namespace>
|
||||
</dc-schema>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>fundingStream</element>
|
||||
<scope_note>Name of the funding stream</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>awardNumber</element>
|
||||
<scope_note>Project grantId or awardNumber</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>awardURI</element>
|
||||
<scope_note>URI of the project landing page provided by the funder for more information about the award (grant).</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>awardTitle</element>
|
||||
<scope_note>Title of the project, award or grant.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>version</element>
|
||||
<scope_note>Use either a version number or the label of the vocabulary term as value.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>citationTitle</element>
|
||||
<scope_note>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.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>citationVolume</element>
|
||||
<scope_note>The volume, typically a number, of the container (e.g. journal). This property is considered to be part of the bibliographic citation.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>citationIssue</element>
|
||||
<scope_note>The issue of the container (e.g. journal). This property is considered to be part of the bibliographic citation.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>citationStartPage</element>
|
||||
<scope_note>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.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>citationEndPage</element>
|
||||
<scope_note>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.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>citationEdition</element>
|
||||
<scope_note>The edition the work was published in (e.g. book edition). This property is considered to be part of the bibliographic citation.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>citationConferencePlace</element>
|
||||
<scope_note>The place where the conference took place. This property is considered to be part of the bibliographic citation.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<dc-type>
|
||||
<schema>oaire</schema>
|
||||
<element>citationConferenceDate</element>
|
||||
<scope_note>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.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
</dspace-dc-types>
|
@@ -16,6 +16,10 @@
|
||||
- person.contributor.other > NOT FOUND
|
||||
-->
|
||||
|
||||
<!--
|
||||
OpenAIRE4 Guidelines
|
||||
2.2.3. Subproperty givenName (R)
|
||||
The personal or first name of the author. -->
|
||||
<dc-type>
|
||||
<schema>person</schema>
|
||||
<element>givenName</element>
|
||||
@@ -23,7 +27,11 @@
|
||||
of the name property.
|
||||
</scope_note>
|
||||
</dc-type>
|
||||
|
||||
|
||||
<!--
|
||||
OpenAIRE4 Guidelines
|
||||
2.2.4. Subproperty familyName (R)
|
||||
The surname or last name of the author. -->
|
||||
<dc-type>
|
||||
<schema>person</schema>
|
||||
<element>familyName</element>
|
||||
@@ -64,5 +72,16 @@
|
||||
<element>jobTitle</element>
|
||||
<scope_note>The job title of the person (for example, Financial Manager).</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<!--
|
||||
OpenAIRE4 Guidelines
|
||||
2.2.6. Subproperty affiliation (R)
|
||||
The organizational or institutional affiliation of the creator (occurrence: 0-n). -->
|
||||
<dc-type>
|
||||
<schema>person</schema>
|
||||
<element>affiliation</element>
|
||||
<qualifier>name</qualifier>
|
||||
<scope_note>The organizational or institutional affiliation of the creator</scope_note>
|
||||
</dc-type>
|
||||
|
||||
</dspace-dc-types>
|
@@ -16,5 +16,28 @@
|
||||
- project.identifier.startdate > NOT FOUND
|
||||
- project.identifier.expectedcompletion > NOT FOUND
|
||||
-->
|
||||
|
||||
<!--
|
||||
OpenAIRE4 Guidelines
|
||||
4.2.2. Subproperty funderName (M)
|
||||
Name of the funding provider (occurrence: 1). Mandatory if FundingReference is used. -->
|
||||
<dc-type>
|
||||
<schema>project</schema>
|
||||
<element>funder</element>
|
||||
<element>name</element>
|
||||
<scope_note>Name of the funding provider.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
<!--
|
||||
OpenAIRE4 Guidelines
|
||||
4.2.3. Subproperty funderIdentifier (R)
|
||||
Unique identifier of the funding entity (occurrence: 0-1).
|
||||
-->
|
||||
<dc-type>
|
||||
<schema>project</schema>
|
||||
<element>funder</element>
|
||||
<element>identifier</element>
|
||||
<scope_note>Unique identifier of the funding entity.</scope_note>
|
||||
</dc-type>
|
||||
|
||||
</dspace-dc-types>
|
||||
|
Reference in New Issue
Block a user