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 components of the RDF data model (datasets, graphs, statements, and various types of node) are expressed in the RDF library of a given programming language by constructs such as object-oriented classes.

MarkLogic: Using the Triple Index

This brief exercise makes use of a triple index outside of SPARQL. It relies on previously loaded data and builds on queries which were run [...]

By |January 19th, 2016|Comments Off on MarkLogic: Using the Triple Index

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

Probing the SPARQL endpoint of data.gov.uk

In this blog post, the authors use a series of SPARQL queries to probe the content in the UK's data.gov. The techniques demonstrated can be [...]

By |January 16th, 2016|Comments Off on Probing the SPARQL endpoint of data.gov.uk

Semantic Inferencing with MarkLogic

This tutorial familiarizes the user with concepts and steps for using Semantic Inferencing in MarkLogic. The concepts of inference, rulesets, asserted triples and ontology triples [...]

By |January 16th, 2016|Comments Off on Semantic Inferencing with MarkLogic

Getting to Know MarkLogic Semantics

This tutorial is self-paced and teaches about MarkLogic Semantics. Upon completing it, the user should be able to: Describe semantic data, triples and triple stores; [...]

By |January 16th, 2016|Comments Off on Getting to Know MarkLogic Semantics

SPARQL Endpoint Interface to Python (1.6.4)

This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, converting the result into a more manageable format. [...]

By |January 16th, 2016|Comments Off on SPARQL Endpoint Interface to Python (1.6.4)

SPARQL with R in less than 5 minutes

This article describes how to get up and running on the Semantic Web in less than 5 minutes using SPARQL with R. It begins with [...]

By |January 15th, 2016|Comments Off on SPARQL with R in less than 5 minutes

MarkLogic Semantics: Under the Hood

This slide presentation starts with the basics of triples and how to query RDF data using SPARQL (with a focus on SPARQL support in MarkLogic). [...]

By |November 9th, 2015|Comments Off on MarkLogic Semantics: Under the Hood

Apache Jena TDB CRUD operations

This text-based tutorial explains Apache Jena TDB CRUD operations using simple examples. CRUD operations are implemented with the Jena programming API instead of SPARQL. This [...]

By |November 8th, 2015|Comments Off on Apache Jena TDB CRUD operations

Simple Example of Manipulating Graph Data Using SPARQL Update

The author of this post was unable to find many good examples of the basic actions required to manipulate graphs using SPARQL, so he pieced [...]

By |November 5th, 2015|Comments Off on Simple Example of Manipulating Graph Data Using SPARQL Update