Skip to main content
Version: 5.11

Metadata export

This service creates an a metadata document for a given persistent identifier. Available are descriptive (EAD) and administrative/technical (PREMIS) metadata. The root source for the service is metadata.

Sub-resources

The following sub-resources are available:

resourceGET request
eadhttp://localhost:8080/rservices/rservices/metadata/ead?pid=it-01%3A17&recursively=true
premishttp://localhost:8080/rservices/rservices/metadata/premis?pid=it-01%3A18

Parameter

parameterdescription
pidThe persistent identifier of the object for which the EAD should be exported.
recursively(optional): If true, objects will be exported including their child objects according to repository relations. Default is true.

Response: The response will be an EAD or PREMIS xml string.