Interface QueryResponse

Interface representing metadata of a dataset in NDC Data we get as a respense from a SPARQL query to NDC

Hierarchy

  • QueryResponse

Properties

dataset: { value: string }

Dataset IRI

Type declaration

  • value: string
description: { value: string }

Dataset description

Type declaration

  • value: string
name: { value: string }

Dataset name

Type declaration

  • value: string
provider: { value: string }

Dataset provider name

Type declaration

  • value: string
provider_iri: { value: string }

Dataset provider IRI

Type declaration

  • value: string
source: { value: string }

Download URL of dataset distribution

Type declaration

  • value: string

Generated using TypeDoc