RDFizer API

RDFizer 

The RDFizer web service turns microformats into RDF, as well as extracting RDFa and convert from different RDF serialization formats. The details about how microformats are converted into RDF can be found in the microformat support section.

The base address of the API is:  http://api.sindice.com/rdfizer/v1/rdfizer

and it is used as a simple REST service:

GET /rdfizer/v1/rdfizer/FORMAT/HOST

or
POST /rdfizer/v1/rdfizer/

 url=http://HOST&format=FORMAT


where HOST is a URL without HTTP, e.g. :

  • microformats.org
  • www.last.fm/event/537403
  • paolo.capriotti.name/foaf.rdf
  • dbpedia.org/resources/Berlin

and FORMAT is one of:

  • xml
  • n3
  • ntriples
  • turtle

Example: http://api.sindice.com/rdfizer/v1/rdfizer/n3/fooshed.net/foaf.rdf

Example: http://api.sindice.com/rdfizer/v1/rdfizer/n3/www.last.fm/event/537403