|
1 | 1 |
|
2 | 2 | # Specification 'sparql-query'
|
3 | 3 |
|
4 |
| -This is the repository for sparql-query. You're welcome to contribute! Let's make the Web rock our socks |
5 |
| -off! |
| 4 | +This is the repository for the **_SPARQL Query_** deliverable of the [RDF-star Working Group](https://www.w3.org/groups/wg/rdf-star). |
| 5 | +The editors’ draft of the specification can also be [read directly](https://w3c.github.io/sparql-query/spec/). |
| 6 | + |
| 7 | +## Contributing to the Repository |
| 8 | + |
| 9 | +Use the standard fork, branch, and pull request workflow to propose changes to the specification. Please make branch names informative—by including the issue or bug number for example. |
| 10 | + |
| 11 | +Editorial changes that improve the readability of the spec or correct spelling or grammatical mistakes are welcome. |
| 12 | + |
| 13 | +Please read [CONTRIBUTING.md](CONTRIBUTING.md), about licensing contributions. |
| 14 | + |
| 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 | + |
| 45 | +## Code of Conduct |
| 46 | + |
| 47 | +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 |
0 commit comments