forked from w3c/rdf-star
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunstar.html
More file actions
15 lines (15 loc) · 709 Bytes
/
unstar.html
File metadata and controls
15 lines (15 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<title>RDF-star semantic mapping vocabulary</title>
<!-- JS-based redirect to preserve URL fragment -->
<script>
let url = new URL("cg-spec/editors_draft.html#rdf-star-semantics", window.location);
window.location = url.href;
</script>
<!-- HTTP-equiv redirect in case JS is disabled -- this will lose the URL fragment -->
<meta http-equiv="Refresh" content="3; url=rdf-star-cg-spec.html#rdf-star-semantics" />
<!-- Explicit link in case both redirects above fail -->
<p>The RDF-star semantic mapping is described by
<a href="cg-spec/editors_draft.html#rdf-star-semantics">cg-spec/editors_draft.html#rdf-star-semantics</a>.
You should be redirected soon.
</p>