A comunica Shapetrees RDF Metadata Extract Actor.

Hierarchy

  • ActorRdfMetadataExtract
    • ActorRdfMetadataExtractShapetrees

Constructors

Properties

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

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

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

The bus this actor subscribes to.

mediatorDereferenceRdf: MediatorDereferenceRdf
mediatorHttp: MediatorHttp
name: string

The name for this actor.

{<rdf:subject>}
queryEngine: QueryEngineBase
IRI_SHAPETREE: "http://www.w3.org/ns/shapetrees#ShapeTreeLocator" = 'http://www.w3.org/ns/shapetrees#ShapeTreeLocator'
IRI_SHAPETREE_OLD: "http://shapetrees.org/#ShapeTree" = 'http://shapetrees.org/#ShapeTree'

Methods

  • Parameters

    • context: IActionContext
    • Optionaldata: () => any

    Returns any

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Run the given action on this actor.

    In most cases, this method should not be called directly. Instead, #runObservable should be called.

    Parameters

    • action: IActionRdfMetadataExtract

      The action to run.

    Returns Promise<IActorRdfMetadataExtractOutput>

    A promise that resolves to the run result.

  • Run the given action on this actor AND invokes the Bus#onRun method.

    Parameters

    • action: IActionRdfMetadataExtract

      The action to run.

    • sideData: undefined

    Returns Promise<IActorRdfMetadataExtractOutput>

    A promise that resolves to the run result.

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.