Understands how the pattern matching of SPARQL queries can be expressed using functionally equivalent constructs in RDF programming libraries.
Using Ordnance Survey Linked Data: A Python RDFLib Example
The author describes how he created a mashup of data.gov.uk and Ordnance Survey Linked Data using just the Python RDFLib library - no triple store [...]
Getting Started with RDF and SPARQL Using Sesame and Python
This blog post includes documentation of how to install a triplestore, load data into it, retrieve it using SPARQL, and access the results as native [...]
SPARQL Guide for the Ruby Developer
The author of this post shares his "simple guide usable by any Ruby developer seeking to exploit SPARQL without hassles". Includes a code example which [...]
SPARQL Guide for Python Developer
The author of this post shares his "simple guide usable by any Python developer seeking to exploit SPARQL without hassles". Includes a code example which [...]
Linked Data for Ruby
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 [...]
RDF.rb: Linked Data for Ruby
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, [...]
Getting Started with RDF and SPARQL Using 4store and RDF.rb
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 [...]
RDF.rb: Linked Data for Ruby
This is the GitHub repo for RDF.rb, a pure-Ruby library for working with Resource Description Framework (RDF) data. Includes links to tutorials and documentation, as [...]
RDF.rb: A Public-Domain RDF Library for Ruby
This blog post introduces the design philosophy and object model of the library and provides a tutorial for using its core classes. The author states [...]
What's New in RDF.rb 0.3.0
This blog post describes an updated version of RDF.rb, a library for working with RDF using the programming language Ruby. The major new features include [...]