|
Whenever I encounter RDF/XML-files linked on websites (e.g. http://openlibrary.org/works/OL5713785W.rdf from http://openlibrary.org/works/OL5713785W/Torture_the_artist), I really dislike to read the XML in the browser. I could transform it to TURTLE by myself, but is there an easier, more convenient solution? Browser plugin that converts on the fly to TURTLE? If you convert it to TURTLE on the command line, which tools do you use? |
|
I don't know of any browser extension that converts RDF/XML to Turtle on-the-fly, so I will answer your second question. On the command-line, you can convert RDF serializations using tools such as
Or
|

