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

­

Processing RDF data using programming languages.

What's New in RDF.rb 0.3.0

This blog post describes an updated version of RDF.rb, a library for working with RDF using the programming language Ruby. The major new features include [...]

By |July 16th, 2016|Comments Off on What's New in RDF.rb 0.3.0

RDF.rb: A Public-Domain RDF Library for Ruby

This blog post introduces the design philosophy and object model of the library and provides a tutorial for using its core classes. The author states [...]

By |July 16th, 2016|Comments Off on RDF.rb: A Public-Domain RDF Library for Ruby

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

Client-Side APIs for Semantics

This is the eleventh chapter in MarkLogic's "Semantic Developer's Guide". It discusses client-side APIs that provide support for management of triples and graphs, SPARQL and [...]

By |July 16th, 2016|Comments Off on Client-Side APIs for Semantics

Namespaces and Bindings

This documentation discusses the several short-cuts which RDFLib provides for working with many URIs in the same namespace. The namespace module defines many common namespaces [...]

By |July 16th, 2016|Comments Off on Namespaces and Bindings

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

Querying with SPARQL

This documentation covers how to use the Python programming languages's RDFLib implementation of the SPARQL 1.1 Query and SPARQL 1.1 Update languages.URL: http://rdflib.readthedocs.org/en/latest/intro_to_sparql.htmlKeywords: Python, SPARQLLanguage: [...]

By |May 3rd, 2016|Comments Off on Querying with SPARQL

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