annotation.conf 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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 ID task.
  5. [entities]
  6. Protein
  7. Entity
  8. Chemical
  9. Organism
  10. Two-component-system
  11. Regulon-operon
  12. [relations]
  13. Equiv Arg1:Protein, Arg2:Protein, <REL-TYPE>:symmetric-transitive
  14. Equiv Arg1:Chemical, Arg2:Chemical, <REL-TYPE>:symmetric-transitive
  15. Equiv Arg1:Organism, Arg2:Organism, <REL-TYPE>:symmetric-transitive
  16. Equiv Arg1:Two-component-system, Arg2:Two-component-system, <REL-TYPE>:symmetric-transitive
  17. Equiv Arg1:Regulon-operon, Arg2:Regulon-operon, <REL-TYPE>:symmetric-transitive
  18. Equiv Arg1:Entity, Arg2:Entity, <REL-TYPE>:symmetric-transitive
  19. # "ENTITY-NESTING" is a special relation type used to define
  20. # which entity annotations can nest.
  21. ENTITY-NESTING Arg1:Protein, Arg2:Two-component-system
  22. ENTITY-NESTING Arg1:Protein, Arg2:Organism
  23. ENTITY-NESTING Arg1:Protein, Arg2:Regulon-operon
  24. ENTITY-NESTING Arg1:Two-component-system, Arg2:Organism
  25. ENTITY-NESTING Arg1:Chemical, Arg2:Organism
  26. [events]
  27. <CORE-ENTITY>=Protein|Chemical|Organism|Two-component-system|Regulon-operon
  28. Gene_expression Theme:Protein|Regulon-operon
  29. Transcription Theme:Protein|Regulon-operon
  30. Protein_catabolism Theme:Protein
  31. Localization Theme:<CORE-ENTITY>, ToLoc?:Entity, AtLoc?:Entity
  32. Binding Theme+:<CORE-ENTITY>, Site*:Entity
  33. ----------------------------------------
  34. Phosphorylation Theme:Protein, Site?:Entity
  35. ----------------------------------------
  36. Process Participant?:Organism
  37. ----------------------------------------
  38. Regulation Theme:<CORE-ENTITY>|<EVENT>, Cause?:<CORE-ENTITY>|<EVENT>, Site?:Entity, CSite?:Entity
  39. Positive_regulation Theme:<CORE-ENTITY>|<EVENT>, Cause?:<CORE-ENTITY>|<EVENT>, Site?:Entity, CSite?:Entity
  40. Negative_regulation Theme:<CORE-ENTITY>|<EVENT>, Cause?:<CORE-ENTITY>|<EVENT>, Site?:Entity, CSite?:Entity
  41. [attributes]
  42. Negation Arg:<EVENT>
  43. Speculation Arg:<EVENT>