Skip to content

Instantly share code, notes, and snippets.

@nandana
Created October 3, 2018 21:32
Show Gist options
  • Save nandana/cc90711529609df78166ef855b6f6d82 to your computer and use it in GitHub Desktop.
Save nandana/cc90711529609df78166ef855b6f6d82 to your computer and use it in GitHub Desktop.
A quick hack to get over https://github.com/openlink/virtuoso-opensource/issues/295
Removes the CRS URI from the property value.
grep -Erl '"<http:\/\/www\.wikidata\.org\/entity\/Q[[:digit:]]+>\s' . | xargs sed -i -E 's,"<http:\/\/www\.wikidata\.org\/entity\/Q[[:digit:]]+>\s,",g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment