-
Notifications
You must be signed in to change notification settings - Fork 0
/
trek.yaml
109 lines (99 loc) · 3.26 KB
/
trek.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
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
104
105
106
107
108
109
id: http://w3id.org/ontogpt/trek
name: trek-template
title: TReK Template
description: >-
A template for TReK
license: https://creativecommons.org/publicdomain/zero/1.0/
prefixes:
linkml: https://w3id.org/linkml/
schema: http://schema.org/
ENVO: http://purl.obolibrary.org/obo/ENVO_
SWEET: http://sweetontology.net/
default_prefix: trek
default_range: string
imports:
- linkml:types
- core
classes:
TReKAnnotations:
tree_root: true
is_a: NamedEntity
attributes:
dois:
description: permanent identifier for the article.
range: DOI
annotations:
prompt: extract the DOI related to the article.
management_actions:
description: A semicolon-separated list of ecosystem management actions being taken as part of the study.
range: ManagementAction
multivalued: true
annotations:
prompt: semicolon-separated list of environmental management actions analyzed
target_species:
description: A semicolon-separated list of focal species for the restoration project.
multivalued: true
range: FocalSpecies
annotations:
prompt: semicolon-separated list of the scientific names of species that are the focus of the restoration project
ecosystem_types:
description: A semicolon-separated list of the types of ecosystem the restoration is taking place in.
range: Ecosystem
multivalued: true
annotations:
prompt: semicolon-separated list of ecosystem types
study_sites:
description: A semicolon-separated list of the location(s) of the research study
range: Site
multivalued: true
annotations:
prompt: semicolon-separated list of locations, using decimal degrees, of the study sites
degradation_types:
range: Degradation
description: A semicolon-separated list of the types of degradation being addressed.
multivalued: true
annotations:
prompt: semicolon-separated list of the types of degradation addressed by the restoration project
DOI:
is_a: NamedEntity
ManagementAction:
is_a: NamedEntity
description: An ecosystem management action being taken as part of the study.
id_prefixes:
- ENVO
- ENVTHES
annotations:
annotators: sqlite:obo:envo, bioportal:envthes
FocalSpecies:
is_a: NamedEntity
description: A focal species in the restoration project.
id_prefixes:
- NCBITAXON
annotations:
annotators: sqlite:obo:envo, bioportal:envthes, bioportal:ncbitaxon
Ecosystem:
is_a: NamedEntity
description: An ecosystem the restoration is taking place in.
id_prefixes:
- ENVO
- SWEET
- ENVTHES
annotations:
annotators: sqlite:obo:envo, bioportal:envthes
Site:
is_a: NamedEntity
description: A geographic location of the research study.
id_prefixes:
- GAZ
- ENVTHES
annotations:
annotators: sqlite:obo:envo, bioportal:gaz, bioportal:envthes
Degradation:
is_a: NamedEntity
description: A type of ecological degradation being addressed.
id_prefixes:
- ENVO
- SWEET
- ENVTHES
annotations:
annotators: sqlite:obo:envo, bioportal:envthes