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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user