timrdf / csv2rdf4lod-automation

Shell script automation to support csv2rdf4lod converter
https://github.com/timrdf/csv2rdf4lod-automation/wiki
Apache License 2.0
109 stars 36 forks source link

search replace codebook #72

Open timrdf opened 13 years ago

timrdf commented 13 years ago

I need to map from GO:0042571 (in the file) to http://purl.org/obo/owl/GO#GO_0042571 (the URI used in GO itself). How can I replace the ':' with '_', or remove everything before ':'?

timrdf commented 13 years ago

ended up doing the transformation in sed. (not ideal)