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
it's not a bug in se (map:omexec_000 rr:constant "http://example.com/toWkt" ; rr:termType rr:IRI . should be equivalent to map:omexec_000 rr:constant <http://example.com/toWkt>), but I agree that the default translation should be adapted to make the RML shape more intuitive
Issue type: 🐛 Bug
Description
I have the following "toWkt" function I'm trying to call in my Java code.
However when I translate this using YARRRML (via Matey), the tripples linked to the function are as follows:
When using this in combination with CARML, this can not be parsed because it expects the function as an IRI instead of a String.
Is this a bug in the YARRRML or rather a limitation on the CARML implementation ?
Environment
yarrrml-parser v1.3.3
carml-engine 0.4.7
The text was updated successfully, but these errors were encountered: