Eckher Turtle Editor is an online editor for Turtle files.
Turtle is a text-based format for RDF graphs. It is designed to be easy to read and write and naturally represent the underlying RDF dataset.
Here is an example of a Turtle file:
@prefix ex: <http://example.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
ex:Alice a foaf:Person ;
foaf:name "Alice" ;
foaf:knows ex:Bob .
Eckher Turtle Editor is a web editor that provides editing functionality for the Turtle programming language. It also supports auto-formatting (auto-indenting, pretty-printing, prettyifying, beautifying) and syntax highlighting.