Mercurial > hg > AnnotationManager
changeset 28:185db3cac82c
working on new schema.
author | casties |
---|---|
date | Wed, 02 May 2012 19:31:53 +0200 |
parents | b4a798d417fe |
children | cf8166ee8918 |
files | src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Convert.java |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Convert.java Fri Apr 27 09:55:39 2012 +0200 +++ b/src/main/java/de/mpiwg/itgroup/annotationManager/RDFHandling/Convert.java Wed May 02 19:31:53 2012 +0200 @@ -86,13 +86,6 @@ // is target of annotation retQuad.add(new Quadruple(annotationUrl, NS.OAC_NS + "hasTarget", annot.xpointer, context)); - // now add the xpointers - /* - * String[] xpointerSplitted = annot.xpointer.split("#"); if (xpointerSplitted.length > 2) { throw new XPointerError(); } - * retQuad.add(new Quadruple(annotationUrl, NS.MPIWG_ANNOT_URL + "annotatesDocuviewerText", xpointerSplitted[0], context)); - * retQuad.add(new Quadruple(annotationUrl, NS.MPIWG_ANNOT_URL + "textSelection", annot.xpointer, context)); - */ - // annotation body if (annot.url != null && annot.url.startsWith("http://")) { // body is resource