-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathmalignant.yaml
48 lines (36 loc) · 1012 Bytes
/
malignant.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
pattern_name: malignant
pattern_iri: http://purl.obolibrary.org/obo/mondo/patterns/malignant.yaml
description: 'This is a design pattern for classes representing malignant neoplasms, extending a
generic neoplasm class.
Examples: [malignant carotid body paraganglioma](http://purl.obolibrary.org/obo/MONDO_0004650),
[malignant germ cell tumor](http://purl.obolibrary.org/obo/MONDO_0006290)'
contributors:
- https://orcid.org/0000-0002-6601-2165
classes:
neoplasm: MONDO:0005070
malignant: PATO:0002097
owl_thing: owl:Thing
relations:
has characteristic: RO:0000053
annotationProperties:
exact_synonym: oio:hasExactSynonym
related_synonym: oio:hasRelatedSynonym
vars:
neoplasm: owl_thing
name:
text: malignant %s
vars:
- neoplasm
annotations:
- annotationProperty: exact_synonym
text: '%s, malignant'
vars:
- neoplasm
def:
text: A malignant form of %s.
vars:
- neoplasm
equivalentTo:
text: '%s and ''has characteristic'' some ''malignant'''
vars:
- neoplasm