Talk:Firefox Extension for Semantic Annotation
From AIRWiki
Contents
Documentation
Theory
Our previous work
This is our previous work on semantic annotations: you can find some additional material just by looking at the "state of the art" or "related work" sections of the following papers:
- http://swui.webscience.org/SWUI2008CHI/Eynard.pdf
- http://davide.eynard.it/zelif/sdow2009_submission_19.pdf
Named Graphs
In the next version of our model we are going to use named graphs: here are the places where you can find more information about them:
- http://www2005.org/cdrom/docs/p613.pdf (This is one of the main papers about this topic)
- http://www.w3.org/2004/03/trix/
- http://www.w3.org/TR/rdf-sparql-query/ (in this main SPARQL documentation you can see how to query NG with SPARQL: we are also going to prepare some examples if you need them)
- http://jena.hpl.hp.com/~afs/SPARQL-Update.html (this is, instead, how to send UPDATEs to named graphs in SPARQL)
Technologies used by the current system
SPARQL endpoints
A definition of what a SPARQL endpoint is, and the documentation of the one we are going to use
Firefox Extensions
Tutorials about FF extensions and examples of the ones we built
- Writing a Firefox extension
- SpeakinAbout
- http://davide.eynard.it/zelif/elc.zip (this is the source code of our last extension, the one we showed you at the meeting)