ruby-rdf / linkeddata

A metadistribution of RDF.rb including all parsing/serialization plugins.
http://rubygems.org/gems/linkeddata
The Unlicense
51 stars 9 forks source link

Linked Data for Ruby

This is a meta-distribution of RDF.rb including all currently available and usable parsing/serialization extensions, intended to make producing and consuming Linked Data with Ruby as quick & easy as possible.

Gem Version Build Status Gitter chat

Features

The RDF::Raptor gem can be added to add support for high-performance readers and writers using Raptor

Examples

require 'linkeddata'

Documentation

Dependencies

Note, this distribution requires Nokogiri, which makes it not pure-ruby.

Installation

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

% [sudo] gem install linkeddata

Contributing

This repository uses Git Flow to mange development and release activity. All submissions must be on a feature branch based on the develop branch to ease staging and integration.

License

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