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:
resource | GET request |
---|---|
ead | http://localhost:8080/rservices/rservices/metadata/ead?pid=it-01%3A17&recursively=true |
premis | http://localhost:8080/rservices/rservices/metadata/premis?pid=it-01%3A18 |
Parameter
parameter | description |
---|---|
pid | The 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.