annotation.conf
704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# -*- Mode: Text; tab-width: 2; indent-tabs-mode: nil; coding: utf-8; -*-
# vim:set ft=conf ts=2 sw=2 sts=2 autoindent:
# Simple text-based definitions of entity, relation and event types
# and event attributes.
[entities]
patient
age
gender
ethnicity
------
gene
mutation
------
characteristic
disease
------
body-part
location
[relations]
has Arg1:patient, Arg2:age
has Arg1:patient, Arg2:gender
has Arg1:patient, Arg2:ethnicity
has Arg1:mutation, Arg2:characteristic
has Arg1:patient, Arg2:mutation
relatedTo Arg1:mutation, Arg2:disease
has Arg1:disease, Arg2:body-part
has Arg1:gene, Arg2:mutation
has Arg1:mutation, Arg2:location
[events]
# (none defined)
[attributes]
# (none defined)