You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-12-20 16:19:57,157 | INFO: Translating YARRRML mapping to [R2]RML
2023-12-20 16:19:57,158 | INFO: RML content is created!
2023-12-20 16:19:57,163 | ERROR: ERROR: There is a syntactic error in the generated mapping
2023-12-20 16:19:57,163 | ERROR: at line 49 of <>:
Bad syntax (']' expected) at ^ in:
"...b';\n\t\t];\n\t\trr:objectMap [\n\t\t\ta rr:ObjectMap;\n\t\t\trr:constant ""'^b'ImDB"";\n\t\t\trr:datatype rdfs:Literal\n\t\t];\n\t].\n\n\n'"
When the datatype is removed (like this - [schema:author, ImDB] ) the code can be translated successfully by yatter (v.1.1.2).
The same YARRRML document (including the datatype) can be translated with Matey.
The text was updated successfully, but these errors were encountered:
I think it's solved, we are having some problems with the publication in PyPI so if you want to use it, you'll need to install the engine from the source code.
Describe the bug
Version 1.1.2 of yatter can't translate the following code (version 1.1.0 had no problem with it):
Error:
When the datatype is removed (like this
- [schema:author, ImDB]
) the code can be translated successfully by yatter (v.1.1.2).The same YARRRML document (including the datatype) can be translated with Matey.
The text was updated successfully, but these errors were encountered: