Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

15:54:13 mecredis: hi
15:54:23 mecredis: I'm having issues with ARC2 not refreshing the store
15:54:28 mecredis: when I tell it to LOAD
15:57:25 mecredis: ah, figured it out
15:57:29 mecredis: LOAD cannot handle an absolute path
15:57:30 bengee: you mean, it doesnt add any triples?
15:57:35 mecredis: :(
15:58:18 bengee: what sort of path did you use? I may be able to tweak the code
15:58:46 mecredis: $store->query('LOAD </var/www/html/rdf_export/rdf_auto.xml'>
16:03:48 bengee: ah, right, ARC will turn it into a URI
16:04:27 bengee: http://lo.cal.ip/var/...
16:12:35 bengee: you can use BASE
16:13:50 bengee: BASE </var/www/html/rdf_export> LOAD <rdf_auto.xml>
16:15:05 bengee: that should work
16:19:57 mecredis: ah
16:19:58 mecredis: right
16:19:59 mecredis: thanks.
16:24:31 bengee: yw
16:45:50 mecredis: hrm, is there a way to refresh the store from outside a webpage
16:45:59 mecredis: I'm trying to set up a script to do it automatically in the background
16:46:13 mecredis: and it only seems to be working when I initiate it through a browser
16:46:20 mecredis: I think it has to do with user permissions
16:46:48 bengee: danbri had a command line thingy...
16:47:26 bengee: http://danbri.org/words/2008/01/03/243
16:47:41 mecredis: ah
16:47:42 mecredis: great
16:47:44 mecredis: thanks
16:48:14 bengee: np
16:48:33 mecredis: this channel is quite the wealth of knowledge
16:48:48 bengee: :)
16:53:18 mecredis: grr, not working
16:53:34 mecredis: would I have to change permissions on anything?
16:56:50 bengee: not sure, didn't try it myself
16:57:25 mecredis: ok
16:57:26 mecredis: I'll figure it out
18:04:20 mecredis: how do I delete a store fro mysql?
18:06:31 bengee: $store->drop()
18:12:41 mecredis: ah
18:12:42 mecredis: thanks
18:23:58 mecredis: can you make drop() silent?
18:24:32 bengee: drop should be silent
18:24:54 mecredis: ok, for some reason it spit out a lot of the content
18:25:00 mecredis: not sure what was going on there
18:25:02 mecredis: trying reset()
18:53:22 bengee: bengee uploads new ARC rev (2008-04-09) that fixes some dangerous doc url vs. doc base issues in the HTML RDF extractors