Channel #semsol: Logs

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

14:50:24 terraces: hi
14:50:47 bengee: heya terraces
14:51:42 terraces: hi bengee - I have some questions about SemHTMLParser (see latest sparqlpress mail exchange)
14:52:10 terraces: is seems all the triples retrieved are stored in a graph corresponding to the HTML document, not to the RDF files discovered from that document
14:52:39 terraces: eg: a query to get the graph where ":me foaf:openid <xxx>" returns not my foaf profile, but my weblog homepage
14:53:49 bengee: the semhtml parser doesn't follow links, it doesn't know your foaf profile contents
14:54:13 bengee: but it does generate foaf:openid from the html
14:54:29 terraces: ahh ok
14:55:05 terraces: i see
14:55:12 bengee: it also generates seeAlsos, which may point at your foaf
14:56:07 terraces: ok, that's why I thaught it retrieves the foaf:openid from my foaf file, but stored it in the "wrong graph"
14:56:11 terraces: sorry :)
14:56:39 bengee: yeah, np
14:57:24 bengee: I was wondering if it should follow obvious foaf pointers, but then I'd run into exactly that problem of graph association
14:57:52 bengee: (all parsers return single-graph info)
15:12:19 scor: terraces: Drupal 6 has just been released ! http://drupal.org/drupal-6.0
15:23:59 terraces: good news ! but I don't think I'll have time to update my modules. will concentrate on d5 for now