Skip to content

shared/interfaces/question-sparql-response copy

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

shared/interfaces/question-sparql-response copy

Section titled “shared/interfaces/question-sparql-response copy”
  • Package: @leipzigtreechat/shared
  • Source file: packages/shared/src/interfaces/question-sparql-response copy.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