Channel #semsol: Logs

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

16:48:02 danbri: dumb question, but where's the actual rdf parsing code?
16:48:07 danbri: i don't see in ARC2_SemHTMLParser.php ...
16:48:15 danbri: eg. grepping for 'property' finds nothing
16:48:32 bengee: you mean the RDFa extractor?
16:48:44 bengee: that's on /extractors
16:48:51 bengee: s/on/in/
16:48:53 danbri: ah
16:49:07 danbri: silly me, looking for a parser in parsers directory :)
16:49:27 danbri: i just mailed semantic mediawiki list, asking if they'd care to permit rdfa within SMW
16:49:40 danbri: and thought i'd point to your parser as a way of doing it quickly
16:49:46 danbri: though i guess they're busy enough already
16:52:10 danbri: is there a nice way to run it on commandline?
16:53:27 danbri: curious if it can be persuaded to eat http://svn.foaf-project.org/foaftown/2009/rdfa/tests/t7.html
16:53:34 danbri: without the xmlns:http="http" hack
16:55:30 bengee: don't know re cli, didn't you already write a script for that some time ago?
16:57:30 danbri: hmm ... i think i wrote a loader
16:57:38 bengee: bengee finds http://danbri.org/words/2008/01/03/243 that was for loading, right
16:59:14 danbri: api-wise, it must be possible to bypass the sql store? if you only want raw triples, not querying...
17:01:29 bengee: yes, the parsers don't need the store
17:13:23 danbri: ta