Skip to content

Commit 5be594b

Browse files
committed
Update common files.
1 parent 095c3a0 commit 5be594b

File tree

5 files changed

+17
-18
lines changed

5 files changed

+17
-18
lines changed

spec/common/fixup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function unComment(utils, content) {
4646
// If content is a self-citation, replace it with the document name
4747
function noSelfCite(utils, content) {
4848
if (content.toUpperCase() === `[[[${respecConfig.shortName}]]]`.toUpperCase()) {
49-
return respecConfig.title + '(this document)';
49+
return respecConfig.title + ' (this document)';
5050
} else {
5151
return content;
5252
}

spec/common/local-biblio.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
var localBibliography = {
2-
CBD: {
3-
"title": "CBD - Concise Bounded Description",
4-
"href": "https://www.w3.org/Submission/CBD/",
5-
"authors": [
6-
"Patrick Stickler, Nokia"
7-
],
8-
"rawDate": "2005-06-03",
9-
"publisher": "W3C",
10-
"status": "W3C Member Submission"
11-
},
122
ISO24707: {
133
id: "ISO24707",
144
title: "Information technology — Common Logic (CL) — A framework for a family of logic-based languages",

spec/common/rdf-related.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<h4>Set of Documents</h4>
2-
<p>This document is one of ten RDF 1.2 Recommendations produced by the <a href="https://www.w3.org/groups/wg/rdf-star">RDF-star Working Group</a>:</p>
2+
<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>
3+
<details>
4+
<summary>List of documents</summary>
35

4-
<p>RDF 1.2 Recommendations:</p>
6+
<p>RDF 1.2 Documents:</p>
57
<ol>
68
<li data-transform="noSelfCite">[[[RDF12-NEW]]]</li>
79
<li data-transform="noSelfCite">[[[RDF12-CONCEPTS]]]</li>
@@ -14,3 +16,4 @@ <h4>Set of Documents</h4>
1416
<li data-transform="noSelfCite">[[[RDF12-TURTLE]]]</li>
1517
<li data-transform="noSelfCite">[[[RDF12-XML]]]</li>
1618
</ol>
19+
</details>

spec/common/related.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<h4>Set of Documents</h4>
2-
<p>This document is one of ten RDF 1.2 and twelve SPARQL 1.2 Recommendations produced by the <a href="https://www.w3.org/groups/wg/rdf-star">RDF-star Working Group</a>:</p>
2+
<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>
3+
<details>
4+
<summary>List of documents</summary>
35

4-
<p>RDF 1.2 Recommendations:</p>
6+
<p>RDF 1.2 Documents:</p>
57
<ol>
68
<li data-transform="noSelfCite">[[[RDF12-NEW]]]</li>
79
<li data-transform="noSelfCite">[[[RDF12-CONCEPTS]]]</li>
@@ -15,7 +17,7 @@ <h4>Set of Documents</h4>
1517
<li data-transform="noSelfCite">[[[RDF12-XML]]]</li>
1618
</ol>
1719

18-
<p>SPARQL 1.2 Recommendations:</p>
20+
<p>SPARQL 1.2 Documents:</p>
1921
<ol>
2022
<li data-transform="noSelfCite">[[[SPARQL12-NEW]]]</li>
2123
<li data-transform="noSelfCite">[[[SPARQL12-CONCEPTS]]]</li>
@@ -30,3 +32,4 @@ <h4>Set of Documents</h4>
3032
<li data-transform="noSelfCite">[[[SPARQL12-PROTOCOL]]]</li>
3133
<li data-transform="noSelfCite">[[[SPARQL12-GRAPH-STORE-PROTOCOL]]]</li>
3234
</ol>
35+
</details>

spec/common/sparql-related.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<h4>Set of Documents</h4>
2-
<p>This document is one of twelve SPARQL 1.2 Recommendations produced by the <a href="https://www.w3.org/groups/wg/rdf-star">RDF-star Working Group</a>:</p>
2+
<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>
3+
<details>
4+
<summary>List of documents</summary>
35

4-
<p>SPARQL 1.2 Recommendations:</p>
6+
<p>SPARQL 1.2 Documents:</p>
57
<ol>
68
<li data-transform="noSelfCite">[[[SPARQL12-NEW]]]</li>
79
<li data-transform="noSelfCite">[[[SPARQL12-CONCEPTS]]]</li>
@@ -16,3 +18,4 @@ <h4>Set of Documents</h4>
1618
<li data-transform="noSelfCite">[[[SPARQL12-PROTOCOL]]]</li>
1719
<li data-transform="noSelfCite">[[[SPARQL12-GRAPH-STORE-PROTOCOL]]]</li>
1820
</ol>
21+
</details>

0 commit comments

Comments
 (0)