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.
Getting Started with RDF and SPARQL Using Sesame and Python
This blog post includes documentation of how to install a triplestore, load data into it, retrieve it using SPARQL, and access the results as native [...]
Finding Useful RDF Data on the Web
The author of this blog post states his opinion that "the world has too many ontologies and not enough useful data for those ontologies to [...]
Implementing Graph Transformation Languages using RDF Storage and SPARQL Queries
RDF has so far not been widely used in the context of graph rewriting tools. In this paper, the authors take AToMPM, a research-oriented meta-modelling [...]
Open Provenance Model Tutorial
Provenance, which is an explicit representation of the origin of data, is important for users to be able to put their trust in data. The [...]
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 [...]
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, [...]
Getting Started with RDF and SPARQL Using 4store and RDF.rb
This blog post is a walk-through of the following tasks: setting up a local triple store, loading in data and accessing that data programmatically using [...]
Getting Data from the Semantic Web (Ruby)
This tutorial explains how to retrieve data from DBPedia, the Semantic Web version of Wikipedia. It uses Ruby's RDF.rb and is intended for programmers used [...]
RDF.rb: Linked Data for Ruby
This is the GitHub repo for RDF.rb, a pure-Ruby library for working with Resource Description Framework (RDF) data. Includes links to tutorials and documentation, as [...]
Rich Export SPARQL Queries
The VIVO "rich export" functionality was developed by Stella Mitchell to provide a means of executing one or more pre-defined queries via a URL within [...]