Comunica
    Preparing search index...

    Interface IActorRdfSerializeOutput

    Data interface for the type of an actor run result.

    interface IActorRdfSerializeOutput {
        data: ReadableStream;
        triples?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: ReadableStream

    A readable string stream in a certain RDF serialization that was serialized.

    triples?: boolean

    An optional field indicating if the given output stream uses a triple-based serialization, in which everything is serialized in the default graph. If falsy, the quad stream contain actual quads, otherwise they should be interpreted as triples.