This blog post is a walk-through of the following tasks: setting up a local triple store, loading in data and accessing that data programmatically using SPARQL queries.
URL: http://www.jenitennison.com/2011/01/15/getting-started-with-rdf-and-sparql-using-4store-and-rdf-rb.html
Keywords: Ruby, 4store, REST
Author: Tennison, Jeni
Date created: 2011-01-15 05:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P30M
- 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.