Key differentiator
Hybrid Analyze Model
Local-first graph interaction with API-powered reasoning and SHACL workflows.
RDF Graph Explorer v0.0.0
A React and TypeScript RDF/Turtle exploration interface that combines fast in-browser graph navigation with Knowledge Graph Analysis API workflows for formal reasoning and SHACL validation.
Key differentiator
Hybrid Analyze Model
Local-first graph interaction with API-powered reasoning and SHACL workflows.
Exploration philosophy
Incremental Context Expansion
Combine filtering and selective neighborhood expansion for speed and readability.
Primary users
KG Engineers and Data Architects
Structural graph inspection plus validation and inference loops in one interface.
Ingest .ttl files, parse with N3, and build in-memory GraphData node and edge structures.
Explore graph topology with multiple layouts, node selection, minimap support, and local relayout behavior.
Apply predicate visibility, literal toggles, and text filtering for high-signal navigation.
Expand one-hop neighborhoods plus existing rdf:type and rdfs:subClassOf context for guided exploration.
Run remote reasoning jobs with profile selection (disabled, rdfs, owlrl), auto polling, merge, and export.
Upload shapes, run validation jobs, retrieve reports, and focus violations directly in the graph.
Screenshots from the Graph Explorer application showing Data, View, and Analyze workflows.
Try it live: semanticmatter.github.io/graph-explorer

Import, export, and graph stats controls with live graph and minimap context.
Reasoning jobs are created via Knowledge Graph Analysis API and results are parsed back into graph form.
Shape upload, validation jobs, and interactive SHACL report panel are wired into the Analyze workflow.
No client-side RDFS or OWL closure engine is present; formal reasoning is delegated to external API endpoints.
SHACL execution does not run in-browser; validation is executed through remote job endpoints.
No SPARQL authoring or endpoint query view in the current UI.
Custom label-propagation analytics remain available locally and integrate with color-mode workflows.
API operations currently wired in `services/kgApiService.ts`.
Graph Explorer supports API workflows for reasoning and SHACL validation. Next priorities are local compute acceleration, richer query interfaces, and persistent collaboration workflows.