own-pt / wql

WQL query language
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

alternative semantics/backends #21

Open arademaker opened 2 years ago

arademaker commented 2 years ago
  1. https://grew.fr and https://hal.inria.fr/hal-03177701
  2. https://neo4j.com and cypher language
  3. https://www.ontotext.com/products/graphdb/
  4. https://vaticle.com https://github.com/vaticle/typedb ?
  5. https://blazegraph.com
  6. https://www.swi-prolog.org/pldoc/doc_for?object=section(%27packages/semweb.html%27)
  7. https://aclanthology.org/C12-3022.pdf

For RDF-based, we can use Jena instead of AG. Other opensource triple stores?

arademaker commented 2 years ago

We need to

  1. decompose the frontend from the backend (see grew)
  2. the backend can be more like an index for answer queries than a database to actually hold the graphs. Similar to use the Solr/ES in an app that can also have a full DB as a backend.