This is a documentation page for RDF.rb, a pure-Ruby library for working with Resource Description Framework (RDF) data. The page contains information about: Installation, Dependencies, Features, HTTP requests, the differences between RDF 1.0 and RDF 1.1, and using the Command Line. It also contains links to tutorials and several code examples. It contains documentation on: Serialization, Datatypes, the Object Model, Storage, Querying, and RDF Vocabularies.
URL: http://www.rubydoc.info/github/ruby-rdf/rdf
Keywords: Ruby, REST
Author: Kellogg, Gregg
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P1H
- Understands how components of the RDF data model (datasets, graphs, statements, and various types of node) are expressed in the RDF library of a given programming language by constructs such as object
- Understands how the pattern matching of SPARQL queries can be expressed using functionally equivalent constructs in RDF programming libraries.