The project Linked Data for Professional Education (LD4PE), funded between 2014 and 2017 by the Institute of Museum and Library Studies (IMLS) and lead by the University of Washington Information School, developed a web-based exploratorium to support structured discovery of online learning resources about Linked Data. The project produced this website, which has been converted into a static site for preservation, and a Linked Data Competency Index. DCMI will keep this site online on a "best effort" basis as long as resources permit. The Internet Archive's Wayback Machine should be regarded as the source of archival copies for the long term.

Sign in or Join


Log in

­

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 [...]

By |January 16th, 2017|Comments Off on JRDF: An RDF Library in Java

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 [...]

By |January 10th, 2017|Comments Off on Using RDFAlchemy Together With RDFLib’s SPARQLStore to Query DBPedia and Process Resources in an Object-Oriented Way

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 [...]

By |January 8th, 2017|Comments Off on Converting LAK Data to R Format

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. [...]

By |December 28th, 2016|Comments Off on Survey of Pythonic Tools for RDF and Linked Data Programming

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 [...]

By |December 28th, 2016|Comments Off on Using Ordnance Survey Linked Data: A Python RDFLib Example

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 [...]

By |December 28th, 2016|Comments Off on Getting Started with RDF and SPARQL Using Sesame and Python

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 [...]

By |November 23rd, 2016|Comments Off on Implementing Graph Transformation Languages using RDF Storage and SPARQL Queries

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 [...]

By |November 11th, 2016|Comments Off on Getting Started with RDF and SPARQL Using 4store and RDF.rb

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 [...]

By |November 10th, 2016|Comments Off on RDF.rb: Linked Data for Ruby

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 [...]

By |July 16th, 2016|Comments Off on How to Build an SQL Storage Adapter for RDF Data with Ruby