Last active
May 29, 2019 08:52
-
-
Save leifj/1cf79d40e977b1330e3b2ebdcafe53da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": { | |
| "metalink": "https://gist.github.com/leifj/1cf79d40e977b1330e3b2ebdcafe53da#", | |
| "dct": "http://purl.org/dc/terms/", | |
| "manifest": { "@id": "metalink:manifest", "@type": "@id" }, | |
| "schema": { "@id": "metalink:schema", "@type": "@id" }, | |
| "owner": { "@id": "metalink:owner", "@type": "@id" }, | |
| "dc": "http://purl.org/dc/elements/1.1", | |
| "datacite": "http://datacite.org/schema/kernel-3", | |
| "publisher": { "@id": "dct:publisher" }, | |
| "creator": { "@id": "dct:creator" }, | |
| "rightsHolder": { "@id": "dct:rightsHolder" }, | |
| "description": { "@id": "dc:description" } | |
| }, | |
| "@id": "https://gist.github.com/leifj/1cf79d40e977b1330e3b2ebdcafe53da#", | |
| "publisher": "Swedish University Network (SUNET)", | |
| "creator": "Leif Johansson <[email protected]>", | |
| "description": "A json-ld schema describing collections of metadata and their relationships." | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment