we'd like a way to distinguish between annotation-annotation and discussion-annotations for reporting purposes.
i looked at the model, and i found the following group of RDF types:
http://www.w3.org/2000/10/annotation-ns#Annotation
http://www.w3.org/2000/10/annotationType#Annotation
http://www.w3.org/2000/10/annotationType#Comment
i was hoping that:
- all annotations have annotation-ns#Annotation
- annotation-annotations have annotationType#Annotation
- discussion-annotations have annotationType#Comment
but that doesn't seem to be the case.
it actually looks like every annotation from the int era has annotationType#Annotation, and every annotation from the GUID era has annotationType#Comment.
so, i suppose i can probably use the context property to distinguish annotation-annotations from discussion-annotations.
but can you confirm for me that the model changed midway through, that we have different tags for older and newer annotations, and why?