wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

commit 15edfc631d351d5dfc238f6994e17b99a51ecfe0
parent 5379fd4f38f8701bf67c5bd6e586c221028fc938
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue, 19 May 2026 00:11:11 +0200

commit with codex

Diffstat:
gql | 4+++-
graph_database_practical | 1+
graph_query_languages | 2++
3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gql b/gql @@ -4,6 +4,8 @@ - [francis2023gpc] introduces [gpc] which is equivalent to GQL but easier to understand - [figueira2025complexity] studies the [computational_complexity] of [query_evaluation] +is about [property_graph] databases + Up: [graph_query_languages_standards] -See also: [sparql] +See also: [sparql], [GraphQL] diff --git a/graph_database_practical b/graph_database_practical @@ -4,6 +4,7 @@ Implementations: - [Neo4j] - for [RPQs]: [garcia2025pathdb] +- [apache_jena] Query languages: diff --git a/graph_query_languages b/graph_query_languages @@ -35,3 +35,5 @@ Historically: [cruz1987graphical] Up: [graph_database] See also: [fixpoint], [self_join] + +Aliases: graph query language