Last active
August 29, 2015 14:03
-
-
Save cmarat/9df6939e6675f556f16d to your computer and use it in GitHub Desktop.
Download scripts for http://prefLabel.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://commondatastorage.googleapis.com/freebase-public/rdf/freebase-rdf-2014-06-23-18-07.gz | zgrep "<http://www.w3.org/2000/01/rdf-schema#label>" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -s http://tools.wmflabs.org/wikidata-exports/rdf/exports/20140526/wikidata-{terms,properties}.nt.gz | zgrep "<http://www.w3.org/2000/01/rdf-schema#label>" | gzip > wikidata-20140526.nt.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment