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
Original issue posted via cattle repo by @bblfish. See: CLARIAH/cattle#29
I would like to specify the metadata file via the command line so that I can use the same metadata file for different csv files that implement the same schema. Using Swirrl/csv2rdf I can do something like this
Thanks for moving the issue. I had not noticed I was on the wrong repository.
A better example from the one I gave above would be one where the csv and the metadata don't fit the naming conventations and are located in different directories.
This is using the https://github.com/Swirrl/csv2rdf implementation which I found very nice, but a bit limiting in that it does not have conditional features, which I was starting to find a need for.
Original issue posted via cattle repo by @bblfish. See: CLARIAH/cattle#29
I would like to specify the metadata file via the command line so that I can use the same metadata file for different csv files that implement the same schema. Using Swirrl/csv2rdf I can do something like this
$ csv2rdf -t 20220204.csv -u 20220204.csv-metadata.json -m minimal > out.ttl
The text was updated successfully, but these errors were encountered: