Mercurial > hg > AnnotationManager
diff src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Annotation.java @ 29:cf8166ee8918
still working on new annotations...
author | casties |
---|---|
date | Mon, 07 May 2012 19:50:39 +0200 |
parents | a3e324009990 |
children | 40846c0b344d |
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Annotation.java Wed May 02 19:31:53 2012 +0200 +++ b/src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Annotation.java Mon May 07 19:50:39 2012 +0200 @@ -9,6 +9,10 @@ */ public class Annotation { public String xpointer=null; //if queried xpointer should contain the first xpointer in the xpointers list, if there is more than one. + /** page number in text document */ + public String page=null; + /** URL of a display of the page of the document */ + public String displayUrl=null; public String creator=null; public String time=null; public String text=null;