Uses RDF programming libraries to persistently stores triples in memory, on disk, or to interact with triple stores.
Inserting, Deleting, and Modifying Triples with XQuery and Server-Side JavaScript
This is the final chapter in MarkLogic's "Semantic Developer's Guide". It discusses how to work with both "managed" and "unmanaged" triples with XQuery or Server-side [...]
Persistence
Documentation explaining that RDFLib provides an abstracted Store API for persistence of RDF and Notation 3. The Graph class works with instances of this API [...]
RDF Terms in RDFLib
This documentation explains that terms are the kinds of objects that can appear in quoted/asserted triples. Those that are part of core RDF concepts are: [...]
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 [...]
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 [...]
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 [...]
Triple Index Overview
This is the fourth chapter in MarkLogic's "Semantic Developer's Guide". It explains that the indexing of triples is performed when documents containing triples are ingested [...]
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 [...]
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 [...]
Introduction to Semantics in MarkLogic
This is the first chapter in MarkLogic's "Semantic Developer's Guide". It contains information about the RDF data model in general but, more importantly, the chapter [...]