Chapter 6. Updating Data with SPARQL
Itâs great when you can pull data out of a collection and rearrange and cross-reference it any way you want, but when you can use a standard query language to add data to that collection, and to delete and update its data, you have what you need to build serious full-fledged applications around RDFâs flexible data model. The SPARQL 1.1 Update specification describes the syntax and options for doing this, and although itâs a more recent addition to SPARQL, several implementations already support it. This chapter uses Fuseki, one of the simplest SPARQL Update implementations, to demonstrate the various examples.
Note
Most implementations you find of the SPARQL Update language will be built into triplestores, letting you act on the data in the triplestore. Being essentially a database management program (if not a relational one), a triplestore should let you query the data with the SPARQL query language and manage it with the update language.
In this chapter, weâll learn about:
- Getting Started with Fuseki
Just enough about Fuseki to try out all the key parts of SPARQL Update
- Adding Data to a Dataset
How to add triples specified in your query and triples from remote sources to the datasetâs default ...
Get Learning SPARQL, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.