An RDF Metadata Actor that splits off the metadata based on the existence of a 'foaf:primaryTopic' link. Only non-triple quad streams are supported.

Hierarchy (View Summary)

Constructors

Properties

beforeActors: Actor<
    IActionRdfMetadata,
    IActorTest,
    IActorRdfMetadataOutput,
    undefined,
>[] = []

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

bus: Bus<
    Actor<
        IActionRdfMetadata,
        IActorTest,
        IActorRdfMetadataOutput,
        undefined,
    >,
    IActionRdfMetadata,
    IActorTest,
    IActorRdfMetadataOutput,
    undefined,
>

The bus this actor subscribes to.

name: string

The name for this actor.

{<rdf:subject>}

Methods