Skip to content

Commit

Permalink
Finish 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jul 10, 2020
2 parents c3353fb + 1e9863e commit f6afa23
Show file tree
Hide file tree
Showing 19 changed files with 167 additions and 169 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -6,7 +6,7 @@ Community contributions are essential for keeping Ruby RDF great. We want to kee

This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration.

* create or respond to an issue on the [Github Repository](http://github.com/ruby-rdf/rdf-trig/issues)
* create or respond to an issue on the [Github Repository](https://github.com/ruby-rdf/rdf-trig/issues)
* Fork and clone the repo:
`git clone git@github.com:your-username/rdf-trig.git`
* Install bundle:
Expand All @@ -30,7 +30,7 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage devel
of thumb, additions larger than about 15 lines of code), we need an
explicit [public domain dedication][PDD] on record from you.

[YARD]: http://yardoc.org/
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
[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
[pr]: https://github.com/ruby-rdf/rdf-trig/compare/
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"

gemspec

Expand Down
49 changes: 24 additions & 25 deletions README.md
Expand Up @@ -2,10 +2,9 @@

[TriG][] reader/writer for [RDF.rb][RDF.rb] .

[![Gem Version](https://badge.fury.io/rb/rdf-trig.png)](http://badge.fury.io/rb/rdf-trig)
[![Build Status](https://travis-ci.org/ruby-rdf/rdf-trig.png?branch=master)](http://travis-ci.org/ruby-rdf/rdf-trig)
[![Gem Version](https://badge.fury.io/rb/rdf-trig.png)](https://badge.fury.io/rb/rdf-trig)
[![Build Status](https://travis-ci.org/ruby-rdf/rdf-trig.png?branch=master)](https://travis-ci.org/ruby-rdf/rdf-trig)
[![Coverage Status](https://coveralls.io/repos/ruby-rdf/rdf-trig/badge.svg)](https://coveralls.io/r/ruby-rdf/rdf-trig)
[![Dependency Status](https://gemnasium.com/ruby-rdf/rdf-trig.png)](https://gemnasium.com/ruby-rdf/rdf-trig)

## Description
This is a [Ruby][] implementation of a [TriG][] reader and writer for [RDF.rb][].
Expand All @@ -15,7 +14,7 @@ RDF::TriG parses [TriG][Trig] into statements or quads. It also serializes to Tr

Install with `gem install rdf-trig`

* 100% free and unencumbered [public domain](http://unlicense.org/) software.
* 100% free and unencumbered [public domain](https://unlicense.org/) software.
* Implements a complete parser and serializer for [TriG][].
* Compatible with Ruby 2.x, and JRuby 1.7+.
* Optional streaming writer, to serialize large graphs
Expand Down Expand Up @@ -58,22 +57,22 @@ There is a new `:stream` option to {RDF::TriG::Writer} which is more efficient f

## Dependencies

* [Ruby](http://ruby-lang.org/) (>= 2.2.2)
* [RDF.rb](http://rubygems.org/gems/rdf) (~> 3.0)
* [rdf-turtle](http://rubygems.org/gems/rdf-turtle) (~> 3.0)
* [Ruby](https://ruby-lang.org/) (>= 2.2.2)
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.0)
* [rdf-turtle](https://rubygems.org/gems/rdf-turtle) (~> 3.0)

## Installation

The recommended installation method is via [RubyGems](http://rubygems.org/).
The recommended installation method is via [RubyGems](https://rubygems.org/).
To install the latest official release of the `RDF::TriG` gem, do:

% [sudo] gem install rdf-trig

## Mailing List
* <http://lists.w3.org/Archives/Public/public-rdf-ruby/>
* <https://lists.w3.org/Archives/Public/public-rdf-ruby/>

## Author
* [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/>
* [Gregg Kellogg](https://github.com/gkellogg) - <https://greggkellogg.net/>

## Contributing
* Do your best to adhere to the existing coding conventions and idioms.
Expand All @@ -90,18 +89,18 @@ To install the latest official release of the `RDF::TriG` gem, do:

## License
This is free and unencumbered public domain software. For more information,
see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file.

A copy of the [TriG EBNF][] and derived parser files are included in the repository, which are not covered under the UNLICENSE. These files are covered via the [W3C Document License](http://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231).

[Ruby]: http://ruby-lang.org/
[RDF]: http://www.w3.org/RDF/
[YARD]: http://yardoc.org/
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html
[RDF.rb]: http://rubydoc.info/github/ruby-rdf/rdf/master/frames
[Backports]: http://rubygems.org/gems/backports
[TriG]: http://www.w3.org/TR/trig/
[TriG doc]: http://rubydoc.info/github/ruby-rdf/rdf-trig/master/file/README.markdown
[TriG EBNF]: http://dvcs.w3.org/hg/rdf/raw-file/default/trig/trig.bnf
[Turtle doc]: http://rubydoc.info/github/ruby-rdf/rdf-turtle/master/file/README.markdown
see <https://unlicense.org/> or the accompanying {file:UNLICENSE} file.

A copy of the [TriG EBNF][] and derived parser files are included in the repository, which are not covered under the UNLICENSE. These files are covered via the [W3C Document License](https://www.w3.org/Consortium/Legal/2002/copyright-documents-20021231).

[Ruby]: https://ruby-lang.org/
[RDF]: https://www.w3.org/RDF/
[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
[RDF.rb]: https://rubydoc.info/github/ruby-rdf/rdf/master/frames
[Backports]: https://rubygems.org/gems/backports
[TriG]: https://www.w3.org/TR/trig/
[TriG doc]: https://rubydoc.info/github/ruby-rdf/rdf-trig/master/file/README.markdown
[TriG EBNF]: https://dvcs.w3.org/hg/rdf/raw-file/default/trig/trig.bnf
[Turtle doc]: https://rubydoc.info/github/ruby-rdf/rdf-turtle/master/file/README.markdown
2 changes: 1 addition & 1 deletion UNLICENSE
Expand Up @@ -21,4 +21,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org/>
For more information, please refer to <https://unlicense.org/>
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.1.0
3.1.1
2 changes: 1 addition & 1 deletion etc/doap-nquads.ttl
Expand Up @@ -8,7 +8,7 @@
<> a doap:Project ;
doap:name "RDF.rb" ;
doap:homepage <http://rubygems.org/gems/rdf> ;
doap:license <http://creativecommons.org/licenses/publicdomain/> ;
doap:license <https://unlicense.org/1.0/> ;
doap:shortdesc "A Ruby library for working with Resource Description Framework (RDF) data."@en ;
doap:description "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data."@en ;
doap:created "2007-10-23" ;
Expand Down
86 changes: 43 additions & 43 deletions etc/doap.nq
@@ -1,45 +1,45 @@
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#maintainer> <https://greggkellogg.net/foaf#me> .
<https://rubygems.org/gems/rdf-trig> <http://purl.org/dc/terms/date> "2011-12-22"^^<http://www.w3.org/2001/XMLSchema#date> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#repository> <https://github.com/ruby-rdf/rdf-trig> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#description> "TriG reader/writer for RDF.rb" .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#bug-database> <https://github.com/ruby-rdf/rdf-trig/issues> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#homepage> <https://github.com/ruby-rdf/rdf-trig> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#developer> <https://greggkellogg.net/foaf#me> .
<https://rubygems.org/gems/rdf-trig> <http://xmlns.com/foaf/0.1/maker> <https://greggkellogg.net/foaf#me> .
<https://rubygems.org/gems/rdf-trig> <http://purl.org/dc/terms/isPartOf> <http://rubygems.org/gems/rdf> .
<https://rubygems.org/gems/rdf-trig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestSubject> .
<https://rubygems.org/gems/rdf-trig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://usefulinc.com/ns/doap#Project> .
<https://rubygems.org/gems/rdf-trig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Software> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#documenter> <https://greggkellogg.net/foaf#me> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#mailing-list> <http:s//lists.w3.org/Archives/Public/public-rdf-ruby/> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#blog> <https://greggkellogg.net/> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#shortdesc> "TriG reader/writer for Ruby."@en .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#name> "RDF::TriG" .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#wiki> <https://github.com/ruby-rdf/rdf-trig/wiki> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Resource_Description_Framework> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Ruby_(programming_language)> .
<https://rubygems.org/gems/rdf-trig> <http://purl.org/dc/terms/description> "TriG reader/writer for RDF.rb" .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#implements> <https://www.w3.org/TR/trig/> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#license> <https://unlicense.org/1.0/> .
<https://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#programming-language> "Ruby" .
<https://rubygems.org/gems/rdf-trig> <http://purl.org/dc/terms/creator> <https://greggkellogg.net/foaf#me> .
<https://github.com/ruby-rdf/rdf-trig> <http://usefulinc.com/ns/doap#browse> <https://github.com/ruby-rdf/rdf-trig> .
<https://github.com/ruby-rdf/rdf-trig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://usefulinc.com/ns/doap#GitRepository> .
<https://github.com/ruby-rdf/rdf-trig> <http://purl.org/dc/terms/title> "RDF::TriG" .
<https://github.com/ruby-rdf/rdf-trig> <http://usefulinc.com/ns/doap#browse> <https://github.com/ruby-rdf/rdf-trig> .
<http://rubygems.org/gems/rdf-trig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://usefulinc.com/ns/doap#Project> .
<http://rubygems.org/gems/rdf-trig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#TestSubject> .
<http://rubygems.org/gems/rdf-trig> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/earl#Software> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#blog> <http://greggkellogg.net/> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#developer> <http://greggkellogg.net/foaf#me> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#documenter> <http://greggkellogg.net/foaf#me> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#maintainer> <http://greggkellogg.net/foaf#me> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#bug-database> <https://github.com/ruby-rdf/rdf-trig/issues> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#description> "TriG reader/writer for RDF.rb" .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#name> "RDF::TriG" .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#shortdesc> "TriG reader/writer for Ruby."@en .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#programming-language> "Ruby" .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#repository> <https://github.com/ruby-rdf/rdf-trig> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#mailing-list> <http://lists.w3.org/Archives/Public/public-rdf-ruby/> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#implements> <http://www.w3.org/TR/trig/> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Resource_Description_Framework> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Ruby_(programming_language)> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#homepage> <http://github.com/ruby-rdf/rdf-trig> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#license> <http://creativecommons.org/licenses/publicdomain/> .
<http://rubygems.org/gems/rdf-trig> <http://usefulinc.com/ns/doap#wiki> <https://github.com/ruby-rdf/rdf-trig/wiki> .
<http://rubygems.org/gems/rdf-trig> <http://xmlns.com/foaf/0.1/maker> <http://greggkellogg.net/foaf#me> .
<http://rubygems.org/gems/rdf-trig> <http://purl.org/dc/terms/date> "2011-12-22"^^<http://www.w3.org/2001/XMLSchema#date> .
<http://rubygems.org/gems/rdf-trig> <http://purl.org/dc/terms/creator> <http://greggkellogg.net/foaf#me> .
<http://rubygems.org/gems/rdf-trig> <http://purl.org/dc/terms/description> "TriG reader/writer for RDF.rb" .
<http://rubygems.org/gems/rdf-trig> <http://purl.org/dc/terms/isPartOf> <http://rubygems.org/gems/rdf> .
<http://github.com/gkellogg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/OnlineAccount> .
<http://github.com/gkellogg> <http://purl.org/dc/terms/created> "2009-01-13T08:58:46-08:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
<http://github.com/gkellogg> <http://usefulinc.com/ns/doap#homepage> <http://github.com/gkellogg> .
<http://github.com/gkellogg> <http://xmlns.com/foaf/0.1/accountName> "gkellogg" .
<http://github.com/gkellogg> <http://xmlns.com/foaf/0.1/accountServiceHomepage> <http://github.com/> .
<http://github.com/gkellogg> <http://xmlns.com/foaf/0.1/name> "GitHub" .
<http://github.com/gkellogg> <http://xmlns.com/foaf/0.1/page> <http://github.com/gkellogg> .
<http://greggkellogg.net/foaf#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> <http://greggkellogg.net/foaf#me> .
<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/mbox> <mailto:gregg@greggkellogg.net> <http://greggkellogg.net/foaf#me> .
<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "35bc44e6d0070e5ad50ccbe0d24403c96af2b9bd" <http://greggkellogg.net/foaf#me> .
<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/name> "Gregg Kellogg" <http://greggkellogg.net/foaf#me> .
<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/nick> "gkellogg" <http://greggkellogg.net/foaf#me> .
<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/developer> _:proj <http://greggkellogg.net/foaf#me> .
<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/account> <http://github.com/gkellogg> <http://greggkellogg.net/foaf#me> .
<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/based_near> "San Rafael, CA" <http://greggkellogg.net/foaf#me> .
<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/depiction> <http://www.gravatar.com/avatar/42f948adff3afaa52249d963117af7c8> <http://greggkellogg.net/foaf#me> .
<http://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/weblog> <http://greggkellogg.net> <http://greggkellogg.net/foaf#me> .
<https://github.com/gkellogg> <http://xmlns.com/foaf/0.1/accountServiceHomepage> <http://github.com/> .
<https://github.com/gkellogg> <http://purl.org/dc/terms/created> "2009-01-13T08:58:46-08:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
<https://github.com/gkellogg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/OnlineAccount> .
<https://github.com/gkellogg> <http://xmlns.com/foaf/0.1/accountName> "gkellogg" .
<https://github.com/gkellogg> <http://xmlns.com/foaf/0.1/page> <https://github.com/gkellogg> .
<https://github.com/gkellogg> <http://usefulinc.com/ns/doap#homepage> <https://github.com/gkellogg> .
<https://github.com/gkellogg> <http://xmlns.com/foaf/0.1/name> "GitHub" .
<https://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/weblog> <https://greggkellogg.net> <https://greggkellogg.net/foaf#me> .
<https://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "35bc44e6d0070e5ad50ccbe0d24403c96af2b9bd" <https://greggkellogg.net/foaf#me> .
<https://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/depiction> <http://www.gravatar.com/avatar/42f948adff3afaa52249d963117af7c8> <https://greggkellogg.net/foaf#me> .
<https://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/nick> "gkellogg" <https://greggkellogg.net/foaf#me> .
<https://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/developer> _:proj <https://greggkellogg.net/foaf#me> .
<https://greggkellogg.net/foaf#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> <https://greggkellogg.net/foaf#me> .
<https://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/account> <https://github.com/gkellogg> <https://greggkellogg.net/foaf#me> .
<https://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/mbox> <mailto:gregg@greggkellogg.net> <https://greggkellogg.net/foaf#me> .
<https://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/name> "Gregg Kellogg" <https://greggkellogg.net/foaf#me> .
<https://greggkellogg.net/foaf#me> <http://xmlns.com/foaf/0.1/based_near> "San Rafael, CA" <https://greggkellogg.net/foaf#me> .

0 comments on commit f6afa23

Please sign in to comment.