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 utilities and convenience functions the provide shortcuts for frequently used patterns, such as matching the multiple label properties used in real data.

SPARQL Package for R: Movie Star Graph Visualization Tutorial

The SPARQL Package allows you to directly import results of SPARQL SELECT queries into the statistical environment of R as a data frame, allowing one [...]

By |August 6th, 2017|Comments Off on SPARQL Package for R: Movie Star Graph Visualization Tutorial

SPARQL Package for R: Linked Open Piracy Tutorial

This tutorial shows how to do a visual analysis and basic statistical analysis of the data in the Linked Open Piracy data set. It makes [...]

By |August 6th, 2017|Comments Off on SPARQL Package for R: Linked Open Piracy Tutorial

Making Sense of Linked Data with Python

This blog post goes over three basic tasks for consuming RDF with Python: Fetching the data; Parsing the data returned into a graph; Traversing the [...]

By |May 3rd, 2017|Comments Off on Making Sense of Linked Data with Python

Navigating Graphs

Documentation explaining that an RDF Graph is a set of RDF triples, which RDFLib mirrors with a graph emulating a container type. Also contains a [...]

By |May 3rd, 2016|Comments Off on Navigating Graphs

RDFLib Examples Package

This documentation includes examples on the following subjects: 1) creating named graphs and working with the conjunction of all the graphs; 2) registering new mappings [...]

By |May 3rd, 2016|Comments Off on RDFLib Examples Package

Querying with SPARQL

This documentation covers how to use the Python programming languages's RDFLib implementation of the SPARQL 1.1 Query and SPARQL 1.1 Update languages.URL: http://rdflib.readthedocs.org/en/latest/intro_to_sparql.htmlKeywords: Python, SPARQLLanguage: [...]

By |May 3rd, 2016|Comments Off on Querying with SPARQL