rete offline graph console
Browser API

bundled loading wasm...

SPARQL Console

Default path for exact queries, summary-safe progressive queries, and graph rendering.

Sources

Explore

Browse the dataset as entity tables, the community pyramid as nested clusters, and the file's byte layout.

One table per rdf:type class: entities as rows, their properties as columns.

Write your own SQL over this dataset's companion tables — quote the names, e.g. SELECT * FROM "Class_" (same table names across all three engines). Pick an engine; cached files (see Settings) are used automatically, otherwise it reads lazily over HTTP range.

Engine

The pyramid clusters the graph by Louvain modularity over several coarsening rounds (a dendrogram); the build ships one round whose tiles fit a ~64 KiB budget. That gives a semantic zoom from coarse communities down to finer ones — and lets the progressive query strategy answer aggregate questions exactly from this summary in a few small range reads, never touching the triple index.

File byte map

SHACL

Validate the loaded graph against Turtle shapes without leaving the static page.

Reach

Run transitive closure over one predicate for impact analysis and lineage checks.

Schema

Ontology-aware class and relation summary from the loaded graph.

Classes

Relations

Provenance

Explain triple-pattern matches with selected index permutation and byte ranges.

Coherence

Check the loaded graph for OWL/RDFS incoherent points — schema-level (Tier-0, index-free) and instance-level (full reasoner) — entirely in your browser.

Create a dataset

Assemble a brand-new .rete from your own RDF — add an ontology, write the dataset card, attach example SPARQL & SHACL — and keep it in this browser (IndexedDB) right beside the bundled ones. Nothing leaves your machine until you export it.

1

RDF data

Paste your graph, or upload a file. Compatible formats: N-Triples (.nt), N-Quads (.nq), Turtle (.ttl), JSON-LD (.jsonld / .json) and RDF/XML (.rdf / .owl). Uploading sets the Format from the file's extension; JSON-LD and RDF/XML are converted in your browser before building.

.nt · .nq · .ttl · .jsonld · .rdf · .owl
2

Ontology / schema

optional

Class/property definitions (RDFS / OWL / SHACL vocabulary) merged into the same graph, so the Schema, Reasoning and SHACL tabs light up. Use the same format you picked above — JSON-LD and RDF/XML (incl. .owl) are converted in the browser before building.

3

Dataset card

in sync
Card JSON edit either side — they sync both ways
4

Example queries

optional

Saved with the dataset and shown in its Query Library / SHACL tab — the same shape the bundled datasets use.