-
patches for Ruby 1.9was updated by Fumihiro KatoTuesday Feb 23
ticket -
patches for Ruby 1.9was updated by Gregg KelloggMonday Feb 22
ticket -
patches for Ruby 1.9
was updated by Fumihiro Kato
Sunday Feb 21
ticket -
patches for Ruby 1.9
was updated by Gregg Kellogg
07:28 PM
ticket
-
patches for Ruby 1.9
was created by Fumihiro Kato
03:53 PM
ticket
-
Home
was created by Gregg Kellogg
Sunday Jan 03
page
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
RdfContext is an RDF library for Ruby.
== FEATURES:
RdfContext parses RDF/XML, RDFa and N3-rdf into a Graph object. It also serializes RDF/XML and N-Triples from the Graph.
* Fully compliant RDF/XML parser.
* Fully compliant XHTML/RDFa 1.0 parser.
* N3-rdf parser
* N-Triples and RDF/XML serializer
* RDFa tests use SPARQL for most tests due to Rasqal limitations. Other tests compare directly against N-triples.
* Graph serializes into RDF/XML and N-Triples.
* ConjunctiveGraph, named Graphs and contextual storage modules.
Install with 'gem install rdf_context'