cURL
curl --request POST \ --url https://api.wazoo.dev/worlds/{world}/sparql \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'query=<string>' \ --data 'default-graph-uri=<string>' \ --data 'named-graph-uri=<string>'
{ "head": { "link": [ "<string>" ], "vars": [ "<string>" ] }, "results": { "bindings": [ {} ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes