Skip to content

Commit f570f43

Browse files
committed
Add .pr-preview and .github.
1 parent 83f5b5d commit f570f43

File tree

4 files changed

+86
-1
lines changed

4 files changed

+86
-1
lines changed

.github/workflows/auto-publish.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Example: Override respecConfig for W3C deployment and validators.
2+
name: Echidna Auto-publish
3+
on:
4+
pull_request:
5+
paths: ["spec/**"]
6+
push:
7+
branches: [main]
8+
paths: ["spec/**"]
9+
jobs:
10+
main:
11+
name: Echidna Auto-publish WD
12+
runs-on: ubuntu-20.04
13+
steps:
14+
- uses: actions/checkout@v3
15+
- uses: w3c/spec-prod@v2
16+
with:
17+
TOOLCHAIN: respec
18+
SOURCE: spec/index.html
19+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
20+
VALIDATE_LINKS: false
21+
VALIDATE_MARKUP: true
22+
ACTIONS_STEP_DEBUG: true
23+
# W3C_WG_DECISION_URL: https://www.w3.org/2022/11/09-rch-minutes#r03
24+
W3C_BUILD_OVERRIDE: |
25+
specStatus: WD
26+
shortName: rdf12-concepts

.pr-preview.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"src_file": "spec/index.html",
3+
"type": "respec"
4+
}

README.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,60 @@ Editorial changes that improve the readability of the spec or correct spelling o
1212

1313
Please read [CONTRIBUTING.md](CONTRIBUTING.md), about licensing contributions.
1414

15+
## Set of Documents
16+
17+
This repository is one of ten RDF 1.2 and twelve SPARQL 1.2 Recommendations produced by the [RDF-star Working Group](https://www.w3.org/groups/wg/rdf-star).
18+
19+
### RDF 1.2 Recommendations:
20+
* [RDF12-NEW][]
21+
* [RDF12-CONCEPTS][]
22+
* [RDF12-N-QUADS][]
23+
* [RDF12-N-TRIPLES][]
24+
* [RDF12-PRIMER][]
25+
* [RDF12-SCHEMA][]
26+
* [RDF12-SEMANTICS][]
27+
* [RDF12-TRIG][]
28+
* [RDF12-TURTLE][]
29+
* [RDF12-XML][]
30+
31+
### SPARQL 1.2 Recommendations:
32+
* [SPARQL12-NEW][]
33+
* [SPARQL12-CONCEPTS][]
34+
* [SPARQL12-QUERY][]
35+
* [SPARQL12-UPDATE][]
36+
* [SPARQL12-SERVICE-DESCRIPTION][]
37+
* [SPARQL12-FEDERATED-QUERY][]
38+
* [SPARQL12-RESULTS-JSON][]
39+
* [SPARQL12-RESULTS-CSV-TSV][]
40+
* [SPARQL12-RESULTS-XML][]
41+
* [SPARQL12-ENTAILMENT][]
42+
* [SPARQL12-PROTOCOL][]
43+
* [SPARQL12-GRAPH-STORE-PROTOCOL][]
44+
1545
## Code of Conduct
1646

1747
W3C functions under a [code of conduct](https://www.w3.org/Consortium/cepc/).
48+
49+
[RDF12-NEW]: https://github.com/w3c/rdf-new
50+
[RDF12-CONCEPTS]: https://github.com/w3c/rdf-concepts
51+
[RDF12-N-QUADS]: https://github.com/w3c/rdf-n-quads
52+
[RDF12-N-TRIPLES]: https://github.com/w3c/rdf-n-triples
53+
[RDF12-PRIMER]: https://github.com/w3c/rdf-primer
54+
[RDF12-SCHEMA]: https://github.com/w3c/rdf-schema
55+
[RDF12-SEMANTICS]: https://github.com/w3c/rdf-semantics
56+
[RDF12-TRIG]: https://github.com/w3c/rdf-trig
57+
[RDF12-TURTLE]: https://github.com/w3c/rdf-turtle
58+
[RDF12-XML]: https://github.com/w3c/rdf-xml
59+
60+
[SPARQL12-NEW]: https://github.com/w3c/sparql-new
61+
[SPARQL12-CONCEPTS]: https://github.com/w3c/sparql-concepts
62+
[SPARQL12-QUERY]: https://github.com/w3c/sparql-query
63+
[SPARQL12-UPDATE]: https://github.com/w3c/sparql-update
64+
[SPARQL12-SERVICE-DESCRIPTION]: https://github.com/w3c/sparql-service-description
65+
[SPARQL12-FEDERATED-QUERY]: https://github.com/w3c/sparql-federated-query
66+
[SPARQL12-RESULTS-JSON]: https://github.com/w3c/sparql-results-json
67+
[SPARQL12-RESULTS-CSV-TSV]: https://github.com/w3c/sparql-results-csv-tsv
68+
[SPARQL12-RESULTS-XML]: https://github.com/w3c/sparql-results-xml
69+
[SPARQL12-ENTAILMENT]: https://github.com/w3c/sparql-entailment
70+
[SPARQL12-PROTOCOL]: https://github.com/w3c/sparql-protocol
71+
[SPARQL12-GRAPH-STORE-PROTOCOL]: https://github.com/w3c/sparql-graph-store-protocol

spec/common/related.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<h4>Set of Documents</h4>
2-
<p>This document is one of nine 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 Recommendations produced by the <a href="https://www.w3.org/groups/wg/rdf-star">RDF-star Working Group</a>:</p>
33

44
<p>RDF 1.2 Recommendations:</p>
55
<ol>
66
<li>[[[RDF12-NEW]]]</li>
7+
<li>[[[RDF12-CONCEPTS]]]</li>
78
<li>[[[RDF12-N-QUADS]]]</li>
89
<li>[[[RDF12-N-TRIPLES]]]</li>
910
<li>[[[RDF12-PRIMER]]]</li>

0 commit comments

Comments
 (0)