Processing RDF data using programming languages.
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 [...]
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 [...]
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 [...]
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 [...]
RDF Homework Exercises
This document contains several "written" and "electronic" homework questions originally from the course "Semantic Web Topics" at LeHigh University. They include: Translating an RDF Graph [...]
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 RDFAlchemy Together With RDFLib’s SPARQLStore to Query DBPedia and Process Resources in an Object-Oriented Way
The author of this blog posts shares his work towards manipulating RDF graphs with Python to create an application that can handle Linked Datar esources [...]