-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinconsistency_rules.xml
63 lines (63 loc) · 2.48 KB
/
inconsistency_rules.xml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0"?>
<rules>
<rule name="response_to_antibiotic">
<inconsistency name="Object">
<feature value="response to antibiotic"></feature>
<feature value="no response to antibiotic"></feature>
</inconsistency>
</rule>
<rule name="confers_resistance_to_antibiotic">
<inconsistency name="Predicate">
<feature value="confers resistance to antibiotic"></feature>
<feature value="confers no resistance to antibiotic"></feature>
</inconsistency>
</rule>
<rule name="confers_resistance_to_antibiotic_after_30_mins">
<inconsistency name="Predicate">
<feature value="confers resistance to antibiotic after 30 mins"></feature>
<feature value="confers no resistance to antibiotic after 30 mins"></feature>
</inconsistency>
</rule>
<rule name="confers_resistance_to_antibiotic_after_15_hours">
<inconsistency name="Predicate">
<feature value="confers resistance to antibiotic after 15 hours"></feature>
<feature value="confers no resistance to antibiotic after 15 hours"></feature>
</inconsistency>
</rule>
<rule name="confers_resistance_to_antibiotic_after_18_hours">
<inconsistency name="Predicate">
<feature value="confers resistance to antibiotic after 18 hours"></feature>
<feature value="confers no resistance to antibiotic after 18 hours"></feature>
</inconsistency>
</rule>
<rule name="confers_resistance_to_antibiotic_after_36_hours">
<inconsistency name="Predicate">
<feature value="confers resistance to antibiotic after 36 hours"></feature>
<feature value="confers no resistance to antibiotic after 36 hours"></feature>
</inconsistency>
</rule>
<rule name="confers_resistance_to_antibiotic_after_3_days">
<inconsistency name="Predicate">
<feature value="confers resistance to antibiotic after 3 days"></feature>
<feature value="confers no resistance to antibiotic after 3 days"></feature>
</inconsistency>
</rule>
<rule name="confers_resistance_to_antibiotic_after_7_days">
<inconsistency name="Predicate">
<feature value="confers resistance to antibiotic after 7 days"></feature>
<feature value="confers no resistance to antibiotic after 7 days"></feature>
</inconsistency>
</rule>
<rule name="activates">
<inconsistency name="Predicate">
<feature value="activates"></feature>
<feature value="no activates"></feature>
</inconsistency>
</rule>
<rule name="represses">
<inconsistency name="Predicate">
<feature value="represses"></feature>
<feature value="no represses"></feature>
</inconsistency>
</rule>
</rules>