Skip to content

Instantly share code, notes, and snippets.

@leifj
Last active May 29, 2019 09:43
Show Gist options
  • Select an option

  • Save leifj/e23cc67b92442026d5e1e2633b57a352 to your computer and use it in GitHub Desktop.

Select an option

Save leifj/e23cc67b92442026d5e1e2633b57a352 to your computer and use it in GitHub Desktop.
example manifest
{
"@context": ["https://gist.githubusercontent.com/leifj/1cf79d40e977b1330e3b2ebdcafe53da/raw/6d767e781b13d6466f8bce5a816f7ea41a1ed476/metadata-manifest.jsonld", {
"@base": "https://api.example.com/manifest/se-stb-1/b1d6e8d4-6a43-4e10-9961-4544da499914/"
}],
"@id": "",
"manifest": [
{"@id": "some-dublin-core", "schema": "dc:"},{"@id": "my-datacite-object", "schema": "datacite:"}
],
"publisher": "Stockholms Högskola",
"rightsHolder": {
"@id": "https://api.example.com/organization/su.se"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment