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-library-specific convenience representations for common RDF vocabularies such as RDF, Dublin Core, and SKOS.

Linked Data for Ruby

This webpage is the home of Ruby RDF. This project collects numerous "gems" supporting Linked Data and Semantic Web programming in Ruby. The primary gem [...]

By |November 11th, 2016|Comments Off on Linked Data for Ruby

RDF.rb: Linked Data for Ruby

This is a documentation page for RDF.rb, a pure-Ruby library for working with Resource Description Framework (RDF) data. The page contains information about: Installation, Dependencies, [...]

By |November 11th, 2016|Comments Off on RDF.rb: Linked Data for Ruby

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

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

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

Semantic Python: Mastering Linked Data with Python

Python offers a very powerful and easy to use library to work with Linked Data: rdflib. RDFLib is a lightweight and functionally complete RDF library, [...]

By |August 13th, 2015|0 Comments