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 an RDF programming library to serialize RDF data in available syntaxes.

Loading and Saving RDF

Documentation describing how to use RDFLib to read RDF data in various serializations from the Web and from files.URL: http://rdflib.readthedocs.org/en/stable/intro_to_parsing.htmlKeywords: Python, ParsingLanguage: http://id.loc.gov/vocabulary/iso639-2/engTime required: P10M

By |May 3rd, 2016|Comments Off on Loading and Saving RDF

Using Semantics with the REST Client API

This is the ninth chapter in MarkLogic's "Semantic Developer's Guide". It describes how to use MarkLogic Semantics with the REST Client API to view, query, [...]

By |April 17th, 2016|Comments Off on Using Semantics with the REST Client API

Embedded Triples

This is the fifth chapter in MarkLogic's "Semantic Developer's Guide". It explains that triples that are part of an XML or a JSON document are [...]

By |April 15th, 2016|Comments Off on Embedded Triples

Loading Semantic Triples

This is the third chapter in MarkLogic's "Semantic Developer's Guide". It describes how to load triples into a MarkLogic database from two sources; from an [...]

By |April 15th, 2016|Comments Off on Loading Semantic Triples

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

This text-based tutorial provides code and a walk-through for creating and configuring Databases and App servers using MarkLogic's Management API. It then moves on to [...]

By |January 19th, 2016|Comments Off on MarkLogic: Loading Data

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

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

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)