data-storage-information-interface

About the storage manifest

The purpose of this manifest is to integrate a local research storage with SND DORIS so that the researchers can easily describe, refer to and publish data without data having to leave the organisation’s own storage.

The goal is to have as few required fields as possible and focus on using a RO-Crate manifest to describe a set of files connected to an organisation (e.g. a university) and a list of researchers (identified by Swamid/eduGAIN identifiers).

The manifest for describing the storage manifest and files is based on RO-Crate 1.1.

JSON schema for the manifest

JSON schema - documentation

Example implementations

Node.js command line tool

C# command line tool

Java command line tool

PHP Nextcloud extension example

Properties overview

This is an overview of the properties supported by SND’s RO-Crate profile.

Example manifest

Simple manifest with two files

Note: RO-Crate manifests must be expressed as a JSON-LD flattened graph, nested properties are not allowed. This means references must be expressed with local id:s, for example Person.identifier to PropertyValue to reference the value for eduPersonPrincipalName (see example manifest and example scripts).

Example for posting a manifest

To get access to the staging environment for handling the server contact SND.

  1. Generate ro-crate-metadata.json or use ro-crate-metadata.example.json
  2. curl -X POST https://example-index-server.se/ro-crate -H ‘Content-Type: application/json’ -d @’ro-crate-metadata.json’
  3. For updates post the updated manifest (the identifier in the manifest needs to be identical)
  4. Your files should be listed in DORIS (staging)