We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the template construct in a predicate object map the json values are not URLfied as when using the same expression in a subject map.
Predicate object map example:
rr:predicateObjectMap [ rr:predicate etvonto:hasForm; rr:objectMap [ rr:template "http://easytv.linkeddata.es/resource/LinguisticExpressionItem/{Sls}{Url}{Word}"; rr:termType rr:IRI ] ]
Resulting Triple (see difference between subject and predicate generation):
http://easytv.linkeddata.es/resource/SignedLinguisticExpression/this%20movie%20three%20I%20have%20seen%20timeshttps%3A%2F%2Fmedia.spreadthesign.com%2Fvideo%2Fmp4%2F1%2F105750.mp4 https://w3id.org/def/easytv#decomposition <http://easytv.linkeddata.es/resource/LinguisticExpressionItem/this movie three I have seen timeshttps://media.spreadthesign.com/video/mp4/1/105750.mp41> null
The text was updated successfully, but these errors were encountered:
Hi @mariapoveda,
We've confirmed the bug and fixed it locally. The fix will be available in the next release. We'll keep you up to date! Thanks for reporting 👍
Sorry, something went wrong.
Thanks @pheyvaer
have you already planned the next release?
Normally, we will have a new release next week 😃
Cool, thanks.
Merge branch 'fix/gh-21' into 'development'
db6d582
fix Github issue 21 See merge request rml/proc/rmlmapper-java!39
@mariapoveda , our new release (https://github.com/RMLio/rmlmapper-java/releases/tag/v4.3.2) contains the fix to this issue, thanks again for notifying!
pheyvaer
No branches or pull requests
When using the template construct in a predicate object map the json values are not URLfied as when using the same expression in a subject map.
Predicate object map example:
rr:predicateObjectMap [
rr:predicate etvonto:hasForm;
rr:objectMap [
rr:template "http://easytv.linkeddata.es/resource/LinguisticExpressionItem/{Sls}{Url}{Word}";
rr:termType rr:IRI
]
]
Resulting Triple (see difference between subject and predicate generation):
http://easytv.linkeddata.es/resource/SignedLinguisticExpression/this%20movie%20three%20I%20have%20seen%20timeshttps%3A%2F%2Fmedia.spreadthesign.com%2Fvideo%2Fmp4%2F1%2F105750.mp4 https://w3id.org/def/easytv#decomposition <http://easytv.linkeddata.es/resource/LinguisticExpressionItem/this movie three I have seen timeshttps://media.spreadthesign.com/video/mp4/1/105750.mp41> null
The text was updated successfully, but these errors were encountered: