README.md in sparql-3.1.3 vs README.md in sparql-3.1.4
- old
+ new
@@ -1,14 +1,13 @@
# SPARQL for RDF.rb
This is a [Ruby][] implementation of [SPARQL][] for [RDF.rb][].
[![Gem Version](https://badge.fury.io/rb/sparql.png)](https://badge.fury.io/rb/sparql)
-
-[![Build Status](https://travis-ci.org/ruby-rdf/sparql.png?branch=master)](https://travis-ci.org/ruby-rdf/sparql)
-
+[![Build Status](https://github.com/ruby-rdf/sparql/workflows/CI/badge.svg?branch=develop)](https://github.com/ruby-rdf/sparql/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/ruby-rdf/sparql/badge.svg)](https://coveralls.io/r/ruby-rdf/sparql)
+[![Gitter chat](https://badges.gitter.im/ruby-rdf/rdf.png)](https://gitter.im/ruby-rdf/rdf)
## Features
* 100% free and unencumbered [public domain](https://unlicense.org/) software.
* Complete [SPARQL 1.1 Query][] parsing and execution
@@ -417,11 +416,13 @@
change them, do so on your private branch only.
* Do feel free to add yourself to the `CREDITS` file and the corresponding
list in the the `README`. Alphabetical order applies.
* Do note that in order for us to merge any non-trivial changes (as a rule
of thumb, additions larger than about 15 lines of code), we need an
- explicit [public domain dedication][PDD] on record from you.
+ explicit [public domain dedication][PDD] on record from you,
+ which you will be asked to agree to on the first commit to a repo within the organization.
+ Note that the agreement applies to all repos in the [Ruby RDF](https://github.com/ruby-rdf/) organization.
## License
This is free and unencumbered public domain software. For more information,
see <https://unlicense.org/> or the accompanying {file:UNLICENSE} file.
@@ -435,21 +436,21 @@
[RDF::DO]: https://rubygems.org/gems/rdf-do
[RDF::Mongo]: https://rubygems.org/gems/rdf-mongo
[Rack::LinkedData]: https://rubygems.org/gems/rack-linkeddata
[YARD]: https://yardoc.org/
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
-[PDD]: https://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
+[PDD]: https://unlicense.org/#unlicensing-contributions
[SPARQL]: https://en.wikipedia.org/wiki/SPARQL
[SPARQL 1.0]: https://www.w3.org/TR/sparql11-query/
[SPARQL 1.0 tests]:https://www.w3.org/2001/sw/DataAccess/tests/
[SPARQL 1.1 tests]: https://www.w3.org/2009/sparql/docs/tests/
[SSE]: https://jena.apache.org/documentation/notes/sse.html
[SXP]: https://www.rubydoc.info/github/dryruby/sxp
[grammar]: https://www.w3.org/TR/sparql11-query/#grammar
[RDF 1.1]: https://www.w3.org/TR/rdf11-concepts
[RDF.rb]: https://rubydoc.info/github/ruby-rdf/rdf
-[RDF*]: https://lists.w3.org/Archives/Public/public-rdf-star/
-[SPARQL*]: https://arxiv.org/pdf/1406.3399.pdf
+[RDF*]: https://w3c.github.io/rdf-star/rdf-star-cg-spec.html
+[SPARQL*]: https://w3c.github.io/rdf-star/rdf-star-cg-spec.html#sparql-query-language
[Backports]: https://rubygems.org/gems/backports
[Linked Data]: https://rubygems.org/gems/linkeddata
[SPARQL doc]: https://rubydoc.info/github/ruby-rdf/sparql/frames
[SPARQL XML]: https://www.w3.org/TR/rdf-sparql-XMLres/
[SPARQL JSON]: https://www.w3.org/TR/rdf-sparql-json-res/