Skip to content

Commit

Permalink
Adjust documentation of sendQuery method
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 16, 2024
1 parent bec3a68 commit 6fb3a03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/stores/rdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fb3a03

Please sign in to comment.