-
Notifications
You must be signed in to change notification settings - Fork 17
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
Generic Tabular transformation #184
Comments
I'm afraid this is currently not supported by the RML specification, and thus also not by YARRRML. We're currently working on new versions of the specifications so I included your question in our process (see the linked issues). However, given this is a very specific type of mapping that probably won't ever change, I'm not sure using YARRRML/RML is here the most efficient way forward: you probably won't need to update that mapping very often. Can you further explain your use case to understand why you're doing this and how YARRRML currently helps you in that goal? |
Thank you for your answer. Indeed, the idea is to have a transformation of several tabular types of files (CSV, xls, etc.) into a generalized structure in RDF, aiming the querying and reasoning over it. So it is expected not to change that much. We thought of using RML/YARRRML for that, but implementing our own transformation may be the best way to go. |
@lucasalbertins https://github.com/AtomGraph/CSV2RDF might do what you need |
Hi,
I am trying to build a generic tabular structure in RDF that I could use to load CSV and excel files. I've created triples to represent rows, columns and cells, and triples to relate them all. I am trying to use YARRRML to parse a CSV like this to this format, but I would need to keep track of the column indexes for that. Is there any way to get the index of a given column or maintain a variable during the transformation for that purpose? Below is a simplified description of what would be the RDF for this CSV:
The text was updated successfully, but these errors were encountered: