-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathlocation.yaml
54 lines (42 loc) · 1.14 KB
/
location.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
pattern_name: location
pattern_iri: http://purl.obolibrary.org/obo/mondo/patterns/location.yaml
description: 'A disease that is located in a specific anatomical site.
Examples: [''abdominal cystic lymphangioma''](http://purl.obolibrary.org/obo/MONDO_0021726),
[''articular cartilage disease''](http://purl.obolibrary.org/obo/MONDO_0003816),
[''urethral disease''](http://purl.obolibrary.org/obo/MONDO_0004184)'
contributors:
- https://orcid.org/0000-0002-6601-2165
- https://orcid.org/0000-0001-5208-3432
classes:
disease: MONDO:0000001
anatomical entity: UBERON:0001062
cell: CL:0000000
relations:
disease has location: RO:0004026
annotationProperties:
exact_synonym: oio:hasExactSynonym
related_synonym: oio:hasRelatedSynonym
vars:
disease: '''disease'''
location: '''anatomical entity'' or ''cell'''
name:
text: '%s of %s'
vars:
- disease
- location
annotations:
- annotationProperty: exact_synonym
text: '%s %s'
vars:
- location
- disease
def:
text: A %s that involves the %s.
vars:
- disease
- location
equivalentTo:
text: '%s and ''disease has location'' some %s'
vars:
- disease
- location