Uses RDF programming libraries to persistently stores triples in memory, on disk, or to interact with triple stores.
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 [...]
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 [...]
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. [...]
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 [...]
Implementing Graph Transformation Languages using RDF Storage and SPARQL Queries
RDF has so far not been widely used in the context of graph rewriting tools. In this paper, the authors take AToMPM, a research-oriented meta-modelling [...]
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 [...]
How to Build an SQL Storage Adapter for RDF Data with Ruby
In this blog post, the author discusses his experience getting RDF.rb working with a PostgreSQL storage backend in order to work with RDF data in [...]