Skip to content

Commit

Permalink
Imported README.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Apr 7, 2010
1 parent 5883dab commit 4bd2880
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README

This file was deleted.

1 change: 1 addition & 0 deletions README
67 changes: 67 additions & 0 deletions README.md
@@ -0,0 +1,67 @@
SPARQL Client for RDF.rb
========================

This is a pure-Ruby implementation of a [SPARQL][] client for [RDF.rb][].

* <http://github.com/bendiken/sparql-client>

Features
--------

* Queries SPARQL HTTP endpoints.

Examples
--------

require 'sparql/client'

Documentation
-------------

* <http://sparql.rubyforge.org/>

Download
--------

To get a local working copy of the development repository, do:

% git clone git://github.com/bendiken/sparql-client.git

Alternatively, you can download the latest development version as a tarball
as follows:

% wget http://github.com/bendiken/sparql-client/tarball/master

Installation
------------

The recommended installation method is via RubyGems. To install the latest
official release from Gemcutter, do:

% [sudo] gem install sparql-client

Resources
---------

* <http://sparql.rubyforge.org/>
* <http://github.com/bendiken/sparql-client>
* <http://rubygems.org/gems/sparql-client>
* <http://rubyforge.org/projects/sparql/>
* <http://raa.ruby-lang.org/project/sparql/>
* <http://www.ohloh.net/p/rdf>

Authors
-------

* [Arto Bendiken](mailto:arto.bendiken@gmail.com) - <http://ar.to/>
* [Ben Lavender](mailto:blavender@gmail.com) - <http://bhuga.net/>

License
-------

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

[RDF]: http://www.w3.org/RDF/
[SPARQL]: http://en.wikipedia.org/wiki/SPARQL
[RDF.rb]: http://rdf.rubyforge.org/

0 comments on commit 4bd2880

Please sign in to comment.