An open API service indexing awesome lists of open source software.

https://github.com/langston-barrett/rdf-star-souffle

A toolkit for reasoning about RDF-star in Soufflé, including an OWL reasoner
https://github.com/langston-barrett/rdf-star-souffle

datalog owl owl-reasoner rdf rdf-star rdfs souffle souffle-datalog-language

Last synced: 15 days ago
JSON representation

A toolkit for reasoning about RDF-star in Soufflé, including an OWL reasoner

Awesome Lists containing this project

README

        

# rdf-star-souffle

rdf-star-souffle is a toolkit for importing and reasoning about
[RDF-star][rdf-star] data in [Soufflé][souffle]. It consists of a few parts:

- A tool for ingesting N-Triples-star syntax and emitting Soufflé-compatible
CSV files (`rdf-star-facts`)
- Soufflé types and relations for ingesting RDF-star data
- A Soufflé implementation of an RDFS reasone
- A Soufflé implementation of an OWL reasoner

This project is a work-in-progress. The reasoners are not yet implemented.

[rdf-star]: https://www.w3.org/2021/12/rdf-star.html
[souffle]: https://souffle-lang.github.io/index.html