Learn R Programming


output: github_document

roxigraph

roxigraph provides RDF storage and SPARQL 1.1 query capabilities for R by wrapping the Oxigraph graph database library. Built using the extendr framework for high-performance Rust-R bindings.

Features

Copy Link

Version

Install

install.packages('roxigraph')

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Carl Boettiger

Last Published

February 5th, 2026

Functions in roxigraph (0.1.0)

rdf_store_remove

Remove a triple from the store
rdf_store

Create an RDF Store
rdf_store_insert

Insert a triple into the store
rdf_add

Add a Triple
rdf_load

Load RDF Data
rdf_size

Get Store Size
rdf_serialize

Serialize RDF Data
rdf_store_load

Load RDF data into the store
rdf_store_dump

Serialize the store contents to a string
rdf_load_file

Load RDF from File
rdf_remove

Remove a Triple
rdf_store_query

Execute a SPARQL query and return results as a data frame
sparql_update

Execute SPARQL Update
sparql_query

Execute a SPARQL Query
roxigraph-package

roxigraph: RDF and SPARQL for R
rdf_store_new

Create a new in-memory RDF store
rdf_store_open

Open or create a persistent RDF store at the given path
rdf_store_update

Execute a SPARQL UPDATE query
rdf_store_size

Get the number of quads in the store