Last active
January 25, 2017 01:39
-
-
Save jlhardes/8f0d27a0001f40d9865131b00098f2bb 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": { | |
"dcterms": "http://purl.org/dc/terms/", | |
"ns1": "https://www.w3.org/2000/01/rdf-schema#", | |
"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#" | |
}, | |
"@graph": [ | |
{ | |
"@id": "http://hydra.vocab.manager/predicate/arkivoChecksum", | |
"@type": [ | |
"rdf:predicate", | |
"rdf:Property" | |
], | |
"dcterms:creator": { | |
"@id": "mailto:[email protected]" | |
}, | |
"dcterms:issued": { | |
"@type": "xsd:date", | |
"@value": "2016-11-11" | |
}, | |
"ns1:isDefinedBy": { | |
"@id": "https://www.npmjs.com/package/arkivo" | |
}, | |
"rdfs:comment": { | |
"@language": "en", | |
"@value": "An MD5 checksum for a bitstream uploaded by Zotero's subscription service, 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/><http://example.org/object> <http://hydra.vocab.manager/predicate/arkivoChecksum> "C7F2C101A6A74332C72483C48D5E202D"" | |
}, | |
{ | |
"@id": "http://hydra.vocab.manager/predicate/importURL", | |
"@type": [ | |
"rdf:predicate", | |
"rdf:Property" | |
], | |
"dcterms:creator": { | |
"@id": "mailto:[email protected]" | |
}, | |
"dcterms:issued": { | |
"@type": "xsd:date", | |
"@value": "2016-11-11" | |
}, | |
"rdfs:comment": { | |
"@language": "en", | |
"@value": "The URL from which content hosted in a cloud storage service is imported." | |
}, | |
"rdfs:label": { | |
"@language": "en", | |
"@value": "Import URL" | |
}, | |
"rdfs:seeAlso": { | |
"@id": "https://github.com/projecthydra/curation_concerns/issues/561" | |
}, | |
"skos:example": "A repository object was imported from Google Drive cloud storage.<br/><http://example.org/object> <http://hydra.vocab.manager/predicate/importURL> <https://drive.google.com/file/d/0B_3cn7zuYfw-UVVhTmdTc2VYd1k/view?usp=sharing>" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment