Tika¶
Enola in addition to RDF 🐢 TTL etc. can also read many other common file formats
(see enola info
).
This is courtesy of Apache Tika,
see its Supported Document Formats
.
All of these formats are supported e.g. for conversions with Rosetta but also --load
for Get, DocGen and Server, etc.
HTML¶
./enola -v rosetta --in test/test.html --out="fd:2?mediaType=text/turtle"
This works for remote HTTP as well, of course:
./enola rosetta --http-scheme --in https://docs.enola.dev --out="fd:2?mediaType=text/turtle"
Image¶
./enola -v get --http-scheme \
--load https://www.vorburger.ch/michael_vorburger_portrait_in_bay_of_roses_spain_with_bad_lighting.jpg \
https://www.vorburger.ch/michael_vorburger_portrait_in_bay_of_roses_spain_with_bad_lighting.jpg
EPUB¶
Any *.epub
(application/epub+zip
).
Executable¶
./enola -v rosetta --in /usr/lib64/libsane.so.1 --out="fd:2?mediaType=text/turtle"