-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathneoplasm.yaml
66 lines (51 loc) · 1.67 KB
/
neoplasm.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
pattern_name: neoplasm
pattern_iri: http://purl.obolibrary.org/obo/mondo/patterns/neoplasm.yaml
description: '
Neoplasms are benign or malignant tissue growths resulting from uncontrolled cell
proliferation cell types.
This is a design pattern for classes representing neoplasms based on their location.
This may be the site of origin, but it can also represent a secondary site for malignant
neoplasms that have metastasized.
We use the generic ''disease has location'' relation, which generalized over primary
and secondary sites.
Note that tumor is typically a synonym for neoplasm, although this can be context
dependent. For NETs, NCIT uses the nomenclature ''tumor'' to indicate ''well differentiated,
low or intermediate grade tumor''. This can also be called carcinoid, see https://www.cancer.org/cancer/gastrointestinal-carcinoid-tumor/about/what-is-gastrointestinal-carcinoid.html
We attempt to spell this out in our labels.'
contributors:
- https://orcid.org/0000-0002-6601-2165
classes:
neoplasm: MONDO:0005070
owl_thing: owl:Thing
relations:
disease has location: RO:0004026
annotationProperties:
exact_synonym: oio:hasExactSynonym
related_synonym: oio:hasRelatedSynonym
vars:
location: owl_thing
name:
text: '%s neoplasm'
vars:
- location
annotations:
- annotationProperty: exact_synonym
text: neoplasm of %s
vars:
- location
- annotationProperty: exact_synonym
text: '%s tumor'
vars:
- location
- annotationProperty: exact_synonym
text: tumor of %s
vars:
- location
def:
text: A neoplasm involving a %s.
vars:
- location
equivalentTo:
text: '''neoplasm'' and ''disease has location'' some %s'
vars:
- location