AllegroGraph is a closed source graph database (triple store) created by Franz Inc. that supports semantic web standards like RDF, SPARQL, JSON-LD and SHACL.
AllegroGraph is a graph database (triple store) created by Franz Inc. written in common-lisp in development since 2006. The latest release is v6.6.0.
It supports w3c semantic-web standards like rdf, sparql, json-ld, linked-data and shacl, and integration with solr and mongodb.
The server runs exclusively on linux x86-64 and offers a web-based client to manage repositories and issue SPARQL queries.
There are http rest based open-source clients available for python, c#, clojure, perl, ruby, scala and common-lisp.
Links
- AllegroGraph homepage
- AllegroGraph documentation index
- AllegroGraph server download for Linux x86-64
- AllegroGraph client download for Java/Python/..
- Franz Inc. Github with source code for Java/Python/.. clients