Understands how the pattern matching of SPARQL queries can be expressed using functionally equivalent constructs in RDF programming libraries.
Client-Side APIs for Semantics
This is the eleventh chapter in MarkLogic's "Semantic Developer's Guide". It discusses client-side APIs that provide support for management of triples and graphs, SPARQL and [...]
Namespaces and Bindings
This documentation discusses the several short-cuts which RDFLib provides for working with many URIs in the same namespace. The namespace module defines many common namespaces [...]
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 [...]
Querying with SPARQL
This documentation covers how to use the Python programming languages's RDFLib implementation of the SPARQL 1.1 Query and SPARQL 1.1 Update languages.URL: http://rdflib.readthedocs.org/en/latest/intro_to_sparql.htmlKeywords: Python, SPARQLLanguage: [...]
Navigating Graphs
Documentation explaining that an RDF Graph is a set of RDF triples, which RDFLib mirrors with a graph emulating a container type. Also contains a [...]
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 [...]
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 [...]
Embedded Triples
This is the fifth chapter in MarkLogic's "Semantic Developer's Guide". It explains that triples that are part of an XML or a JSON document are [...]