Conversion using e2 prefix in e1 conversion.
Closed this issue · 2 comments
ewpatton commented
When I run conversions in commit ed964cb for the USDA database I'm seeing that csv2rdf4lod is using the namespace http://semanticdiet.com/source/usgs-gov/dataset/nutrient-database/vocab/enhancement/2/. I no longer have any e2 files (and I'm not specifying -e 2) so I would expect the namespace to be http://semanticdiet.com/source/usgs-gov/dataset/nutrient-database/vocab/enhancement/1/
timrdf commented
- In what file are you seeing http://semanticdiet.com/source/usgs-gov/dataset/nutrient-database/vocab/enhancement/2/ ?
- What is the value of
conversion:enhancement_identifier
in the corresponding enhancement file?
ewpatton commented
Ok. I see why this is happening now. I copied the e2 parameters over e1 because I was originally doing the conversion in tiers using conversion:links_via to dereference foreign keys. Obviously just renaming the file isn't enough--I will make the appropriate changes within the params file.