Skip to content

Commit

Permalink
Documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Mar 5, 2013
1 parent fb65482 commit faadc2a
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 225 deletions.
1 change: 1 addition & 0 deletions .yardopts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ AUTHORS
CREDITS
UNLICENSE
VERSION
etc/sparql11.bnf
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ middleware to provide results using [HTTP Content Negotiation][conneg].
* {Rack::SPARQL} and {Sinatra::SPARQL} provide middleware components to format results
using an appropriate format based on [HTTP content negotiation][conneg].

### SPARQL 1.1][] Extensions and Limitations
The {SPARQL} gem uses the [SPARQL 1.1][] EBNF grammar (see {file:etc/sparql11.bnf}), which provides
### [SPARQL 1.1][] Extensions and Limitations
The {SPARQL} gem uses the [SPARQL 1.1][] {file:etc/sparql11.bnf EBNF grammar}, which provides
much more capability than [SPARQL 1.0][], but has a few limitations:

* The format for decimal datatypes has changed in [RDF 1.1][]; they may no
Expand Down Expand Up @@ -179,7 +179,6 @@ Full documentation available on [Rubydoc.info][SPARQL doc]
* {SPARQL::Algebra::Operator}
* {SPARQL::Grammar}
* {SPARQL::Grammar::Parser}
* {SPARQL::Grammar::Lexer}
* {Sinatra::SPARQL}
* {Rack::SPARQL}
* {Rack::SPARQL::ContentNegotiation}
Expand Down
Loading

0 comments on commit faadc2a

Please sign in to comment.