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-specific programming methods to query RDF data and save the results for further processing.

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

By |August 13th, 2017|Comments Off on Linked Statistical Data Analysis

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

By |January 20th, 2017|Comments Off on SPARQL and Linked Data Homework Exercises

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

By |January 8th, 2017|Comments Off on Using R To Do a SPARQL Query

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

By |December 28th, 2016|Comments Off on SPARQL Guide for the Ruby Developer

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

By |December 28th, 2016|Comments Off on SPARQL Guide for Python Developer

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

RDF.rb: A Public-Domain RDF Library for Ruby

This blog post introduces the design philosophy and object model of the library and provides a tutorial for using its core classes. The author states [...]

By |July 16th, 2016|Comments Off on RDF.rb: A Public-Domain RDF Library for Ruby

Namespaces and Bindings

This documentation discusses the several short-cuts which RDFLib provides for working with many URIs in the same namespace. The namespace module defines many common namespaces [...]

By |July 16th, 2016|Comments Off on Namespaces and Bindings

Semantic Queries

This is the sixth chapter in MarkLogic's "Semantic Developer's Guide". This chapter discusses the principal techniques and tools used for performing semantic queries on RDF [...]

By |April 15th, 2016|Comments Off on Semantic Queries