Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Jan 21, 2025
1 parent 04ba800 commit 628507b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b39475f8
8e3da20a
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<link href="site_libs/quarto-html/quarto-syntax-highlighting-cf6bd38ce02cfde6b42a4d5e4ff5e993.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap-c55ad5584daa9c05a82a7b0588126d01.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="site_libs/bootstrap/bootstrap-79758cb5fa00cd920423aabe99b8f2b6.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">


<link rel="stylesheet" href="style.css">
Expand Down Expand Up @@ -2346,7 +2346,7 @@ <h1 class="unnumbered">Appendices</h1>
<p>The following appendices are <em>non-normative</em>.</p>
<section id="json-ld" class="level2 unnumbered">
<h2 class="unnumbered anchored" data-anchor-id="json-ld">JSON-LD</h2>
<p>The following <a href="http://www.w3.org/TR/json-ld/#the-context">JSON-LD 1.1 context document</a> (available <a href="context.json">from here</a>) can be used to map JSKOS without <a href="#closed-world-statements">closed world statements</a> and without <a href="#language-range">language ranges</a> to RDF.</p>
<p>The following <a href="http://www.w3.org/TR/json-ld/#the-context">JSON-LD 1.1 context document</a> (available <a href="context.json">from here</a>) can be used to map JSKOS without <a href="#closed-world-statements">closed world statements</a> and without <a href="#language-range">language ranges</a> to RDF.There is also a <a href="prefixes.json">list of namespace prefixes</a>.</p>
<div class="sourceCode" id="cb10"><pre class="sourceCode json code-with-copy"><code class="sourceCode json"><span id="cb10-1"><a href="#cb10-1" aria-hidden="true" tabindex="-1"></a><span class="fu">{</span></span>
<span id="cb10-2"><a href="#cb10-2" aria-hidden="true" tabindex="-1"></a> <span class="dt">"@context"</span><span class="fu">:</span> <span class="fu">{</span></span>
<span id="cb10-3"><a href="#cb10-3" aria-hidden="true" tabindex="-1"></a> <span class="dt">"uri"</span><span class="fu">:</span> <span class="st">"@id"</span><span class="fu">,</span></span>
Expand Down
26 changes: 26 additions & 0 deletions prefixes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"as": "http://www.w3.org/ns/activitystreams#",
"dc": "http://purl.org/dc/elements/1.1/",
"dcat": "http://www.w3.org/ns/dcat#",
"dct": "http://purl.org/dc/terms/",
"dctype": "http://purl.org/dc/dcmitype/",
"ebu": "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#",
"exif": "http://www.w3.org/2003/12/exif/ns#",
"foaf": "http://xmlns.com/foaf/0.1/",
"geo": "http://www.opengis.net/ont/geosparql#",
"iiifi": "http://iiif.io/api/image/3#",
"iiifp": "http://iiif.io/api/presentation/3#",
"mads": "http://www.loc.gov/mads/rdf/v1#",
"oa": "http://www.w3.org/ns/oa#",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "http://schema.org/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"skosxl": "http://www.w3.org/2008/05/skos-xl#",
"spdx": "http://spdx.org/rdf/terms#",
"void": "http://rdfs.org/ns/void#",
"wikibase": "http://wikiba.se/ontology#",
"xkos": "http://rdf-vocabulary.ddialliance.org/xkos#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
}

Large diffs are not rendered by default.

0 comments on commit 628507b

Please sign in to comment.