@openhps/rdf
    Preparing search index...

    Interface WriterOptions

    interface WriterOptions {
        baseUri?: `http://${string}` | `https://${string}`;
        end?: boolean;
        format?: string;
        prefixes?: Prefixes<string | NamedNode<string>>;
        prettyPrint?: boolean;
    }

    Hierarchy

    • WriterOptions
      • WriterOptions
    Index

    Properties

    baseUri?: `http://${string}` | `https://${string}`
    end?: boolean
    format?: string
    prefixes?: Prefixes<string | NamedNode<string>>
    prettyPrint?: boolean

    Pretty print the output. Merge blank nodes in the [] notation.

    false