Uses RDF-specific programming methods to query RDF data and save the results for further processing.
Linked Statistical Data Analysis
Linked Data design principles are increasingly employed to publish and consume high-fidelity, heterogeneous statistical datasets in a distributed fashion. While vast amounts of linked statistics [...]
SPARQL and Linked Data Homework Exercises
This document contains several "written" and "electronic" homework questions originally from the course "Semantic Web Topics" at LeHigh University. They include: Write a series of [...]
Using R To Do a SPARQL Query
This video tutorial shows how to use R code (specifically, the "SPARQL" package) to grab the results from a SPARQL query instead of doing it [...]
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 [...]
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 [...]
Namespaces and Bindings
This documentation discusses the several short-cuts which RDFLib provides for working with many URIs in the same namespace. The namespace module defines many common namespaces [...]
Semantic Queries
This is the sixth chapter in MarkLogic's "Semantic Developer's Guide". This chapter discusses the principal techniques and tools used for performing semantic queries on RDF [...]