Questions tagged [allegrograph]

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 in development since 2006. The latest release is v6.6.0.

It supports standards like , , , and , and integration with and .

The server runs exclusively on and offers a web-based client to manage repositories and issue SPARQL queries.

There are based open-source clients available for , , , , , and .

Links


Related tags

78 questions
0
votes
2 answers

Scalable AllegroGraph on Azure

I'm thinking of using AllegroGraph, but there's an issue! Can it be used on Azure? Did anyone already did it? I've got a Linux machine in which I'm thinking of installing AllegroGraph Server. There's already a MongoDB instance there, the idea is to…
David Graça
  • 333
  • 3
  • 15
0
votes
2 answers

AllegroGraph - UTF-8 characters in N-Triples

When I use the AllegroGraph 4.6 Python API, I can use the connection.addTriple() method to try to add a triple that ends in a literal containing a unicode character (×): conn.addTriple( ..., ..., '5 × 10**5' ) This doesn't work. I get the…
John Thompson
  • 1,674
  • 1
  • 20
  • 35
-12
votes
1 answer

What is --with-indices in AllegroGraph

I am trying to load data into Allegro Graph server and one of the parameters is --with-indices. Can anybody explain what is it about? I have read the entire Allegro Graph documentation and it mentions that indices can be spogi, sopgi, etc, but it…
Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
1 2 3 4 5
6