Resources relevant to the interest group (community-driven)
- Sophia: A meta-crate aims to provide a comprehensive toolkit for working with RDF and Linked Data in Rust.
Link: https://docs.rs/sophia/latest/sophia/index.html - indradb: A graph database written in Rust.
Link: https://github.com/indradb/indradb - json-ld: A json-ld implementation for Rust.
Link: https://crates.io/crates/json-ld
- Owlready2: A package for ontology-oriented programming in Python
Link: https://owlready2.readthedocs.io/en/latest/onto.html - RDFLib: A pure Python package for working with RDF.
Link: https://rdflib.readthedocs.io/en/stable/ - SPARQLWrapper: A simple Python wrapper around a SPARQL service to remotelly execute your queries.
Link: https://sparqlwrapper.readthedocs.io/en/latest/ - Logical Neural Networks (LNN): The LNN is a form of recurrent neural network with a 1-to-1 correspondence to a set of logical formulae in any of various systems of weighted, real-valued logic , in which evaluation performs logical inference.
Link: https://github.com/IBM/LNN/tree/master
Tutorial: https://ibm.github.io/LNN/introduction.html