Apostrophes and other special characters inside Loki's tags
Inside Loki's tags there should be no apostrophes and maybe other special characters because they generate a lot of errors (some code even from other pages! may not be evaluated by prolog, what results in unpredictable ASK/SPARQL results).
- Check which characters generate errors, maybe all? (e.g. apostrophe is bad in property:
[[name:=Monkey's Cafe]]
) - Update Loki docs at official Loki page with an appropriate information.
- If it is possible, correct bug to support all characters (e.g. somehow escape them before adding them into Prolog code?). If not, treat is as it's not a bug, it's feature ;)