Skip to content

SDM-TIB/DeTrusty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4d7444 · Jul 23, 2024
Feb 7, 2024
Jul 23, 2024
Nov 1, 2023
Apr 12, 2024
Oct 11, 2023
Jan 27, 2023
Nov 27, 2023
Nov 28, 2023
Oct 11, 2023
Feb 7, 2024
Jul 23, 2024
Apr 11, 2024
Apr 12, 2024
Sep 10, 2020
Jul 26, 2022
Dec 1, 2023
Oct 12, 2023
May 7, 2024
Nov 21, 2023
Nov 24, 2022
Oct 19, 2022
Apr 12, 2024
Jul 19, 2022

Repository files navigation

Test Status Latest Release Docker Image DOI License: GPL v3

Python Versions Package Format Package Status Package Version

Logo

DeTrusty is a federated query engine. At this stage, only SPARQL endpoints are supported. DeTrusty differs from other query engines through its focus on the explainability and trustworthiness of the query result.

Note

DeTrusty is under active development! The current version is a federated query engine following the SPARQL 1.1 protocol, i.e., you can use the SERVICE clause to specify the endpoints manually. However, some features of SPARQL 1.1 and the parts about the explainability and trustworthiness have not been implemented yet.

Currently, DeTrusty only supports SELECT queries. The following SPARQL 1.1 operations are not supported (yet). This list might not be exhaustive. Please, let us know if we missed something.

  • Conditional functions, e.g., IF, BOUND, COALESCE
  • Built-in functions, e.g., isIRI, STRLEN, abs, floor, now, month, MD5
  • Specifying RDF datasets using FROM, FROM NAMED, or GRAPH

If you want to know more, check out the documentation.

Running DeTrusty

You can use DeTrusty as a Python3 library or a Web-based service using Docker. The documentation includes detailed examples and explanations for both scenarios.

License

DeTrusty is licensed under GPL-3.0.