RDF-JS inference engine playground

Run generated-runtime inference in the browser with the bundled OWL 2 RL and SKOS Core rule profiles. Use ordinary RDF input or RDF Messages logs.

Bundled example

Load one of the self-contained examples from the repository examples folder, then run it with both OWL 2 RL and SKOS Core support enabled.

Background knowledge

Provide the ontology, alignments, context information... in TriG, Turtle, N-triples or N-quads.

Fetched when you run inference. The server must allow browser CORS requests.

Input data

Can be an RDF response (TriG, Turtle, N-triples or N-quads) or an RDF Messages log.

Use a named Eyeling persistent fact store per playground dataset, then reason over that store plus each next message.
URL input is fetched when you run inference. RDF Messages URLs are streamed and emitted incrementally.

Output

Newly inferred triples.