Deinitialize this actor. This should be used for cleaning up things when the application is shut down, such as closing files and removing temporary files.
A promise that resolves when the actor has been deinitialized.
Remove all membership filter metadata that is not applicable to the current page.
The current page URL.
The filters data object.
Initialize this actor. This should be used for doing things that take a while, such as opening files.
A promise that resolves when the actor has been initialized.
Create filters for all given filter properties.
The filters data object.
A promise resolving to an array of membership functions.
Run the given action on this actor AND invokes the {@link Bus#onRun} method.
The action to run.
A promise that resolves to the run result.
Collect all membership properties from a given metadata stream in a nice convenient nested hash (filter ID / property / value).
The incoming metadata stream.
The filters data object.
The collected membership properties.
Get the logger from the given context.
An optional context.
The logger or undefined.
Generated using TypeDoc
A comunica Membership RDF Metadata Extract Actor.