Uses RDF-specific programming methods to query RDF data and save the results for further processing.
MarkLogic: Semantics Hello World
In this exercise, the user will: 1) Insert RDF triples into a database; 2) Query the triples using SPARQL. This is just one of several [...]
Getting to Know MarkLogic Semantics
This tutorial is self-paced and teaches about MarkLogic Semantics. Upon completing it, the user should be able to: Describe semantic data, triples and triple stores; [...]
Semantic Inferencing with MarkLogic
This tutorial familiarizes the user with concepts and steps for using Semantic Inferencing in MarkLogic. The concepts of inference, rulesets, asserted triples and ontology triples [...]
SPARQL Endpoint Interface to Python (1.6.4)
This is a wrapper around a SPARQL service. It helps in creating the query URI and, possibly, converting the result into a more manageable format. [...]
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, [...]
Build a Small Knowledge Graph: Managing Graph Data With Cayley
Building on the previous video in the series, this video introduces the user to graph processing using Cayley, an open source graph database written in [...]
Build a Small Knowledge Graph: Activating Graph Data With Actions
Building on two previous videos, this video shows how to activate a small Knowledge Graph with Schema.org "Actions".URL: https://www.youtube.com/watch?v=KB94dIamAQcKeywords: Knowledge Graph, Schema.org, JSON-LD, Affordances, Hypermedia [...]
Apache Jena Tutorial: Using SPARQL with Jena to Query RDF Document
This tutorial shows how to use integrated Apache Jena objects to query a RDF document using SPARQL. Shows how to use several SPARQL keywords. Also [...]
How-to Guide for Creating a Linked Data Site
The author attempts to walk the reader through the process of creating what he considers to be a Linked Data site. He assumes that the [...]
An Introduction to RDF and the Jena API
This is a tutorial introduction to both W3C's Resource Description Framework (RDF) and Jena, a Java API for RDF. It is written for the programmer [...]