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 called embedded triples and cannot be modified with SPARQL Update. Instead, one must use XQuery or JavaScript to modify embedded triples. However, SPARQL queries can be run against embedded triples once they are in the triple store.
URL: https://docs.marklogic.com/guide/semantics/embedded
Keywords: Triples, XQuery, JavaScript
Publisher: MarkLogic
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P20M
- Understands how components of the RDF data model (datasets, graphs, statements, and various types of node) are expressed in the RDF library of a given programming language by constructs such as object
- Understands how the pattern matching of SPARQL queries can be expressed using functionally equivalent constructs in RDF programming libraries.