blogccasion

RDFa Triple Lister Chrome extension released

RDFa Triple Lister Chrome extension released

As a follow-up action to the RDFa Creative Commons Laser Highlighter extension that I have announced a couple of days ago, I'm happy to release yet another Google Chrome / Chromium extension around the RDFa API spec draft: the RDFa Triples Lister. A little less fun than the prior extension, but definitively more triples. The magic in
this extension consists of:
var store = new LinkedData.API.data.Store();
var parser = new LinkedData.API.data.Parser(store);
parser.parse();
RDFa Triples Lister Chrome extension