Processing RDF data using programming languages.
Converting LAK Data to R Format
In this video, the presenter demonstrates how to retrieve the LAK (Learning Analytics and Educational Data Mining) dataset from the Web and load it into [...]
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. [...]
Inspecting An Ontology With RDFLib
In this blog post, the author details some simple exercises in using the Python RDFLib library to parse and extract information from RDF data. Then, [...]
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 [...]
OntoSpy Documentation
OntoSPy is a lightweight Python library and command line tool for inspecting and navigating vocabularies encoded using W3C Semantic Web standards (aka ontologies). The basic [...]
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 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 [...]
Finding Useful RDF Data on the Web
The author of this blog post states his opinion that "the world has too many ontologies and not enough useful data for those ontologies to [...]