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

­

Replacing old version of comp index.

What's New in RDF.rb 0.3.0

This blog post describes an updated version of RDF.rb, a library for working with RDF using the programming language Ruby. The major new features include [...]

By |July 16th, 2016|Comments Off on What's New in RDF.rb 0.3.0

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

Parsing and Serializing RDF Data with Ruby

This tutorial teaches how to parse and serialize RDF data using the RDF.rb library for Ruby. There exist a number of Linked Data serialization formats [...]

By |July 16th, 2016|Comments Off on Parsing and Serializing RDF Data with 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

EUCLID Exercises

This web page contains links to exercises from the five EUCLID modules covering various aspects of Linked Data. It also contains descriptions and links to [...]

By |July 16th, 2016|Comments Off on EUCLID Exercises

An Uber-comparison of RDFa, Microdata and Microformats

This blog post discusses issues related to technical compatibility issues between the RDFa and Microdata formats. It provides an easy-to-read list of similarities and differences [...]

By |July 16th, 2016|Comments Off on An Uber-comparison of RDFa, Microdata and Microformats

Persistence

Documentation explaining that RDFLib provides an abstracted Store API for persistence of RDF and Notation 3. The Graph class works with instances of this API [...]

By |July 16th, 2016|Comments Off on Persistence

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

Getting Started with RDFLib

This documentation explains how to install RDFLib, an open source library for working with RDF using Python. It explains that the primary interface that RDFLib [...]

By |May 3rd, 2016|Comments Off on Getting Started with RDFLib

RDFLib Examples Package

This documentation includes examples on the following subjects: 1) creating named graphs and working with the conjunction of all the graphs; 2) registering new mappings [...]

By |May 3rd, 2016|Comments Off on RDFLib Examples Package