-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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-n3/issues) | ||
* create or respond to an issue on the [Github Repository](https://github.com/ruby-rdf/rdf-n3/issues) | ||
* Fork and clone the repo: | ||
`git clone [email protected]:your-username/rdf-n3.git` | ||
* Install bundle: | ||
|
@@ -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-n3/compare/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# RDF::N3 reader/writer and reasoner | ||
Notation-3 reader/writer for [RDF.rb][RDF.rb] . | ||
|
||
[![Gem Version](https://badge.fury.io/rb/rdf-n3.png)](http://badge.fury.io/rb/rdf-n3) | ||
[![Build Status](https://travis-ci.org/ruby-rdf/rdf-n3.png?branch=master)](http://travis-ci.org/ruby-rdf/rdf-n3) | ||
[![Gem Version](https://badge.fury.io/rb/rdf-n3.png)](https://badge.fury.io/rb/rdf-n3) | ||
[![Build Status](https://travis-ci.org/ruby-rdf/rdf-n3.png?branch=master)](https://travis-ci.org/ruby-rdf/rdf-n3) | ||
|
||
## Description | ||
RDF::N3 is an Notation-3 parser for Ruby using the [RDF.rb][RDF.rb] library suite. Also implements N3 Entailment. | ||
|
@@ -110,10 +110,10 @@ http://www.w3.org/2000/10/swap/grammar/n3.n3 (along with bnf-rules.n3) using cwm | |
[n3-selectors.n3][file:lib/rdf/n3/reader/n3-selectors.rb] is itself used to generate meta.rb using script/build_meta. | ||
|
||
## Dependencies | ||
* [RDF.rb](http://rubygems.org/gems/rdf) (~> 3.0, >= 3.0.10) | ||
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.0, >= 3.0.10) | ||
|
||
## Documentation | ||
Full documentation available on [RubyDoc.info](http://rubydoc.info/github/ruby-rdf/rdf-n3/frames) | ||
Full documentation available on [RubyDoc.info](https://rubydoc.info/github/ruby-rdf/rdf-n3) | ||
|
||
### Principle Classes | ||
* {RDF::N3} | ||
|
@@ -148,21 +148,21 @@ Full documentation available on [RubyDoc.info](http://rubydoc.info/github/ruby-r | |
## Resources | ||
* [RDF.rb][RDF.rb] | ||
* [Distiller](http://rdf.greggkellogg.net/distiller) | ||
* [Documentation](http://rubydoc.info/github/ruby-rdf/rdf-n3/master/frames) | ||
* [Documentation](https://rubydoc.info/github/ruby-rdf/rdf-n3/) | ||
* [History](file:file.History.html) | ||
* [Notation-3][N3] | ||
* [N3 Primer](http://www.w3.org/2000/10/swap/Primer.html) | ||
* [N3 Reification](http://www.w3.org/DesignIssues/Reify.html) | ||
* [N3 Primer](https://www.w3.org/2000/10/swap/Primer.html) | ||
* [N3 Reification](https://www.w3.org/DesignIssues/Reify.html) | ||
* [Turtle][Turtle] | ||
* [W3C SWAP Test suite](http://www.w3.org/2000/10/swap/test/README.html) | ||
* [W3C Turtle Test suite](http://www.w3.org/2001/sw/DataAccess/df1/tests/README.txt) | ||
* [W3C SWAP Test suite](https://www.w3.org/2000/10/swap/test/README.html) | ||
* [W3C Turtle Test suite](https://www.w3.org/2001/sw/DataAccess/df1/tests/README.txt) | ||
* [N-Triples][N-Triples] | ||
|
||
## Author | ||
* [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/> | ||
* [Gregg Kellogg](https://github.com/gkellogg) - <https://greggkellogg.net/> | ||
|
||
## Contributors | ||
* [Nicholas Humfrey](http://github.com/njh) - <http://njh.me/> | ||
* [Nicholas Humfrey](https://github.com/njh) - <https://njh.me/> | ||
|
||
## Contributing | ||
This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration. | ||
|
@@ -182,21 +182,21 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to mange develo | |
## License | ||
|
||
This is free and unencumbered public domain software. For more information, | ||
see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file. | ||
see <https://unlicense.org/> or the accompanying {file:UNLICENSE} file. | ||
|
||
## Feedback | ||
* <[email protected]> | ||
* <http://rubygems.org/gem/rdf-n3> | ||
* <http://github.com/ruby-rdf/rdf-n3> | ||
* <http://lists.w3.org/Archives/Public/public-rdf-ruby/> | ||
* <https://rubygems.org/gem/rdf-n3> | ||
* <https://github.com/ruby-rdf/rdf-n3> | ||
* <https://lists.w3.org/Archives/Public/public-rdf-ruby/> | ||
|
||
[RDF.rb]: http://ruby-rdf.github.com/rdf | ||
[RDF::Turtle]: http://ruby-rdf.github.com/rdf-turtle/ | ||
[N3]: http://www.w3.org/DesignIssues/Notation3.html "Notation-3" | ||
[RDF.rb]: https://ruby-rdf.github.com/rdf | ||
[RDF::Turtle]: https://ruby-rdf.github.com/rdf-turtle/ | ||
[N3]: https://www.w3.org/DesignIssues/Notation3.html "Notation-3" | ||
[Team Submission]: https://www.w3.org/TeamSubmission/n3/ | ||
[Turtle]: http://www.w3.org/TR/turtle/ | ||
[N-Triples]: http://www.w3.org/TR/n-triples/ | ||
[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 | ||
[Turtle]: https://www.w3.org/TR/turtle/ | ||
[N-Triples]: https://www.w3.org/TR/n-triples/ | ||
[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 | ||
[SPARQL S-Expressions]: https://jena.apache.org/documentation/notes/sse.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.1 | ||
3.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters