You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RERUM allows for the Generator of a version of a record to assign a <codeclass="language-plaintext highlighter-rouge">released</code> state.
1072
1068
Records in released states are locked such that further changes are refused.
1073
1069
Calling any update or delete action on a released record will result in an error response.
1074
1070
The release action will alter the <codeclass="language-plaintext highlighter-rouge">__rerum.isReleased</code> of the version identified
1075
1071
and alter <codeclass="language-plaintext highlighter-rouge">__rerum.releases</code> properties throughout
1076
1072
the record's history without making a
1077
-
new history state for the resulting record (the <codeclass="language-plaintext highlighter-rouge">@id</code> does not change).
1073
+
new history state for the resulting record (the <codeclass="language-plaintext highlighter-rouge">@id</code>or <codeclass="language-plaintext highlighter-rouge">id</code>does not change).
provides this <codeclass="language-plaintext highlighter-rouge">@context</code> in the <codeclass="language-plaintext highlighter-rouge">Link</code> header and also provides a <codeclass="language-plaintext highlighter-rouge">@context</code> for the <codeclass="language-plaintext highlighter-rouge">__rerum</code> terms mentioned above.
1337
1332
</p>
1338
1333
<p>http://store.rerum.io/v1/context.json</p>
1334
+
<p>The following @contexts map '@id' to 'id' as well as '@type' to 'type'.</p>
1335
+
<ul>
1336
+
<li>store.rerum.io/v1/context.json</li>
1337
+
<li>iiif.io/api/presentation/3/context.json</li>
1338
+
<li>www.w3.org/ns/anno.jsonld</li>
1339
+
<li>www.w3.org/ns/oa.jsonld</li>
1340
+
</ul>
1339
1341
<h2id="iiif">IIIF</h2>
1340
1342
<p>RERUM fully supports the <atarget="_blank" href="https://iiif.io/api/presentation/3.0/">IIIF Presentation API</a>.</p>
0 commit comments