-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create more maps based on a single source_column #47
Comments
We need to do a brainstorming session about this. I believe this is also related with #35. |
It might or might not indeed. Let's reserve some time for this next week to tackle both issues. |
@andimou Can this be closed, or has there been something discussed about this at all? |
No it's not to be closed. It's under discussion. |
Ok, just checking up, thanks! |
@andimou so... can this be closed, I think I saw the creation of multiple triples out of 1 source column. |
@andimou bump! |
Occasionally it might be necessary to map a certain source_column to the same property more than once.
Let's have a more concrete example. The authors of a publication may be described as a single value on a csv file, e.g. "Mannens, Erik ; Van de Walle, Rik". We need to map each author to an entity e.g. Person or to certain properties e.g. foaf:givenName and foaf:lastName. Or in a json case "name_last_first":"Mannens, Erik".
Possible solution would be to use the :process (and regular expression).
The text was updated successfully, but these errors were encountered: