Processing RDF data using programming languages.
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 [...]
Getting Started with RDFLib
This documentation explains how to install RDFLib, an open source library for working with RDF using Python. It explains that the primary interface that RDFLib [...]
RDFLib Examples Package
This documentation includes examples on the following subjects: 1) creating named graphs and working with the conjunction of all the graphs; 2) registering new mappings [...]
Utilities and Convenience Functions
This documentation states that, "For RDF programming, RDFLib and Python may not execute the fastest, but we try hard to make it the fastest and [...]
XQuery and JavaScript Semantics APIs
This is the tenth chapter in MarkLogic's "Semantic Developer's Guide". It describes the XQuery and JavaScript Semantics APIs, which include an XQuery library module, built-in [...]
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 [...]
Using Semantics with the REST Client API
This is the ninth chapter in MarkLogic's "Semantic Developer's Guide". It describes how to use MarkLogic Semantics with the REST Client API to view, query, [...]
SPARQL Update
This is the eighth chapter in MarkLogic's "Semantic Developer's Guide". It explains that SPARQL Update enables you to manipulate triples or sets of triples. Within [...]
Getting Started with Semantics in MarkLogic
This is the second chapter in MarkLogic's "Semantic Developer's Guide". It describes how to set up MarkLogic Server to store triples. Includes a step-by-step example [...]
Loading Semantic Triples
This is the third chapter in MarkLogic's "Semantic Developer's Guide". It describes how to load triples into a MarkLogic database from two sources; from an [...]