-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
84 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
#!/bin/sh | ||
|
||
java -Xmx80g -jar graphlod-0.1.jar --excludedNamespaces \ | ||
"http://www4.wiwiss.fu-berlin.de/drugbank/resource/drugtype/" \ | ||
"http://www4.wiwiss.fu-berlin.de/drugbank/resource/references/" \ | ||
--skipChromatic \ | ||
--namespace "http://www4.wiwiss.fu-berlin.de/drugbank/" \ | ||
/data/graphlod/drugbank/drugbank.nt | tee drugbank.txt | ||
|
||
java -Xmx80g -jar graphlod-0.1.jar --skipChromatic \ | ||
--namespace "http://www4.wiwiss.fu-berlin.de/dailymed/" \ | ||
/data/graphlod/dailymed/dailymed_dump.nt | tee dailymed_dump.txt | ||
|
||
java -Xmx80g -jar graphlod-0.1.jar --skipChromatic --excludedNamespaces \ | ||
"http://www4.wiwiss.fu-berlin.de/diseasome/resource/diseaseClass/" \ | ||
--namespace "http://www4.wiwiss.fu-berlin.de/diseasome/" \ | ||
/data/graphlod/diseasome/diseasome.nt | tee diseasome.txt | ||
|
||
java -Xmx80g -jar graphlod-0.1.jar --skipChromatic \ | ||
--namespace "http://dbpedia.org/resource" \ | ||
/data/graphlod/dbpedia/persondata_en.nt | tee dbpedia_persondata.txt | ||
|
||
java -Xmx80g -jar graphlod-0.1.jar --skipChromatic \ | ||
--namespace "http://dbpedia.org/resource" \ | ||
/data/graphlod/dbpedia/geo_coordinates_en.nt | tee geo_coordinate.txt | ||
|
||
java -Xmx80g -jar graphlod-0.1.jar --skipChromatic \ | ||
--namespace "http://dbpedia.org/resource" \ | ||
/data/graphlod/dbpedia/homepages_en.nt | tee dbpedia_homepages.txt | ||
|
||
# fix mapping: sed 's/"\.$/" \./' mappingbased_properties_en.nt > mappingbased_properties_en_fixed.nt | ||
|
||
java -Xmx100g -jar graphlod-0.1.jar --skipChromatic \ | ||
--namespace "http://dbpedia.org/resource" \ | ||
mappingbased_properties_en_fixed.nt | tee dbpedia_mapping.txt | ||
|
||
java -Xmx80g -jar graphlod-0.1.jar --skipChromatic \ | ||
/data/graphlod/linkedgeodata/2013-04-29-{Ae*,C*,E*,Mili*,H*,P*,S*,T*} \ | ||
--namespace "http://linkedgeodata.org/" \ | ||
| tee linkedgeodata.txt | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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