Learn R Programming

roxigraph (version 0.1.0)

roxigraph-package: roxigraph: RDF and SPARQL for R

Description

Provides RDF storage and SPARQL 1.1 query capabilities by wrapping the 'Oxigraph' graph database library. Supports in-memory and persistent ('RocksDB') storage, multiple RDF serialization formats, and full SPARQL 1.1 Query and Update support.

Arguments

Main Functions

  • rdf_store: Create an RDF store

  • rdf_load: Load RDF data

  • sparql_query: Execute SPARQL queries

  • sparql_update: Execute SPARQL updates

  • rdf_serialize: Serialize RDF data

Author

Maintainer: Carl Boettiger cboettig@gmail.com (ORCID)

Authors:

  • Authors of the dependency Rust crates (see inst/AUTHORS file)

Other contributors:

  • Oxigraph Contributors (Oxigraph Rust library) [copyright holder]

See Also