Skip to content

Instantly share code, notes, and snippets.

@jlhardes
Last active January 25, 2017 01:45
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/42de9832aa94bdb1c5d1922e3c71691a to your computer and use it in GitHub Desktop.
Save jlhardes/42de9832aa94bdb1c5d1922e3c71691a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title> arkivoChecksum - Hydra Vocab Manager</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link data-turbolinks-track="true" href="http://opaquenamespace.org/assets/application-6eab45fa7a7016e7b32409317bf2b513.css" media="all" rel="stylesheet" />
</head>
<body>
<div class="container-full">
<div class="container">
<div class="starter-template">
<h2>Arkivo Checksum</h2>
<h3 class="uri">http://projecthydra.org/ns/predicate/arkivoChecksum</h3>
<table class="table table-condensed" style="margin-top: 20px;">
<tr>
<th scope="row"><a href="https://www.w3.org/2000/01/rdf-schema#subPropertyOf">rdfs:subPropertyOf</a></th>
<td>
<ul style="list-style: none;">
</ul>
</td>
</tr>
<tr>
<th scope="row"><a href="https://www.w3.org/2000/01/rdf-schema#range">rdfs:range</a></th>
<td>
<ul style="list-style: none;">
<li><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></li>
</ul>
</td>
</tr>
<tr>
<th scope="row"><a href="https://www.w3.org/2000/01/rdf-schema#domain">rdfs:domain</a></th>
<td>
<ul style="list-style: none;">
</ul>
</td>
</tr>
<tr>
<th scope="row"><a href="https://www.w3.org/2000/01/rdf-schema#label">rdfs:label</a></th>
<td>
<ul style="list-style: none;">
<li>Arkivo Checksum <span class="label label-default">English [en]</span></li>
</ul>
</td>
</tr>
<tr>
<th scope="row"><a href="https://www.w3.org/2000/01/rdf-schema#comment">rdfs:comment</a></th>
<td>
<ul style="list-style: none;">
<li>An MD5 checksum for a bitstream uploaded by Zotero's subscription service, Arkivo. <span class="label label-default">English [en]</span></li>
</ul>
</td>
</tr>
<tr>
<th scope="row"><a href="https://www.w3.org/2000/01/rdf-schema#seeAlso">rdfs:seeAlso</a></th>
<td>
<ul style="list-style: none;">
<li><a href="https://github.com/projecthydra/sufia/issues/1327">https://github.com/projecthydra/sufia/issues/1327</a></li>
</ul>
</td>
</tr>
<tr>
<th scope="row"><a href="https://www.w3.org/2000/01/rdf-schema#isDefinedBy">rdfs:isDefinedBy</a></th>
<td>
<ul style="list-style: none;">
<li>
<a href="https://www.npmjs.com/package/arkivo">https://www.npmjs.com/package/arkivo</a>
</li>
</ul>
</td>
</tr>
<tr>
<th scope="row"><a href="http://purl.org/dc/terms/creator">dcterms:creator</a></th>
<td>
<ul style="list-style: none;">
<li><a href="mailto:spr7b@virginia.edu">spr7b@virginia.edu</a></li>
</ul>
</td>
</tr>
<tr>
<th scope="row"><a href="http://purl.org/dc/terms/issued">dcterms:issued</a></th>
<td>
<ul style="list-style: none;">
<!-- This is a temporary fix!!!!!!!!! Since this is an RDF error, the easiest way to fix this issue
is by checking if a terms value responds to rdf_label. We need to fix this as we are enabling rdf to
work for the whole system -->
<li>2016-11-11</li>
</ul>
</td>
</tr>
<tr>
<th scope="row"><a href="http://purl.org/dc/terms/modified">dcterms:modified</a></th>
<td>
<ul style="list-style: none;">
</ul>
</td>
</tr>
<tr>
<th scope="row"><a href="http://purl.org/dc/terms/description">dcterms:description</a></th>
<td>
<ul style="list-style: none;">
</ul>
</td>
</tr>
</table>
<p>
<br/>
<strong>Other Formats:</strong>
<a href="arkivoChecksum.nt">N-Triples</a>, <a href="arkivoChecksum.jsonld">JSON-LD</a>, <a href="arkivoChecksum.ttl">TTL</a>
</p>
<dl>
<dt><a href="http://www.w3.org/2004/02/skos/core#example">skos:example</a>:</dt>
<dd>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; .</dd>
</dl>
</div>
</div><!-- /.container -->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment