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 to combine and filter graph patterns using operators such as UNION, OPTIONAL, FILTER, and MINUS.

Using DBPedia

A brief video on DBPedia and SPARQL. Demonstrates how to query DBPedia for useful/interesting questions. Shows not just how to construct SPARQL queries, but also [...]

By |August 13th, 2015|0 Comments

SPARQL: Querying the Web of Data

This slide-set aims to introduce the RDF query language SPARQL "from a user's perspective". This presentation predates the introduction of SPARQL 1.1, but may still [...]

By |August 13th, 2015|0 Comments

SPARQL in a Nutshell

A simple but comprehensive slide presentation covering the basics of what SPARQL is and how it is used. NOTE: This resource was created before SPARQL [...]

By |August 13th, 2015|0 Comments

From SQL to SPARQL

This presentation gives an overview of the SPARQL query language and how it is different than SQL, which is used for relational databases. Mentions several [...]

By |August 13th, 2015|0 Comments

Apache Jena Tutorial: Using SPARQL with Jena to Query RDF Document

This tutorial shows how to use integrated Apache Jena objects to query a RDF document using SPARQL. Shows how to use several SPARQL keywords. Also [...]

By |August 13th, 2015|0 Comments

Simple SPARQL Tutorial: Using FILTER, NOT EXISTS, MINUS Keywords

Tutorial showing how to modify a query to return instances of data where a specific property does not exist- the FILTER, NOT EXISTS, and MINUS [...]

By |August 13th, 2015|0 Comments

SPARQL Tutorial: Optional Information

This brief tutorial emphasizes that RDF is semi-structured data, which means that SPARQL has the ability to query for data but will fail when that [...]

By |August 13th, 2015|0 Comments

SPARQL Tutorial: Alternatives in a Pattern

This brief tutorial shows that another way of dealing with the semi-structured nature of RDF data is to query for one of a number of [...]

By |August 13th, 2015|0 Comments

Introduction to SPARQL

A simple (yet thorough) introduction to SPARQL query language based on the W3C documentation. Focuses on aspects of the query language present in SPARQL 1.0 [...]

By |August 13th, 2015|0 Comments

Simple SPARQL Tutorial: Using the UNION Keyword

Tutorial showing how to modify a query to combine the results of two separate graph patterns (or conditions) using the UNION keyword. The topic is [...]

By |August 13th, 2015|0 Comments