Interacting with RDF data
OWL 2 Web Ontology Language Primer (Second Edition)
This primer provides an approachable introduction to OWL 2, including orientation for those coming from other disciplines, a running example showing how the language can [...]
Making Sense of Linked Data with Python
This blog post goes over three basic tasks for consuming RDF with Python: Fetching the data; Parsing the data returned into a graph; Traversing the [...]
Synaptica Tech Talks: Data Modeling with Graphs
This tutorial explores data modelling by comparing and contrasting traditional relational databases with property graph databases and RDF Linked Data graph databases. Also discusses the [...]
OWL and DL Homework Exercises
This document contains several "written" and "electronic" homework questions originally from the course "Semantic Web Topics" at LeHigh University. They include: Draw the equivalent graph [...]
RDF Homework Exercises
This document contains several "written" and "electronic" homework questions originally from the course "Semantic Web Topics" at LeHigh University. They include: Translating an RDF Graph [...]
Semantic Web Topics: Term Project
This document outlines a final project originally from the course "Semantic Web Topics" at LeHigh University. Students are asked to extend, create, or apply one [...]
Design an OWL Ontology Project
This document outlines a project originally from the course "Semantic Web Topics" at LeHigh University. Students are asked to work in teams to design an [...]
SPARQL and Linked Data Homework Exercises
This document contains several "written" and "electronic" homework questions originally from the course "Semantic Web Topics" at LeHigh University. They include: Write a series of [...]
JRDF: An RDF Library in Java
JRDF is an attempt to create a standard set of APIs and base implementations to RDF using the latest version of the Java language. A [...]
SPARQL Endpoint Probe Service
This is a PHP-based tool for probing statistics about SPARQL endpoints. These include: number of triples stored, number of triples in named graphs, number of [...]