Advertisement
asanchez75

sesame/import/data

Aug 11th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. a) Download Sesame
  2. b) Run
  3. /Users/asanchez75/Trash/openrdf-sesame-2.8.5 2/bin/console.sh
  4. > connect http://localhost:8080/openrdf-sesame
  5. create native
  6. > create native
  7. Please specify values for the following variables:
  8. Repository ID [native]: dbpedia
  9. Repository title [Native store]: dbpedia
  10. Query Iteration Cache size [10000]:
  11. Triple indexes [spoc,posc]:
  12. Repository created
  13. > open dbpedia
  14. Opened repository 'dbpedia'
  15. > load /Users/asanchez75/Trash/dbpedia_2015-04.owl from http://dbpedia.org into http://dbpedia.org
  16.  
  17. c) /usr/local/src/apache-tomcat-7.0.54/bin/setenv.sh
  18.  
  19. export CATALINA_OPTS="-Xms512M -Xmx50000M"
  20.  
  21. Note.
  22. Clean
  23. /usr/local/src/apache-tomcat-7.0.54/temp/
  24.  
  25.  
  26. https://webthreeoh.wordpress.com/2012/06/18/installing-sesame-on-a-mac-mini/
  27. ADUNA
  28. http://stackoverflow.com/questions/12905605/how-do-i-find-where-sesame-stores-repositories
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement