Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
oxigraph/lib
Tpt f7023a381e Python: exposes the Dataset class 10 months ago
..
oxigraph makes newer Clippy happy 10 months ago
oxrdf Python: exposes the Dataset class 10 months ago
oxrdfio Bump versions and fixes spargebra version 10 months ago
oxrdfxml Bump versions and fixes spargebra version 10 months ago
oxsdatatypes makes newer Clippy happy 10 months ago
oxttl makes newer Clippy happy 10 months ago
sparesults makes newer Clippy happy 10 months ago
spargebra Bump versions and fixes spargebra version 10 months ago
sparopt Bump versions and fixes spargebra version 10 months ago
sparql-smith Releases v0.4.0-alpha.4 10 months ago
README.md Moves main crate to lib/oxigraph and centralizes dependencies 11 months ago

README.md

Oxigraph Rust crates

Oxigraph is implemented in Rust. It is composed on a main library, oxigraph and a set of smaller crates used by the oxigraph crate:

  • oxrdf, datastructures encoding RDF basic concepts (the model module of the oxigraph crate).
  • oxrdfio, a unified parser and serializer API for RDF formats (the io module of the oxigraph crate). It itself relies on:
    • oxttl, N-Triple, N-Quad, Turtle, TriG and N3 parsing and serialization.
    • oxrdfxml, RDF/XML parsing and serialization.
  • spargebra, a SPARQL parser.
  • sparesults, parsers and serializers for SPARQL result formats (the sparql::results module of the oxigraph crate).
  • sparopt, a SPARQL optimizer.
  • oxsdatatypes, an implementation of some XML Schema datatypes.