Skip to content

Instantly share code, notes, and snippets.

@ldodds
Created September 21, 2011 10:45
Show Gist options
  • Save ldodds/1231779 to your computer and use it in GitHub Desktop.
Save ldodds/1231779 to your computer and use it in GitHub Desktop.
Annotation query
SELECT * WHERE {
?annotation a a:Annotation;
a:body ?body;
a:annotates <http://www.gac.culture.gov.uk/images/standard/17686.jpg>;
arthack:top ?top;
arthack:left ?left;
arthack:height ?height;
arthack:width ?width.
OPTIONAL {
?annotation dcterms:subject ?subject.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment