annotation.conf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; coding: utf-8; -*-
  2. # vim:set ft=conf ts=2 sw=2 sts=2 autoindent:
  3. # Simple text-based definitions of entity, relation and event types
  4. # and event attributes for the BioNLP Shared Task 2011 GE task.
  5. [entities]
  6. Protein
  7. Entity
  8. [relations]
  9. Equiv Arg1:Protein, Arg2:Protein, <REL-TYPE>:symmetric-transitive
  10. # (No entity nestings permitted for GE. Could be defined using special
  11. # relation type ENTITY-NESTING if necessary.)
  12. [events]
  13. Gene_expression Theme:Protein
  14. Transcription Theme:Protein
  15. Protein_catabolism Theme:Protein
  16. Localization Theme:Protein, ToLoc?:Entity, AtLoc?:Entity
  17. Binding Theme+:Protein, Site*:Entity
  18. ----------------------------------------
  19. Phosphorylation Theme:Protein, Site?:Entity
  20. ----------------------------------------
  21. Regulation Theme:<EVENT>|Protein, Cause?:<EVENT>|Protein, Site?:Entity, CSite?:Entity
  22. Positive_regulation Theme:<EVENT>|Protein, Cause?:<EVENT>|Protein, Site?:Entity, CSite?:Entity
  23. Negative_regulation Theme:<EVENT>|Protein, Cause?:<EVENT>|Protein, Site?:Entity, CSite?:Entity
  24. [attributes]
  25. Negation Arg:<EVENT>
  26. Speculation Arg:<EVENT>