This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
docs:rdfeditor [2017/09/20 01:00] kkutt [RDF Editor] |
docs:rdfeditor [2022/03/23 16:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== RDF Editor ====== | ||
| + | **RDF Editor is available here: http:// | ||
| + | You can also [[downloads: | ||
| + | |||
| + | **Note:** It is recommended to use it in Firefox web browser. There are some issues with Google Chrome. | ||
| + | |||
| + | ====== Overview ====== | ||
| + | |||
| + | HTML5-based RDF editor and visualisator: | ||
| + | * RDF/XML import/ | ||
| + | * Possibility to manipulate the nodes (text, datatype, placement). Own format RDFT (*.rdft) which saves RDF model along with all elements placement information. | ||
| + | * Possibility to load RDF/XML, manipulate it (add/ | ||
| + | * Possibility to create RDF/XML file by the use of a graphical editor. | ||
| + | * Visualisation compatible with [[http:// | ||
| + | * Non limited zoom-in and zoom-out. | ||
| + | * Visibility filters based on URI/ | ||
| + | * Graph export to PNG and SVG. | ||
| + | * Size of nodes is automatically adjusted to the text. | ||
| + | |||
| + | ====== How to use? ====== | ||
| + | |||
| + | === Main menu === | ||
| + | |||
| + | FIXME | ||
| + | |||
| + | === Elements menu === | ||
| + | |||
| + | FIXME | ||
| + | |||
| + | === Element' | ||
| + | |||
| + | FIXME | ||
| + | |||
| + | === Parsers and filters === | ||
| + | |||
| + | == Parsers == | ||
| + | After selecting **RDF content** option, the text editor appears along with '' | ||
| + | One can simply copy-and-paste the RDF model in one of three supported syntaxes: | ||
| + | * RDF/XML ([[http:// | ||
| + | * N-Triples ([[http:// | ||
| + | * Turtle ([[http:// | ||
| + | |||
| + | Successful completion of model building results in the appropriate diagram and the list of triples. | ||
| + | |||
| + | == Visibility filters == | ||
| + | |||
| + | FIXME | ||