Sha256: d058b14b8e2705cfffd7642b71bacd986863778b5fa50ec1686014a02259b4f9

Contents?: true

Size: 1.52 KB

Versions: 1

Compression:

Stored size: 1.52 KB

Contents

RDF/JSON Support for RDF.rb
===========================

This is an [RDF.rb][] plugin that adds support for parsing/serializing
[RDF/JSON][], a simple JSON-based RDF serialization format.

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

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

* {RDF::JSON}
  * {RDF::JSON::Format}
  * {RDF::JSON::Reader}
  * {RDF::JSON::Writer}
  * {RDF::JSON::Extensions}

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

* [RDF.rb](http://rubygems.org/gems/rdf) (>= 1.0)
* [JSON](http://rubygems.org/gems/json_pure) (>= 1.4)

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

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

    % [sudo] gem install rdf-json

Download
--------

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

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

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

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

Mailing List
------------

* <http://lists.w3.org/Archives/Public/public-rdf-ruby/>

Author
------

* [Arto Bendiken](http://github.com/bendiken) - <http://ar.to/>

Contributors
------------

Refer to the accompanying {file:CREDITS} file.

License
-------

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

[RDF.rb]:   http://rdf.rubyforge.org/
[RDF/JSON]: http://n2.talis.com/wiki/RDF_JSON_Specification

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rdf-json-1.0.0 README