Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions spec/common/local-biblio.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,23 +67,22 @@ var localBibliography = {
},
"RDF12-NEW": {
"authors": [
"David Wood"
"The W3C RDF & SPARQL Working Group"
],
"href": "https://w3c.github.io/rdf-new/spec/",
"title": "What’s New in RDF 1.2",
"rawDate": "2022-01-01",
"status": "DNOTE",
"status": "ED",
"publisher": "W3C"
},
"RDF12-PRIMER": {
"RDF12-INTEROP": {
"authors": [
"Guus Schreiber",
"Yves Raimond"
"Pierre-Antoine Champin"
],
"href": "https://w3c.github.io/rdf-primer/spec/",
"title": "RDF 1.2 Primer",
"rawDate": "2022-01-01",
"status": "DNOTE",
"href": "https://w3c.github.io/rdf-interop/spec/",
"title": "RDF 1.2 Interoperability",
"rawDate": "2025-06-27",
"status": "ED",
"publisher": "W3C"
},
"SPARQL12-NEW": {
Expand All @@ -93,7 +92,7 @@ var localBibliography = {
"href": "https://w3c.github.io/sparql-new/spec/",
"title": "What’s New in SPARQL 1.2",
"rawDate": "2022-01-01",
"status": "WD",
"status": "ED",
"publisher": "W3C"
},
"SPARQL12-CONCEPTS": {
Expand All @@ -103,7 +102,7 @@ var localBibliography = {
"href": "https://w3c.github.io/sparql-concepts/spec/",
"title": "SPARQL 1.2 Concepts",
"rawDate": "2022-01-01",
"status": "WD",
"status": "ED",
"publisher": "W3C"
},
};
3 changes: 2 additions & 1 deletion spec/common/rdf-related.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h4>Set of Documents</h4>
<p>This document is one of ten RDF 1.2 documents produced by the <a href="https://www.w3.org/groups/wg/rdf-star">RDF-star Working Group</a>.</p>
<p>This document is one of eleven RDF 1.2 documents produced by the <a href="https://www.w3.org/groups/wg/rdf-star">RDF &amp; SPARQL Working Group</a>.</p>
<details>
<summary>List of documents</summary>

Expand All @@ -15,5 +15,6 @@ <h4>Set of Documents</h4>
<li data-transform="noSelfCite">[[[RDF12-TRIG]]]</li>
<li data-transform="noSelfCite">[[[RDF12-TURTLE]]]</li>
<li data-transform="noSelfCite">[[[RDF12-XML]]]</li>
<li data-transform="noSelfCite">[[[RDF12-INTEROP]]]</li>
</ol>
</details>
3 changes: 2 additions & 1 deletion spec/common/related.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h4>Set of Documents</h4>
<p>This document is one of ten RDF 1.2 and twelve SPARQL 1.2 documents produced by the <a href="https://www.w3.org/groups/wg/rdf-star">RDF-star Working Group</a>.</p>
<p>This document is one of eleven RDF 1.2 and twelve SPARQL 1.2 documents produced by the <a href="https://www.w3.org/groups/wg/rdf-star">RDF &amp; SPARQL Working Group</a>.</p>
<details>
<summary>List of documents</summary>

Expand All @@ -15,6 +15,7 @@ <h4>Set of Documents</h4>
<li data-transform="noSelfCite">[[[RDF12-TRIG]]]</li>
<li data-transform="noSelfCite">[[[RDF12-TURTLE]]]</li>
<li data-transform="noSelfCite">[[[RDF12-XML]]]</li>
<li data-transform="noSelfCite">[[[RDF12-INTEROP]]]</li>
</ol>

<p>SPARQL 1.2 Documents:</p>
Expand Down
2 changes: 1 addition & 1 deletion spec/common/sparql-related.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h4>Set of Documents</h4>
<p>This document is one of twelve SPARQL 1.2 documents produced by the <a href="https://www.w3.org/groups/wg/rdf-star">RDF-star Working Group</a>.</p>
<p>This document is one of twelve SPARQL 1.2 documents produced by the <a href="https://www.w3.org/groups/wg/rdf-star">RDF &amp; SPARQL Working Group</a>.</p>
<details>
<summary>List of documents</summary>

Expand Down
Loading