Querying RDF: Algae


Annotations with their properties and values:

ns a=<http://www.w3.org/2000/10/annotation-ns#>

ask (?annot a:annotates http://example.com/page.html.
     ?annot ?property ?value)
collect (?annot ?property ?value)