Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekgf/rdfox-sys
Low level bindings to the C api for RDFox, see rdfox-rs for the higher level Rust interface
https://github.com/ekgf/rdfox-sys
ekg graph-database knowledge-graph rdf rdfox semantic-technology sparql
Last synced: about 1 month ago
JSON representation
Low level bindings to the C api for RDFox, see rdfox-rs for the higher level Rust interface
- Host: GitHub
- URL: https://github.com/ekgf/rdfox-sys
- Owner: EKGF
- License: mit
- Created: 2024-02-01T14:52:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T03:41:17.000Z (about 2 months ago)
- Last Synced: 2024-11-06T04:24:47.531Z (about 2 months ago)
- Topics: ekg, graph-database, knowledge-graph, rdf, rdfox, semantic-technology, sparql
- Language: Rust
- Homepage: https://crates.io/crates/rdfox-sys
- Size: 328 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# rdfox-sys
> :warning: This crate is not ready for production yet.
> :warning: This crate, in combination with the [ekg-sparql](https://crates.io/crates/ekg-sparql) crate,
> replaces the [rdfox-rs](https://crates.io/crates/rdfox-rs) crate, which is now deprecated.RDFox is a product of [Oxford Semantic Technologies RDFox](https://www.oxfordsemantic.tech/product).
RDFox is a high-performance, scalable and lightweight knowledge graph and semantic reasoning engine.
It supports the storage, querying and reasoning over large-scale ontologies represented in RDF triples.This crate provides the bindgen interface to the C API of RDFox.