Ivan thanks for the response. I was going to code up a similar kind of test w/ Jena to see how the coverage is there. I could also try your other SPARQL endpoint idea.
One thing I forgot to mention in my initial email is that I also added an rdfa command line tool to scripts. So if you install pyRdfa: python setup.py install you can then do stuff like: % rdfa http://bitmunk.com/view/media/6068744 % rdfa file.html % cat file.html | rdfa % rdfa -f n3 http://bitmunk.com/view/media/6068744 And you'll see the appropriate rdf output on stdout. Anyhow, I'm glad you found my edits useful. Good stuff! //Ed