Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where are the notation3 (n3) debugging tools?

Tags:

rdf

Looking for tools for debugging n3. Are we stuck with using XML just because of easier debugging?

like image 884
brinxmat Avatar asked May 11 '26 14:05

brinxmat


2 Answers

"tools" is a rather large area from IDEs, editors, command line... You can always just run a n3 parser and look at the errors, but in your short question (shorter than this answer) it is hard to suggest anything very specific. There is an Emacs N3 mode you can use at http://larve.net/people/hugo/2003/scratchpad/NotationThreeEmacsMode.html

like image 131
dajobe Avatar answered May 15 '26 08:05

dajobe


Unless you really need the advanced stuff in N3 (formulas, blank predicates, literal subjects etc) you should probably just use Turtle as that's far nicer to work with and far better supported

like image 23
RobV Avatar answered May 15 '26 07:05

RobV