I'm writing my master thesis about linked data in archives and I was wondering if you could help me with a question. I've read this book about LD and came along this sentence:
SPARQL is the query language of RDF triple stores, but the query language goes beyond the generation of lists. It can also be used to assert new RDF statement and have them saved to the store.
I'm not quite sure if I understood the second part of it. Is it true that SPARQL works like a reasoner to get new statements (inferences?) out of RDF-graph? Or how should I understand the sentence above?