|
If you've ever written an ontology in RDF/XML using a text editor, certainly you wanted to poke out your own eyes. Lately I've taken to writing ontologies by hand in TextMate (awesome Mac code editor) in N3 or Turtle syntax, with syntax highlighting. Should I consider Manchester syntax or another serialization format instead? Am I crazy for editing ontologies by hand? Using Protege is liking creating ontologies using training wheels. |
|
I guess the easiest syntax is the one you are more confortable with. It is a question of taste but also of tools. For instance, using RDF/XML can be convenient because most text editors have some built-in XML-related functionalities. I personally edit my ontologies in RDF/XML in a text editor, and I'm quite confortable with it (no joke!). But I admit that RDF/XML is cumbersome and I tend to use Turtle when it comes to communicating examples (in emails, forums, semanticoverflow, etc). Now there is an official OWL/XML syntax [1] which is probably quite nice but I've not yet taken the time to look at it in details. You can take a look at a screencast showing how OWL/XML plays nicely with XML tools [2].
|
|
I personally prefer Turtle for writing stuff by hand, for editing it I've recently written my own editor - named simply rdfEditor - which I hope to release in the next month or so. It provides syntax highlighting, auto-completion, validate as you type and various export features. There is a screencast at http://www.youtube.com/watch?v=upY-Vpte8OI but the quality is rather iffy as I didn't have a very good video capturer/mic to make it with (looks best at 1080p full screen and is somewhat unviewable at standard resolutions) Does it run on Linux? ;-) Not tried yet, dotNetRDF works under Mono with some issues that shouldn't affect it's usage in rdfEditor but not sure if Mono compiles and runs WPF applications yet - in essence I don't know Just looked it up and Mono does not support WPF so no it won't run under Linux - sorry! Mono recommends Silverlight instead of WPF - http://www.mono-project.com/WPF @Rob - rdfEditor demo looks awesome so far. Planning on releasing open source? If you through the code up on github I'll lend a hand. I'd really like it to support mac. It will be open source as part of my dotnetrdf project, you can browse the source on sourceforge at http://dotnetrdf.svn.sourceforge.net/viewvc/dotnetrdf/Trunk/Utilities/rdfEditor/ - obviously you can do a anonymous checkout of the repository to get it
showing 5 of 6
show 1 more comments
|

