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.
Tpt
0b1aabfcdd
|
9 months ago | |
---|---|---|
.. | ||
oxigraph | 9 months ago | |
oxrdf | 9 months ago | |
oxrdfio | 9 months ago | |
oxrdfxml | 9 months ago | |
oxsdatatypes | 9 months ago | |
oxttl | 9 months ago | |
sparesults | 9 months ago | |
spargebra | 9 months ago | |
sparopt | 9 months ago | |
sparql-smith | 9 months ago | |
README.md | 9 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 (themodel
module of theoxigraph
crate).oxrdfio
, a unified parser and serializer API for RDF formats (theio
module of theoxigraph
crate). It itself relies on:spargebra
, a SPARQL parser.sparesults
, parsers and serializers for SPARQL result formats (thesparql::results
module of theoxigraph
crate).sparopt
, a SPARQL optimizer.oxsdatatypes
, an implementation of some XML Schema datatypes.