An RDF Metadata Extract Actor that extracts total items counts from a metadata stream based on the given predicates.

Hierarchy (View Summary)

Implements

Constructors

Properties

beforeActors: Actor<
    IActionRdfMetadataExtract,
    IActorTest,
    IActorRdfMetadataExtractOutput,
    undefined,
>[] = []

Actor that must be registered in the bus before this actor.

bus: Bus<
    Actor<
        IActionRdfMetadataExtract,
        IActorTest,
        IActorRdfMetadataExtractOutput,
        undefined,
    >,
    IActionRdfMetadataExtract,
    IActorTest,
    IActorRdfMetadataExtractOutput,
    undefined,
>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}
predicates: string[]

A predicate that provides a count estimate

{http://www.w3.org/ns/hydra/core#totalItems}
{http://rdfs.org/ns/void#triples}

Methods