annotation.conf 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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 a subset of the Nactem metaknowledge
  5. # annotation. Note that to support the full corpus annotation, the
  6. # entity and event types should be extended substantially.
  7. [entities]
  8. # physical entities
  9. Amino_acid_monomer
  10. Body_region
  11. Carbohydrate
  12. Cell_component
  13. Cell_cultured
  14. Cell_natural
  15. DNA_domain_or_region
  16. DNA_family_or_group
  17. DNA_molecule
  18. DNA_substructure
  19. Element
  20. Inorganic_compound
  21. Lipid
  22. Multicellular_organism_genetically_modified
  23. Multicellular_organism_natural
  24. Nucleotide
  25. Organic_compound_other
  26. Peptide
  27. Polynucleotide
  28. Protein_complex
  29. Protein_domain_or_region
  30. Protein_family_or_group
  31. Protein_molecule
  32. Protein_substructure
  33. RNA_domain_or_region
  34. RNA_family_or_group
  35. RNA_molecule
  36. RNA_substructure
  37. Tissue_cultured
  38. Tissue_natural
  39. Unicellular_organism
  40. Virus
  41. Other
  42. # metaknowledge annotation cues
  43. Polarity-Cue
  44. KT-Cue
  45. CL-Cue
  46. Manner-Cue
  47. Source-Cue
  48. [relations]
  49. # allow any nesting
  50. ENTITY-NESTING Arg1:<ANY>, Arg2:<ANY>
  51. [events]
  52. <GGP-PFG>=Gene_or_gene_product|Protein_family_or_group
  53. <PROTEIN-PART>=Protein_domain_or_region|Amino_acid_monomer
  54. <MK-ARGS>=Cue*:Polarity-Cue|KT-Cue|CL-Cue|Manner-Cue|Source-Cue
  55. Artificial_process Theme*:<ANY>, <MK-ARGS>
  56. Binding Theme+:<ANY>, <MK-ARGS>
  57. Biological_process Theme*:<ANY>, <MK-ARGS>
  58. Cell_adhesion Theme+:<ANY>, <MK-ARGS>
  59. Cell_communication Theme*:<ANY>, <MK-ARGS>
  60. Cell_differentiation Theme*:<ANY>, <MK-ARGS>
  61. Cell_recognition Theme*:<ANY>, <MK-ARGS>
  62. Cellular_physiological_process Theme*:<ANY>, <MK-ARGS>
  63. Cellular_process Theme*:<ANY>, <MK-ARGS>
  64. Correlation Theme*:<ANY>, <MK-ARGS>
  65. DNA_metabolism Theme*:<ANY>, <MK-ARGS>
  66. DNA_modification Theme*:<ANY>, <MK-ARGS>
  67. DNA_recombination Theme*:<ANY>, <MK-ARGS>
  68. Gene_expression Theme*:<ANY>, <MK-ARGS>
  69. Initiation_of_viral_infection Theme*:<ANY>, <MK-ARGS>
  70. Localization Theme*:<ANY>, <MK-ARGS>
  71. Metabolism Theme*:<ANY>, <MK-ARGS>
  72. Molecular_Function Theme*:<ANY>, <MK-ARGS>
  73. Mutagenesis Theme*:<ANY>, <MK-ARGS>
  74. Physiological_process Theme*:<ANY>, <MK-ARGS>
  75. Protein_amino_acid_acetylation Theme*:<ANY>, <MK-ARGS>
  76. Protein_amino_acid_deacetylation Theme*:<ANY>, <MK-ARGS>
  77. Protein_amino_acid_dephosphorylation Theme*:<ANY>, <MK-ARGS>
  78. Protein_amino_acid_phosphorylation Theme*:<ANY>, <MK-ARGS>
  79. Protein_catabolism Theme*:<ANY>, <MK-ARGS>
  80. Protein_metabolism Theme*:<ANY>, <MK-ARGS>
  81. Protein_modification Theme*:<ANY>, <MK-ARGS>
  82. Protein_processing Theme*:<ANY>, <MK-ARGS>
  83. Protein_ubiquitination Theme*:<ANY>, <MK-ARGS>
  84. RNA_metabolism Theme*:<ANY>, <MK-ARGS>
  85. Transcription Theme*:<ANY>, <MK-ARGS>
  86. Translation Theme*:<ANY>, <MK-ARGS>
  87. Viral_life_cycle Theme*:<ANY>, <MK-ARGS>
  88. Regulation Theme*:<ANY>, Cause*:<ANY>, <MK-ARGS>
  89. Negative_regulation Theme*:<ANY>, Cause*:<ANY>, <MK-ARGS>
  90. Positive_regulation Theme*:<ANY>, Cause*:<ANY>, <MK-ARGS>
  91. [attributes]
  92. Polarity Arg:<EVENT>, Value:Negative|Positive, <DEFAULT>:Positive
  93. CL Arg:<EVENT>, Value:L1|L2|L3
  94. Manner Arg:<EVENT>, Value:High|Low|Neutral, <DEFAULT>:Neutral
  95. Source Arg:<EVENT>, Value:Other|Current, <DEFAULT>:Current
  96. KT Arg:<EVENT>, Value:Investigation|Analysis|Observation|Gen-Fact|Gen-Method|Gen-Other