Skip to content

shared/interfaces/question-sparql-response

This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.

shared/interfaces/question-sparql-response

Section titled “shared/interfaces/question-sparql-response”
  • Package: @leipzigtreechat/shared
  • Source file: packages/shared/src/interfaces/question-sparql-response.ts

The response of a SPARQL query to the Qanary Question endpoint fetching the question url.

type QuestionSparqlResponse = {
questionUri: NamedNode;
}

The response of a SPARQL query to the Qanary Question endpoint fetching the question url.

Defined at: line 6