Skip to content

Instantly share code, notes, and snippets.

@jlhardes
Last active January 25, 2017 01:36
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/9f6b3bf7cf73f20b4ccea6f026f75973 to your computer and use it in GitHub Desktop.
Save jlhardes/9f6b3bf7cf73f20b4ccea6f026f75973 to your computer and use it in GitHub Desktop.
#ss:arkivoChecksum example
# Automated information
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> .
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://purl.org/dc/terms/issued> "2016-11-11"^^<http://www.w3.org/2001/XMLSchema#date> .
# Required information
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://www.w3.org/2000/01/rdf-schema#label> "Arkivo Checksum"@en .
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://www.w3.org/2000/01/rdf-schema#comment> "An MD5 checksum for a bitstream uploaded by Zotero's subscription service, Arkivo."@en .
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://www.w3.org/2004/02/skos/core#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;" .
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://purl.org/dc/terms/creator> <mailto:spr7b@virginia.edu> .
# Optional information
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://www.npmjs.com/package/arkivo> .
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://github.com/projecthydra/sufia/issues/1327> .
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
#ss:importURL example
# Automated information
<http://hydra.vocab.manager/predicate/importURL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://hydra.vocab.manager/predicate/importURL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> .
<http://hydra.vocab.manager/predicate/importURL> <http://purl.org/dc/terms/issued> "2016-11-11"^^<http://www.w3.org/2001/XMLSchema#date> .
# Required information
<http://hydra.vocab.manager/predicate/importURL> <http://www.w3.org/2000/01/rdf-schema#label> "Import URL"@en .
<http://hydra.vocab.manager/predicate/importURL> <http://www.w3.org/2000/01/rdf-schema#comment> "The URL from which content hosted in a cloud storage service is imported."@en .
<http://hydra.vocab.manager/predicate/importURL> <http://www.w3.org/2004/02/skos/core#example> "A repository object was imported from Google Drive cloud storage.<br/>&lt;http://example.org/object&gt; &lt;http://hydra.vocab.manager/predicate/importURL&gt; &lt;https://drive.google.com/file/d/0B_3cn7zuYfw-UVVhTmdTc2VYd1k/view?usp=sharing&gt;" .
<http://hydra.vocab.manager/predicate/arkivoChecksum> <http://purl.org/dc/terms/creator> <mailto:spr7b@virginia.edu> .
# Optional information
<http://hydra.vocab.manager/predicate/importURL> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://github.com/projecthydra/curation_concerns/issues/561> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment