| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A browser-based visual editor for OWL/RDF ontologies and heterogeneous schema mappings. Built for defense interoperability scenarios — no backend required.
Rosetta lets you visually design the data integration pipeline for coalition operations where allied nations contribute sensor data from different systems — each with its own JSON/XML schema, field names, units, and language. The Semantic Web approach: define a common OWL ontology, map heterogeneous sources to it, validate with SHACL, and transform/fuse into a unified dataset.
All processing runs in the browser. Nothing is sent to a server.
| Layer | Library |
|---|---|
| UI | React 19, TypeScript, Vite, Tailwind CSS 4, shadcn/ui |
| Canvas | @xyflow/react (React Flow) v12 |
| RDF | N3.js (parse/serialize), jsonld (JSON-LD), Comunica |
| Validation | rdf-validate-shacl |
| Transform | @comake/rmlmapper-js |
| Editors | CodeMirror 6 (Turtle, JSON) |
| Persistence | idb-keyval (IndexedDB) |
git clone https://github.com/drex04/rosetta.git
cd rosetta
npm install
npm run devOpen http://localhost:3000.
npm run build # outputs to dist/
npm run preview # serve the dist/ folder locallyThe output is a fully static bundle — deploy to GitHub Pages, Netlify, Vercel, or any static host.
This project is a learning tool for exploring Semantic Web technologies (OWL, RDF, SHACL, RML) in the context of a realistic NATO defense interoperability scenario. It was built to demonstrate that the full Linked Data pipeline — from raw heterogeneous schemas to a fused, validated RDF graph — can run entirely client-side.
MIT
| Back | FazBrowse Home | New Git URL |