Sha256: d4264271f2e02302c8c114dbcb3be171be47c3ae3a075ab8e8b845473c22ac87

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

TriX Support for RDF.rb
=======================

This is an [RDF.rb][] plugin that adds support for parsing/serializing
[TriX][], an XML-based RDF serialization format developed by HP Labs and
Nokia.

* <http://github.com/bendiken/rdf-trix>
* <http://blog.datagraph.org/2010/04/parsing-rdf-with-ruby>

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

* {RDF::TriX}
  * {RDF::TriX::Format}
  * {RDF::TriX::Reader}
  * {RDF::TriX::Writer}

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

* [RDF.rb](http://rubygems.org/gems/rdf) (>= 0.2.0)
* [REXML](http://ruby-doc.org/stdlib/libdoc/rexml/rdoc/) (>= 3.1.7),
  [LibXML-Ruby](http://rubygems.org/gems/libxml-ruby) (>= 1.1.4), or
  [Nokogiri](http://rubygems.org/gems/nokogiri) (>= 1.4.2)

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

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

    % [sudo] gem install rdf-trix

Download
--------

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

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

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

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

Author
------

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

License
-------

`RDF::TriX` 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/
[TriX]:     http://www.w3.org/2004/03/trix/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rdf-trix-0.2.0 README