Sha256: 36b03e88ecd77af658f9d907aebc3fa65bc4e12fbbafd668e4b98d563d73a0ee

Contents?: true

Size: 1.3 KB

Versions: 1

Compression:

Stored size: 1.3 KB

Contents

Raptor RDF Parser Wrapper for RDF.rb
====================================

This is an [RDF.rb][] plugin that adds support for parsing/serializing
[RDF/XML][] and [Turtle][] data using the [Raptor RDF Parser][Raptor]
library.

* <http://github.com/bendiken/rdf-raptor>

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

* {RDF::Raptor}

Dependencies
------------

* [RDF.rb](http://rubygems.org/gems/rdf) (>= 0.1.1)
* [Raptor](http://librdf.org/raptor/) (>= 1.4.21)

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

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

    % [sudo] gem install rdf-raptor

Download
--------

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

    % git clone git://github.com/bendiken/rdf-raptor.git

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

    % wget http://github.com/bendiken/rdf-raptor/tarball/master

Author
------

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

License
-------

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

[RDF.rb]:   http://rdf.rubyforge.org/
[RDF/XML]:  http://www.w3.org/TR/REC-rdf-syntax/
[Turtle]:   http://en.wikipedia.org/wiki/Turtle_(syntax)
[Raptor]:   http://librdf.org/raptor/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rdf-raptor-0.0.0.pre README