Skip to content

Instantly share code, notes, and snippets.

@jlhardes
Last active January 25, 2017 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlhardes/b37b948dbde0e566c910381e6373febf to your computer and use it in GitHub Desktop.
Save jlhardes/b37b948dbde0e566c910381e6373febf to your computer and use it in GitHub Desktop.
{
"@context": {
"dcterms": "http://purl.org/dc/terms/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@id": "http://hydra.vocab.manager/predicate/arkivoChecksum",
"@type": [
"rdf:predicate",
"rdf:Property"
],
"dcterms:creator": {
"@id": "mailto:spr7b@virginia.edu"
},
"dcterms:issued": {
"@type": "xsd:date",
"@value": "2016-11-11"
},
"rdfs:comment": {
"@language": "en",
"@value": "An MD5 checksum for a bitstream uploaded by Zotero's subscription service, Arkivo."
},
"rdfs:isDefinedBy": {
"@id": "https://www.npmjs.com/package/arkivo"
},
"rdfs:label": {
"@language": "en",
"@value": "Arkivo Checksum"
},
"rdfs:range": {
"@id": "xsd:string"
},
"rdfs:seeAlso": {
"@id": "https://github.com/projecthydra/sufia/issues/1327"
},
"skos:example": "A repository object has an MD5 checksum generated by Arkivo that should be stored with the bitstream.<br/>&lt;http://example.org/object&gt; &lt;http://hydra.vocab.manager/predicate/arkivoChecksum&gt; &quot;C7F2C101A6A74332C72483C48D5E202D&quot;"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment