Last active
September 6, 2018 00:15
-
-
Save ashepherd/4a9232f50242cd471dc56a3e09dbed84 to your computer and use it in GitHub Desktop.
This file contains 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": { | |
"@vocab": "http://schema.org/", | |
"datacite": "http://purl.org/spar/datacite/", | |
"BuildPackageAction": { "@id": "Action" }, | |
"SubmitForBuildPackageAction": { "@id": "Action" } | |
}, | |
"@type": "SubmitForBuildPackageAction", | |
"actionStatus": "CompletedActionStatus", | |
"agent" : { | |
"@type": "Person", | |
"@id": "http://lod.bco-dmo.org/id/person/51549 ", | |
"name": "Danie Kinkade", | |
"email": "[email protected]" | |
}, | |
"object" : { | |
"@type": "Dataset", | |
"@id": "https://lod.bco-dmo.org/id/dataset/3300", | |
"name": "MetZyme Protein Spectral Counts", | |
"identifier": { | |
"@type": ["PropertyValue", "datacite:ResourceIdentifier"], | |
"@id": "https://doi.org/10.1575/1912/bco-dmo.1234", | |
"propertyID": "DOI", | |
"datacite:usesIdentifierScheme": "datacite:doi", | |
"value": "10.1575/1912/bco-dmo.1234" | |
} | |
}, | |
"instrument": { | |
"@type": "WebSite", | |
"@id": "https://www.bco-dmo.org/node/3300/edit/dataset/doi", | |
"name": "OSPREY" | |
}, | |
"potentialAction": { | |
"@type": "BuildPackageAction", | |
"target": { | |
"@type": "EntryPoint", | |
"urlTemplate": "https://www.bco-dmo.org/dataset/3300/datapackage.json", | |
"contentType": "application/vnd.datapackage+json" | |
} | |
}, | |
"startTime" : "2018-09-05T09:26:13Z" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment