Skip to content

qanary-component-helpers/interfaces/question-sparql-response

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

qanary-component-helpers/interfaces/question-sparql-response

Section titled “qanary-component-helpers/interfaces/question-sparql-response”
  • Package: @leipzigtreechat/qanary-component-helpers
  • Source file: packages/qanary-component-helpers/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