Skip to content
New issue

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

incorrect application of join condition when parent triples map and child triples map are identical #199

Closed
elsdvlee opened this issue Mar 7, 2023 · 0 comments
Labels
bug Something isn't working next release The bug is fixed and the fix will be available in the next release.

Comments

@elsdvlee
Copy link
Contributor

elsdvlee commented Mar 7, 2023

Example:

Only one parent station triple is generated:
<http://transport.linkeddata.es/madrid/metro/stops/0000000000000000003t> <http://vocab.gtfs.org/terms#parentStation> <http://transport.linkeddata.es/madrid/metro/stops/0000000000000000003t>.

RML Mapper looks only if rr:parent is equal to rr:child on the one row of the iterator, not in the complete source file.

Correct output according to morph-kgc (using the same mapping file as above mentioned) is: test-parentStation-csv01-morphkgc.nt.txt.
Same correct output can be generated by using an adapted mapping file in RML Mapper, test-parentStation-csv01-bis.yml.txt: adding a second triples map.

(I have added the suffix .txt after each file to be able to upload them in this issue.)

@DylanVanAssche DylanVanAssche added the bug Something isn't working label Jun 29, 2023
@DylanVanAssche DylanVanAssche added the next release The bug is fixed and the fix will be available in the next release. label Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working next release The bug is fixed and the fix will be available in the next release.
Projects
None yet
Development

No branches or pull requests

2 participants