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.

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

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

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

Getting Started with RDFLib

This documentation explains how to install RDFLib, an open source library for working with RDF using Python. It explains that the primary interface that RDFLib [...]

By |May 3rd, 2016|Comments Off on Getting Started with RDFLib

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

Utilities and Convenience Functions

This documentation states that, "For RDF programming, RDFLib and Python may not execute the fastest, but we try hard to make it the fastest and [...]

By |May 3rd, 2016|Comments Off on Utilities and Convenience Functions

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

Inference

This is the seventh chapter in MarkLogic's "Semantic Developer's Guide". This chapter describes the process of discovering new facts about data based on a set [...]

By |April 17th, 2016|Comments Off on Inference

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

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