Interface FindRDFOptions

interface FindRDFOptions {
    dataType?: Serializable<any>;
    debug?: boolean;
    limit?: number;
    sort?: Sort;
}

Hierarchy

  • FindOptions
    • FindRDFOptions

Properties

dataType?: Serializable<any>

Overwrite the data type for this query

debug?: boolean

Print the raw SPARQL query for debugging purposes

limit?: number

Limit of records to retrieve

sort?: Sort

Sort keys