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 FILTER to formulates queries that eliminate solutions from a result set.

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

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

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: 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