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 the pattern matching of SPARQL queries can be expressed using functionally equivalent constructs in RDF programming libraries.

Getting Started with Semantics in MarkLogic

This is the second chapter in MarkLogic's "Semantic Developer's Guide". It describes how to set up MarkLogic Server to store triples. Includes a step-by-step example [...]

By |April 15th, 2016|Comments Off on Getting Started with Semantics in MarkLogic

Introduction to Semantics in MarkLogic

This is the first chapter in MarkLogic's "Semantic Developer's Guide". It contains information about the RDF data model in general but, more importantly, the chapter [...]

By |April 15th, 2016|Comments Off on Introduction to Semantics in MarkLogic

Semantic Queries

This is the sixth chapter in MarkLogic's "Semantic Developer's Guide". This chapter discusses the principal techniques and tools used for performing semantic queries on RDF [...]

By |April 15th, 2016|Comments Off on Semantic Queries

MarkLogic: Getting Started with Semantics

This page serves as an introduction to a series of exercises to introduce the following features of MarkLogic: A SPARQL query language interpreter; Tools and [...]

By |January 19th, 2016|Comments Off on MarkLogic: Getting Started with Semantics

MarkLogic: Semantics Hello World

In this exercise, the user will: 1) Insert RDF triples into a database; 2) Query the triples using SPARQL. This is just one of several [...]

By |January 19th, 2016|Comments Off on MarkLogic: Semantics Hello World

MarkLogic: SPARQL and XQuery together

This exercise covers the use of SPARQL and XQuery together in a few different ways. This involves running a series of queries on the BBC [...]

By |January 19th, 2016|Comments Off on MarkLogic: SPARQL and XQuery together

MarkLogic: Next Steps

This is just one of several tutorials in a sequence, and they should be done in order to gain the most benefit. This final tutorial [...]

By |January 19th, 2016|Comments Off on MarkLogic: Next Steps

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

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

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)