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

­

Understands how components of the RDF data model (datasets, graphs, statements, and various types of node) are expressed in the RDF library of a given programming language by constructs such as object-oriented classes.

Making Sense of Linked Data with Python

This blog post goes over three basic tasks for consuming RDF with Python: Fetching the data; Parsing the data returned into a graph; Traversing the [...]

By |May 3rd, 2017|Comments Off on Making Sense of Linked Data with Python

RDF Homework Exercises

This document contains several "written" and "electronic" homework questions originally from the course "Semantic Web Topics" at LeHigh University. They include: Translating an RDF Graph [...]

By |January 20th, 2017|Comments Off on RDF Homework Exercises

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

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

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

By |December 28th, 2016|Comments Off on Inspecting An Ontology With RDFLib

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

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

By |December 28th, 2016|Comments Off on OntoSpy Documentation