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 the use of SPARQL functions and operators.

Querying the Linked Archives Hub data using SPARQL

This blog post provides a few sample SPARQL queries that can be used as a starting point for exploring an unfamiliar dataset. The queries are [...]

By |January 16th, 2016|Comments Off on Querying the Linked Archives Hub data using SPARQL

SPARQL Examples for the DCMI/ASIS&T Webinar

These gits were created to demonstrate the SPARQL examples used in the DCMI/ASIS&T webinar, "From 0 to 60 on SPARQL queries in 50 minutes". Each [...]

By |January 16th, 2016|Comments Off on SPARQL Examples for the DCMI/ASIS&T Webinar

XQuery/SPARQL Tutorial

This page shows how to access a SPARQL endpoint using an interface provided by Talis. Potentially more valuable, it also provides several dozen example queries, [...]

By |January 16th, 2016|Comments Off on XQuery/SPARQL Tutorial

Querying Linked Data

This presentation looks in detail at SPARQL and introduces approaches for querying and updating semantic data. It covers the SPARQL algebra, the SPARQL protocol, and [...]

By |September 15th, 2015|Comments Off on Querying Linked Data

0 to 60 on SPARQL queries in 50 minutes

This links to the PDF version of Ethan Gruber's webinar, which provides an introduction to SPARQL, a query language for RDF. Users will gain hands-on [...]

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

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 SUM and AVG

Building on the previous tutorial in the series and its discussion of the COUNT keyword, this tutorial explains several other mathematical functions of SPARQL queries. [...]

By |August 13th, 2015|0 Comments

SPARQL Tutorial: Filters

This brief tutorial discusses how graph matching allows patterns in a graph to be found. This section describes how the values in a solution can [...]

By |August 13th, 2015|0 Comments

Simple SPARQL Tutorial: Assigning Values, String Functions .. more on Subqueries

Building on previous tutorials in the series, this tutorial quickly reviews how to bind properties to variables, then moves on to showing how string functions [...]

By |August 13th, 2015|0 Comments