Skip to content

Commit 70e8ff7

Browse files
pchampinhartig
authored andcommitted
update spec/common with the latest version
1 parent feafb4f commit 70e8ff7

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

spec/common/local-biblio.js

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,22 @@ var localBibliography = {
6767
},
6868
"RDF12-NEW": {
6969
"authors": [
70-
"David Wood"
70+
"The W3C RDF & SPARQL Working Group"
7171
],
7272
"href": "https://w3c.github.io/rdf-new/spec/",
7373
"title": "What’s New in RDF 1.2",
7474
"rawDate": "2022-01-01",
75-
"status": "DNOTE",
75+
"status": "ED",
7676
"publisher": "W3C"
7777
},
78-
"RDF12-PRIMER": {
78+
"RDF12-INTEROP": {
7979
"authors": [
80-
"Guus Schreiber",
81-
"Yves Raimond"
80+
"Pierre-Antoine Champin"
8281
],
83-
"href": "https://w3c.github.io/rdf-primer/spec/",
84-
"title": "RDF 1.2 Primer",
85-
"rawDate": "2022-01-01",
86-
"status": "DNOTE",
82+
"href": "https://w3c.github.io/rdf-interop/spec/",
83+
"title": "RDF 1.2 Interoperability",
84+
"rawDate": "2025-06-27",
85+
"status": "ED",
8786
"publisher": "W3C"
8887
},
8988
"SPARQL12-NEW": {
@@ -93,7 +92,7 @@ var localBibliography = {
9392
"href": "https://w3c.github.io/sparql-new/spec/",
9493
"title": "What’s New in SPARQL 1.2",
9594
"rawDate": "2022-01-01",
96-
"status": "WD",
95+
"status": "ED",
9796
"publisher": "W3C"
9897
},
9998
"SPARQL12-CONCEPTS": {
@@ -103,7 +102,7 @@ var localBibliography = {
103102
"href": "https://w3c.github.io/sparql-concepts/spec/",
104103
"title": "SPARQL 1.2 Concepts",
105104
"rawDate": "2022-01-01",
106-
"status": "WD",
105+
"status": "ED",
107106
"publisher": "W3C"
108107
},
109108
};

spec/common/rdf-related.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ <h4>Set of Documents</h4>
1515
<li data-transform="noSelfCite">[[[RDF12-TRIG]]]</li>
1616
<li data-transform="noSelfCite">[[[RDF12-TURTLE]]]</li>
1717
<li data-transform="noSelfCite">[[[RDF12-XML]]]</li>
18+
<li data-transform="noSelfCite">[[[RDF12-INTEROP]]]</li>
1819
</ol>
1920
</details>

spec/common/related.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ <h4>Set of Documents</h4>
1515
<li data-transform="noSelfCite">[[[RDF12-TRIG]]]</li>
1616
<li data-transform="noSelfCite">[[[RDF12-TURTLE]]]</li>
1717
<li data-transform="noSelfCite">[[[RDF12-XML]]]</li>
18+
<li data-transform="noSelfCite">[[[RDF12-INTEROP]]]</li>
1819
</ol>
1920

2021
<p>SPARQL 1.2 Documents:</p>

0 commit comments

Comments
 (0)