ad-freiburg / qlever

Very fast SPARQL Engine, which can handle very large knowledge graphs like the complete Wikidata, offers context-sensitive autocompletion for SPARQL queries, and allows combination with text search. It's faster than engines like Blazegraph or Virtuoso, especially for queries involving large result sets.
Apache License 2.0
357 stars 42 forks source link

Document with implemented SPARQL functions #1407

Open c81c4a0370 opened 1 month ago

c81c4a0370 commented 1 month ago

Is there a source that displays what sparql functions are implemented completelly, which are implemented differently, and which will come soon?

rmfranken commented 1 month ago

https://github.com/ad-freiburg/qlever/wiki/Current-deviations-from-the-SPARQL-1.1-standard

I think this is pretty much what you are looking for, but I'm not sure whether it's up-to-date, as I tested SHA256 today in a SPARQL query, and I received a result which looks correct. image