atuin
Version:
An RDF and SPARQL editor with graph visualization
37 lines (33 loc) • 1.25 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atuin - Turtle RDF Editor</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/editor.css">
<link rel="stylesheet" href="css/graph.css">
</head>
<body>
<header>
<div class="logo">
<img src="img/turtle.svg" alt="Turtle Logo" />
<h1>Atuin - Turtle RDF Editor</h1>
</div>
<div id="message-queue"></div>
</header>
<div class="main-container">
<p>There's a bit more info in the repo <a
href="https://github.com/danja/atuin#atuin---turtle-rdf-editor">README</a>,
proper docs and more of the expected functionality coming soon.</p>
<h2>About</h2>
<h3>Acknowledgements</h3>
<p>
I used a very old Turtle editor as a starter for Atuin. I'd saved it for later...later was much later.
The core design - and logo - of Atuin is essentially the same (totally reimplemented under the hood), except the
earlier app also had a GitHub connector. But I have absolutely no clue who build the original. If anyone knows,
please let me know so I can give them credit.
</p>
</div>
</body>
</html>