1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-12-15 09:38:16 +00:00

Fix installation RDF

This commit is contained in:
J. Fernando Sánchez
2019-02-13 19:15:07 +01:00
parent 19b08a1033
commit bfee8bae34
2 changed files with 136 additions and 246 deletions

View File

@@ -53,7 +53,7 @@ If you don\'t know what this error means, try an online validator: http://ttl.su
key = line or 'default'
try:
DEFINITIONS[key] = g.parse(data=cell,
format="ttl")
format="n3")
except SyntaxError as ex:
return Markdown(msg.format(line=ex.lines, reason=ex._why))
except Exception as ex: