Skip to content

Instantly share code, notes, and snippets.

@spencermountain
Created September 25, 2015 15:40
Show Gist options
  • Save spencermountain/02fe6fc986153395a272 to your computer and use it in GitHub Desktop.
Save spencermountain/02fe6fc986153395a272 to your computer and use it in GitHub Desktop.
epic grep
zgrep -v 'www.w3.org\/1999\/02\/22-rdf-syntax-ns#type\|www.w3.org\/2000\/01\/rdf-schema#label\|music.release\|music.track\|music.recording\|22-rdf-syntax-ns#type\|book.book_edition\|book.isbn\|common.notable_for\|film_crew_gig\|tv.tv_series_episode\|type.namespace\|type.content\|type.permission\|common.topic.notable\|type.object.key\|key\/authority\|type.object.permission\|type.type.instance\|dataworld.freeq\|common.licensed_object' ~/freebase-rdf-latest.gz | sed 's/<http:\/\/rdf\.freebase\.com\/ns\/\([^>]*\)>/\1/g;s/<http:\/\/www\.w3\.org\/[^#]*//g' > ~/much_smaller_dump.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment