Skip to content

Instantly share code, notes, and snippets.

@ashepherd
Last active September 6, 2018 00:15
Show Gist options
  • Save ashepherd/4a9232f50242cd471dc56a3e09dbed84 to your computer and use it in GitHub Desktop.
Save ashepherd/4a9232f50242cd471dc56a3e09dbed84 to your computer and use it in GitHub Desktop.
{
"@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": "dkinkade@whoi.edu"
},
"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