RDFa Online Parser

This is just a simple use of java-rdfa. You can use it as a service programmatically, or use the forms below.

Supported response types: text/plain, application/rdf+xml, text/turtle, application/x-turtle

Parsing a web page

GET /translate/?uri=webpage-to-parse[&parser=html|xhtml]

URI: xhtml html

Parsing content directly

POST /translate/ (use appropriate mime type for content)

xhtml html

        
Updated by Damian Steer, 2010. The source is available.