'RDF' and 'SPARQL' for R using 'Oxigraph'
Add a Triple
Load RDF from File
Load RDF Data
Remove a Triple
Serialize RDF Data
Get Store Size
Serialize the store contents to a string
Insert a triple into the store
Load RDF data into the store
Create a new in-memory RDF store
Open or create a persistent RDF store at the given path
Execute a SPARQL query and return results as a data frame
Remove a triple from the store
Get the number of quads in the store
Execute a SPARQL UPDATE query
Create an RDF Store
roxigraph: RDF and SPARQL for R
Execute a SPARQL Query
Execute SPARQL Update
Provides 'RDF' storage and 'SPARQL' 1.1 query capabilities by wrapping the 'Oxigraph' graph database library <https://github.com/oxigraph/oxigraph>. Supports in-memory and persistent ('RocksDB') storage, multiple 'RDF' serialization formats ('Turtle', 'N-Triples', 'RDF-XML', 'N-Quads', 'TriG'), and full 'SPARQL' 1.1 Query and Update support. Built using the 'extendr' framework for 'Rust'-R bindings.