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 RDF programming libraries to persistently stores triples in memory, on disk, or to interact with triple stores.

Inserting, Deleting, and Modifying Triples with XQuery and Server-Side JavaScript

This is the final chapter in MarkLogic's "Semantic Developer's Guide". It discusses how to work with both "managed" and "unmanaged" triples with XQuery or Server-side [...]

By |July 16th, 2016|Comments Off on Inserting, Deleting, and Modifying Triples with XQuery and Server-Side JavaScript

Persistence

Documentation explaining that RDFLib provides an abstracted Store API for persistence of RDF and Notation 3. The Graph class works with instances of this API [...]

By |July 16th, 2016|Comments Off on Persistence

RDF Terms in RDFLib

This documentation explains that terms are the kinds of objects that can appear in quoted/asserted triples. Those that are part of core RDF concepts are: [...]

By |May 3rd, 2016|Comments Off on RDF Terms in RDFLib

Creating RDF Triples

This documentation explains that RDF is a graph where the nodes are URI references, Blank Nodes or Literals. In RDFLib, nodes are represented by the [...]

By |May 3rd, 2016|Comments Off on Creating RDF Triples

XQuery and JavaScript Semantics APIs

This is the tenth chapter in MarkLogic's "Semantic Developer's Guide". It describes the XQuery and JavaScript Semantics APIs, which include an XQuery library module, built-in [...]

By |April 18th, 2016|Comments Off on XQuery and JavaScript Semantics APIs

SPARQL Update

This is the eighth chapter in MarkLogic's "Semantic Developer's Guide". It explains that SPARQL Update enables you to manipulate triples or sets of triples. Within [...]

By |April 17th, 2016|Comments Off on SPARQL Update

Triple Index Overview

This is the fourth chapter in MarkLogic's "Semantic Developer's Guide". It explains that the indexing of triples is performed when documents containing triples are ingested [...]

By |April 15th, 2016|Comments Off on Triple Index Overview

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

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