TODO: Check this
- \ @defaultNested {{ "application/n-quads": 1.0, "application/trig": 0.95, "application/n-triples": 0.8, "text/turtle": 0.6, "text/n3": 0.35 }} mediaTypePriorities \ @defaultNested {{ "application/n-quads": "http://www.w3.org/ns/formats/N-Quads", "application/trig": "http://www.w3.org/ns/formats/TriG", "application/n-triples": "http://www.w3.org/ns/formats/N-Triples", "text/turtle": "http://www.w3.org/ns/formats/Turtle", "text/n3": "http://www.w3.org/ns/formats/N3" }} mediaTypeFormats
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.
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.
Run the given handle action on this actor.
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.
Get the logger from the given context.
An optional context.
The logger or undefined.
Generated using TypeDoc
A comunica N3 Rule Parse Actor.