-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathboneLengthAlongAxis.yaml
More file actions
103 lines (89 loc) · 2.49 KB
/
Copy pathboneLengthAlongAxis.yaml
File metadata and controls
103 lines (89 loc) · 2.49 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
pattern_name: boneLengthAlongAxis
pattern_iri: http://purl.obolibrary.org/obo/oba/patterns/boneLengthAlongAxis.yaml
description: "A bone length trait that is the line along an axis of a bone."
# examples:
# - http://purl.obolibrary.org/obo/FOVT_0001308 # canine tooth medial-lateral diameter
# - http://purl.obolibrary.org/obo/FOVT_0001080 # calcaneous proximal breadth (synonym: calcaneous proximal length medial-lateral)
contributors:
- https://orcid.org/0000-0002-7073-9172 # David Osumi-Sutherland
- https://orcid.org/0000-0001-8314-2140 # Ray Stefancsik
- https://orcid.org/0000-0002-7356-1779 # Nicolas Matentzoglu
- https://orcid.org/0000-0003-2699-3066 # Meghan A. Balk
classes:
skeletal_element: UBERON:0004765
length: PATO:0000122
anatomical_axis: BSPO:0000010
NCBITaxon: OBI:0100026
relations:
characteristic_of: RO:0000052
part_of: BFO:0000050
annotationProperties:
exact_synonym: oio:hasExactSynonym
related_synonym: oio:hasRelatedSynonym
broad_synonym: oio:hasBroadSynonym
xref: oio:hasDbXref
measured_in_taxon: xsd:string
not_measured_in_taxon: xsd:string
comment: rdfs:comment
data_list_vars:
def_ref: "'xref'" # reference(s) to the source(s) of definition
vars:
bone: 'skeletal_element'
axis: 'anatomical_axis'
fovt: "xsd:string" # FOVT id
def_ref: "xsd:string"
taxa: "NCBITaxon"
your_comments: "xsd:string" # comments, clarifications for users
name:
text: "%s %s length"
vars:
- bone
- axis
annotations:
- annotationProperty: related_synonym
text: "%s length %s"
vars:
- bone
- axis
- annotationProperty: broad_synonym
text: "%s length %s"
vars:
- bone
- axis
- annotationProperty: exact_synonym
text: "%s length %s"
vars:
- bone
- axis
- annotationProperty: xref
text: "FOVT:%s" # give FOVT id here
vars:
- fovt
- annotationProperty: measured_in_taxon
text: "%s"
vars:
- taxa
- annotationProperty: not_measured_in_taxon
text: "%s"
vars:
- taxa
- annotationProperty: comment
text: "%s"
vars:
- your_comments
def:
text: "The length of a %s along the %s."
vars:
- bone
- axis
annotations:
- annotationProperty: xref
value: def_ref
logical_axioms:
- axiom_type: subClassOf
text: "'length' and ('characteristic_of' some ('part_of' some %s))"
# if part of a bone [e.g., 'distalmost' ('part of' some humerus)]
# NOTE: Everything is part of itself.
vars:
- bone