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

­

Uses UNION to formulate queries with multiple possible graph patterns.

Ordnance Survey Linked Data: Combining Postcode and Spatial Queries

Building on previous blog posts, the author shows how to query and combine data from two different datasets. Although the datasets were published by the [...]

By |January 15th, 2017|Comments Off on Ordnance Survey Linked Data: Combining Postcode and Spatial Queries

Ordnance Survey Linked Data: A Simple Postcode Query

This blog post shares give some simple examples of what can be done with the Code-Point(R) Open dataset, available as Linked Open Data (LOD). This [...]

By |January 15th, 2017|Comments Off on Ordnance Survey Linked Data: A Simple Postcode Query

Ordnance Survey Linked Data: Simple SPARQL Example

This blog post shares how to retrieve several variables of data from the Ordnance Survey dataset, available as Linked Open Data (LOD). Includes SPARQL queries [...]

By |January 15th, 2017|Comments Off on Ordnance Survey Linked Data: Simple SPARQL Example

SPARQL: Using Operators Tutorial and Quiz

This slide tutorial focuses on using various operators in SPARQL queries. Several examples are provided which include the RDF data being queried, the SPARQL query [...]

By |November 23rd, 2016|Comments Off on SPARQL: Using Operators Tutorial and Quiz

Example SPARQL queries

This page, which contains SPARQL tools, tips, sample queries, is just starting out and the authors hope it can become a resource for useful snippets [...]

By |January 16th, 2016|Comments Off on Example SPARQL queries

Updating RDFS ABoxes and TBoxes in SPARQL

Updates in RDF stores have recently been standardized in the SPARQL 1.1 Update specification. However, computing answers entailed by ontologies in triple stores is usually [...]

By |September 15th, 2015|Comments Off on Updating RDFS ABoxes and TBoxes in SPARQL

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

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

Simple SPARQL Tutorial: More on SPARQL UNION

Tutorial explaining how the UNION keyword works using RDF principles. Topic is continued from the last video of the series, which showed an example of [...]

By |August 13th, 2015|0 Comments

Simple SPARQL Tutorial: Subqueries (Queries Inside Queries)

Tutorial explaining how the it is possible to nest one query within another query in order to avoid the queries running independently (and thus returning [...]

By |August 13th, 2015|0 Comments