Interface DatasetIngester

Represents an object which can ingest a dataset and parse it into its own state.

A dataset is either the RDFJS Dataset interface, array of IRIs, or an array of literal values

Hierarchy

  • DatasetIngester

Methods

Methods

  • Ingest the dataset into the state of the object

    Parameters

    • dataset: string[] | Dataset<Quad, Quad>

    Returns void

Generated using TypeDoc