IRC log of dig on 2012-08-07
Timestamps are in UTC.
- 00:16:25 [scor]
- scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) has joined #dig
- 00:16:25 [scor]
- scor has quit (Changing host)
- 00:16:25 [scor]
- scor (~scor@drupal.org/user/52142/view) has joined #dig
- 00:36:38 [scor]
- scor has quit (Quit: scor)
- 00:37:09 [scor]
- scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) has joined #dig
- 00:37:09 [scor]
- scor has quit (Client Quit)
- 01:00:42 [melvster1]
- melvster1 has quit (Ping timeout: 244 seconds)
- 01:15:22 [kennyluck]
- kennyluck (~kennyluck@119.161.158.96) has joined #dig
- 01:38:39 [timbl]
- timbl has quit (Quit: timbl)
- 02:06:18 [scor]
- scor (~scor@c-98-216-97-72.hsd1.ma.comcast.net) has joined #dig
- 02:06:18 [scor]
- scor has quit (Changing host)
- 02:06:18 [scor]
- scor (~scor@drupal.org/user/52142/view) has joined #dig
- 02:36:55 [kennyluck_]
- kennyluck_ (~kennyluck@119.161.158.96) has joined #dig
- 02:36:56 [kennyluck]
- kennyluck has quit (Read error: Connection reset by peer)
- 02:36:59 [kennyluck_]
- kennyluck_ is now known as kennyluck
- 03:55:11 [scor]
- scor has quit (Quit: scor)
- 04:09:02 [rszeno]
- rszeno has quit (Quit: Leaving.)
- 05:45:04 [melvster]
- melvster (~melvin@p4FF964B5.dip.t-dialin.net) has joined #dig
- 06:06:43 [kennyluck]
- kennyluck has quit (Quit: kennyluck)
- 07:51:49 [bblfish]
- bblfish (~bblfish@AAubervilliers-651-1-267-174.w86-212.abo.wanadoo.fr) has joined #dig
- 08:08:39 [deiu]
- deiu (~andrei@157.159.103.65) has joined #dig
- 08:08:39 [deiu]
- deiu has quit (Changing host)
- 08:08:39 [deiu]
- deiu (~andrei@unaffiliated/deiu) has joined #dig
- 08:40:08 [bblfish]
- bblfish has quit (Read error: Connection reset by peer)
- 08:40:43 [bblfish]
- bblfish (~bblfish@AAubervilliers-651-1-267-174.w86-212.abo.wanadoo.fr) has joined #dig
- 10:18:02 [trueg_away]
- trueg_away is now known as trueg
- 10:32:01 [rszeno]
- rszeno (~rszeno@79.114.104.43) has joined #dig
- 10:32:04 [timbl]
- timbl (~timbl@184.151.61.252) has joined #dig
- 10:38:21 [trueg]
- trueg is now known as trueg_away
- 10:46:03 [scor]
- scor (~scor@drupal.org/user/52142/view) has joined #dig
- 10:46:27 [scor]
- scor has quit (Client Quit)
- 10:54:37 [trueg_away]
- trueg_away is now known as trueg
- 11:11:03 [RalphS]
- RalphS (Ralph@30-7-118.wireless.csail.mit.edu) has joined #dig
- 11:50:15 [trueg]
- trueg is now known as trueg_away
- 11:51:46 [scor]
- scor (~scor@132.183.243.91) has joined #dig
- 11:51:46 [scor]
- scor has quit (Changing host)
- 11:51:46 [scor]
- scor (~scor@drupal.org/user/52142/view) has joined #dig
- 12:10:19 [bblfish]
- betehess: do you think it would be worth replacing RDFGraphQuery trait with the MSPARQLEngine . Perhaps case class JenaRDFGraphQuery(g: Graph) extends MSPARQLEngine ?
- 13:39:11 [trueg_away]
- trueg_away is now known as trueg
- 13:54:51 [manu1]
- manu1 has quit (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.1.18/20110324092924])
- 13:55:26 [manu1]
- manu1 (~chatzilla@pool-96-240-188-60.ronkva.east.verizon.net) has joined #dig
- 14:06:49 [trueg]
- trueg is now known as trueg_away
- 14:22:15 [deiu]
- deiu has quit (Ping timeout: 252 seconds)
- 14:25:54 [bblfish]
- betehess: looking at it closely both Jena and Sesame transform rdf graphs for querying into stores.
- 14:26:04 [bblfish]
- So one could just add an implicit to do that
- 14:26:16 [bblfish]
- and use the sparql queries on stores
- 14:28:32 [deiu]
- deiu (~andrei@unaffiliated/deiu) has joined #dig
- 14:37:22 [deiu]
- deiu has quit (Quit: Leaving)
- 14:43:28 [betehess]
- bblfish, I believe that no one should be issuing sparql queries on Graphs, but using the Graph Traversal API instead
- 14:43:44 [betehess]
- Diesel is much better for that
- 14:43:49 [bblfish]
- why
- 14:43:52 [bblfish]
- ?
- 14:44:19 [betehess]
- because sparql makes everything more complicated when you already have the graph
- 14:44:55 [betehess]
- I really don't see the need for anything but Diesel
- 14:45:32 [bblfish]
- well it is a pitty that the SPARQL people mixed up graph patterns and union semantics
- 14:46:02 [bblfish]
- but if you strip the FROM
- 14:46:17 [bblfish]
- of SPARQL you get essentially a graph query pattern
- 14:46:42 [bblfish]
- do you have an example of an advanced query in Diesel?
- 14:48:31 [bblfish]
- I'll try both...
- 14:54:23 [bblfish]
- I like SPARQL because it is for many people like SQL so they understand it somewhat quickly. That's really why SPARQL has the shape it has.
- 14:54:34 [bblfish]
- of course n3 is cleaner :-)
- 14:55:39 [betehess]
- sparql is just a string, that's another issue...
- 14:55:56 [betehess]
- it's hard to develop and debug
- 14:56:11 [betehess]
- and it's not resilient to change in a big code base
- 14:56:37 [betehess]
- it's good when you have a store
- 14:56:40 [betehess]
- but that's all
- 14:59:45 [RalphS]
- RalphS has quit ()
- 15:05:28 [bblfish]
- is there not something going to be done about that in future versions of Scala where you can associate syntaxes with strings, perhaps? So that such issues get cought earlier?
- 15:34:42 [kennyluck]
- kennyluck (~kennyluck@119.161.158.96) has joined #dig
- 15:41:19 [Yudai]
- Yudai has quit (Quit: Tiarra 0.1+svn-36726: SIGTERM received; exit)
- 15:49:49 [Yudai]
- Yudai (~Yudai@nttkyo162128.tkyo.nt.ngn2.ppp.infoweb.ne.jp) has joined #dig
- 15:58:20 [timbl]
- timbl has quit (Quit: timbl)
- 16:53:24 [timbl]
- timbl (~timbl@184.151.61.252) has joined #dig
- 16:55:06 [melvster1]
- melvster1 (~melvin@p5797F240.dip.t-dialin.net) has joined #dig
- 16:55:43 [melvster]
- melvster has quit (Ping timeout: 246 seconds)
- 18:16:43 [bblfish]
- betehess: sent an update https://github.com/bblfish/banana-rdf/commit/203480cfe0ac7a8eaa5ab901cfe524d12a1f22ea
- 18:26:22 [cheater_]
- cheater_ has quit (Ping timeout: 246 seconds)
- 18:27:24 [cheater]
- cheater (~cheater@p4FD0E3B8.dip.t-dialin.net) has joined #dig
- 19:16:55 [trueg_away]
- trueg_away is now known as trueg
- 19:32:52 [bblfish]
- bblfish has quit (Remote host closed the connection)
- 19:59:10 [bblfish]
- bblfish (~bblfish@AAubervilliers-651-1-267-174.w86-212.abo.wanadoo.fr) has joined #dig
- 20:56:08 [trueg]
- trueg is now known as trueg_away
- 21:19:32 [timbl]
- timbl has quit (Quit: timbl)
- 22:09:24 [bblfish]
- betehess: I added a bug report https://github.com/w3c/banana-rdf/issues/24
- 22:09:37 [bblfish]
- with matching patch
- 22:20:34 [scor]
- scor has quit (Quit: scor)
- 22:27:50 [melvster1]
- melvster1 has quit (Ping timeout: 252 seconds)
- 22:40:00 [timbl]
- timbl (~timbl@184.151.61.252) has joined #dig
- 22:56:08 [bblfish]
- betehess: has Diesel gone?
- 22:58:22 [bblfish]
- ah I see it's now in the main package
- 23:01:07 [dsheets]
- dsheets has quit (Ping timeout: 240 seconds)
- 23:05:32 [timbl]
- timbl has quit (Quit: timbl)
- 23:07:02 [timbl]
- timbl (~timbl@184.151.61.252) has joined #dig
- 23:07:35 [timbl]
- timbl has quit (Client Quit)