It’s been great to see RDFa being picked up by web2.0 publishers like Digg and MySpace. You can use the RDFa Distiller to extract the RDFa from a given web page u by constructing a URI like:
http://www.w3.org/2007/08/pyRdfa/extract?format=turtle&uri=u
Which translates kind of nicely into a command line utility to add to your ~/bin:
#!/bin/sh
curl “http://www.w3.org/2007/08/pyRdfa/extract?format=turtle&uri=$1″
So with that [...]












