RDF Triple Collector (RTC)                            A firefox extension for collecting RDF triples based on RDFa (v1.1)

1 introduction

RTC is an extension for Firefox, it aims at extracting triples(RDFa conforming) from web pages, uploading triples to server and querying data using SPARQL. The extraction of triples is based on Green Turtle and triples uploading and querying are based on Corese/KGRAM.
Main features:

2 INstallation


3 Instructions

A panel like follows should show when you open a new page(try Dbpedia:sophia antipolis). If there are triples detected on this page, an icon will appear in address bar and triples will be listed in the left-side table. You can close the panel by clicking button [Close] and reopen the panel by clicking the icon in address bar or via menu (tools/[RDF Triple Collector]).



  • You can upload the triples to server(endpoint | ldp). All these triples will be inserted in a named graph naming after the url of the current page.
  • Query data (endpoint):
    • on this page: only query data from named graph of the current page
    • all on server: taking all data on server into account
    • ldp: use url pattern as "http://localhost:8080/kgram/ldp/xxx" in browser to query resources, where "xxx" refers to the name of resource to query
  • The return results will be displayed in the table and details can be viewed also in the text area;
  • The results can be saved to file in format of Json (.json);

* The pages from dbpedia are good samples to try, not many pages support RDFa at the moment.
* For support and feedback, please contact Fuqi Song.

*update log
- 24/04/2014
--- change the extension default to invisible when starting firefox
--- fix the bug when uploading blank node to server in 'ldp' mode