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

­

Interacting with RDF data

Ontologies and the Semantic Web

A video lecture introducing RDF Schema and OWL, with visible slides throughout. The concepts behind ontologies are also discussed in a general, schema-agnostic manner. Places [...]

By |December 29th, 2016|Comments Off on Ontologies and the Semantic Web

Wikidata SPARQL Query Tutorial

This video presentation demonstrates how to construct SPARQL queries simply and easily using the Wikidata Query Service. It works through an example of searching for [...]

By |December 28th, 2016|Comments Off on Wikidata SPARQL Query Tutorial

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

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

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

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

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

Federating SPARQL Queries Across Government Linked Data

The author describes how to create a single SPARQL query which pulls Linked Data from two separate endpoints to answer complex questions in cases where [...]

By |December 28th, 2016|Comments Off on Federating SPARQL Queries Across Government Linked Data