Understands how the pattern matching of SPARQL queries can be expressed using functionally equivalent constructs in RDF programming libraries.
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 Package for R: Movie Star Graph Visualization Tutorial
The SPARQL Package allows you to directly import results of SPARQL SELECT queries into the statistical environment of R as a data frame, allowing one [...]
Using the SPARQL Package in R to Handle Spatial Linked Data: Part II
Continuing where Part I left off, this tutorial shows how to access Spatial and Temporal Data about the complex environmental system of the Brazilian Amazon [...]
Using the SPARQL Package in R to Handle Spatial Linked Data: Part I
As a solution to bridge two communities, those of statistical computing and the Semantic Web, there is now the SPARQL Package for R, which enables [...]
SPARQL Package for R: Linked Open Piracy Tutorial
This tutorial shows how to do a visual analysis and basic statistical analysis of the data in the Linked Open Piracy data set. It makes [...]
Making Sense of Linked Data with Python
This blog post goes over three basic tasks for consuming RDF with Python: Fetching the data; Parsing the data returned into a graph; Traversing the [...]
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 [...]
JRDF: An RDF Library in Java
JRDF is an attempt to create a standard set of APIs and base implementations to RDF using the latest version of the Java language. A [...]
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 [...]
Survey of Pythonic Tools for RDF and Linked Data Programming
In this blog post, the author shares his efforts to gather information about all the existing libraries and frameworks for doing RDF programming using Python. [...]