Comunica
    Preparing search index...

    Data interface for the type of an actor run result.

    interface IActorRdfMetadataExtractOutput {
        metadata: Record<string, any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    metadata: Record<string, any>

    A metadata key-value mapping.