-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathbenign.yaml
49 lines (36 loc) · 1.03 KB
/
benign.yaml
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
pattern_name: benign
pattern_iri: http://purl.obolibrary.org/obo/mondo/patterns/benign.yaml
description: '
This is a design pattern for classes representing benign neoplasms, extending a
generic neoplasm class. For example, a benign adrenal gland pheochromocytoma, defined
as being the benign form of the more general adrenal gland pheochromocytoma.
TODO: encode alternate way of representing'
contributors:
- https://orcid.org/0000-0002-6601-2165
classes:
neoplasm: MONDO:0005070
neoplastic, non-malignant: PATO:0002096
relations:
has characteristic: RO:0000053
annotationProperties:
exact_synonym: oio:hasExactSynonym
related_synonym: oio:hasRelatedSynonym
vars:
neoplasm: '''neoplasm'''
name:
text: benign %s
vars:
- neoplasm
annotations:
- annotationProperty: exact_synonym
text: '%s, benign'
vars:
- neoplasm
def:
text: A form of %s without malignant characteristics.
vars:
- neoplasm
equivalentTo:
text: '%s and ''has characteristic'' some ''neoplastic, non-malignant'''
vars:
- neoplasm