Sha256: 82e03567890e87d0bdeb6df3c4a8089b0f8c4ff6d47ee507986b548eb456c818
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 KB
Contents
RDF/JSON Support for RDF.rb =========================== This is an [RDF.rb][] plugin that adds support for parsing/serializing the [RDF/JSON][] serialization format. * <http://github.com/bendiken/rdf-json> Documentation ------------- * {RDF::JSON} * {RDF::JSON::Extensions} * {RDF::JSON::Format} * {RDF::JSON::Reader} * {RDF::JSON::Writer} Dependencies ------------ * [RDF.rb](http://rubygems.org/gems/rdf) (>= 0.1.0) * [JSON](http://rubygems.org/gems/json_pure) (>= 1.2.3) Installation ------------ The recommended installation method is via RubyGems. To install the latest official release, 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, you can download the latest development version as a tarball as follows: % wget http://github.com/bendiken/rdf-json/tarball/master Author ------ * [Arto Bendiken](mailto:arto.bendiken@gmail.com) - <http://ar.to/> License ------- `RDF::JSON` 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/JSON]: http://n2.talis.com/wiki/RDF_JSON_Specification
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdf-json-0.1.0 | README |