This webpage is the home of Ruby RDF. This project collects numerous "gems" supporting Linked Data and Semantic Web programming in Ruby. The primary gem is RDF.rb, which contains the core algorithms and classes used for doing basic programming of RDF, including support for Repositories, Graphs, Statements, URIs, Literals, and BNodes. Also collected are numerous gems for reading and writing different RDF formats.
URL: https://ruby-rdf.github.io/
Keywords: Ruby
Author: Long, Jason
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P15M
- 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.