Dr. Gökhan Coskun
Founder · Semantification
19 June 2026
I added graph visualizations and an ontology modelling view on top of the Fuseki web UI through vibe coding with Opus 4.8.
If you work with RDF and the Semantic Web, you probably know Apache Jena Fuseki. It is one of the default tools people reach for when they need a reliable SPARQL endpoint quickly — for experiments, demos, or real setups.
My relationship with the Fuseki web UI has always been a bit mixed. It does the job, but I've often wished it had proper graph visualization built in. Building that myself used to feel out of reach — the codebase is not something you casually understand in an afternoon.
So I tried it with Claude Opus 4.8 as my agentic developer. And surprisingly, it worked: two interactive graph views and an ontology modelling panel, integrated into the existing UI flow.
What surprised me most was how it smoothly integrated the new features into the existing web UI. And I needed just a few prompts. It felt like having a supporting developer.
Extending mature open source solutions toward your own needs is becoming easier than ever.
That feels like one of the most important shifts in open source: not replacing contributors, but lowering the activation energy for people with domain expertise to contribute meaningfully and generate customizations of well-known solutions quickly.
#SemanticWeb #KnowledgeGraphs #JenaFuseki #OpenSource #AIAssistedCoding