From 6fb3a0387dfb95d411802e01fe9c50479d84cbc6 Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Fri, 16 Aug 2024 15:08:59 +0200 Subject: [PATCH] Adjust documentation of sendQuery method --- src/stores/rdf.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/stores/rdf.js b/src/stores/rdf.js index ca98a59..ce961f0 100644 --- a/src/stores/rdf.js +++ b/src/stores/rdf.js @@ -17,14 +17,15 @@ export const useRdfStore = defineStore('rdf', () => { async function sendQuery (payload) { /** - Query for quads (construct query) + Query for quads or bindings (construct query) payload can be: a string: which is the query an object with the properties - query: which is the query - defaultGraph: to query a specific graph or a set of graphs - graph can be: + defaultGraph can be: - specified as a list of graphs + - the string 'quads' if graph patterns are defined in the query where part - can be undefined to use the current system selected graph */ let defaultGraph