forked from terrywbrady/File-Analyzer
-
Notifications
You must be signed in to change notification settings - Fork 11
Create Ingest Folders for a Set of Files
Terry Brady edited this page Oct 5, 2018
·
6 revisions
DSpace-Institutional-Repository-Ingest
Each metadata field provided will be validated against an entry in the metadata registry.
This file can be requested from the DSpace REST API.
/rest/registries/schema
You will need to pass a header Accept: application/json to retrieve this data in JSON format.
Select the parent folder containing a set of ingest folders
[
{
"prefix":"dc",
"namespace":"http://dublincore.org/documents/dcmi-terms/",
"fields":[
{
"name":"dc.contributor.advisor",
"element":"contributor",
"qualifier":"advisor",
"description":"Use primarily for thesis advisor."
},
]
}
]