Tag It: Content Annotation for Pleiades

Users will want to tag/label places. Major classes include:

  • place type (e.g., "sheep pen")
  • place attribute (e.g., "has a theatre")
  • event (duration or discrete event, but more fine-grained than our base time periods)
  • relationship ("is part of", "is next to", ???)

It would be nice to serialize these tags into something non-pleiadic, perhaps RDF? Note that HEML is going RDF.

RDF-wise:

  • <places/999999> <is> "sheep pen"
    • <reference/xyz> <supports> <this assertion>
    • <Members/thomase> <authored> <this assertion>
  • <places/999999> <has> "theatre"
    • <reference/xyz> <supports> <this assertion>
    • <Members/thomase> <authored> <this assertion>
  • what does HEML do?
  • <places/9999999> <part-of> <places/123456>
    • <reference/xyz> <supports> <this assertion>
    • <Members/thomase> <authored> <this assertion>