Query In-Memory RDF Data
Version 12 has a built-in SPARQL query evaluator. This allows querying of in-memory RDF (Resource Description Framework) data.
Start with an RDFStore object containing example data about fruits.
Find fruits by applying the SPARQLQuery operator to the store.
Find the color of a banana.
Find red fruits.