Skip to content

Commit 157540b

Browse files
authored
Generate new version of the linkml model for assertion_evidence
1 parent 514a269 commit 157540b

File tree

6 files changed

+254
-221
lines changed

6 files changed

+254
-221
lines changed

linkml-schema/assertion_evidence.yaml

Lines changed: 163 additions & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,26 @@ id: https://identifiers.org/brain-bican/assertion-evidence-schema
44
imports:
55
- linkml:types
66
prefixes:
7-
linkml: https://w3id.org/linkml/
87
bican: https://identifiers.org/brain-bican/vocab/
9-
spdx: http://spdx.org/rdf/terms#
10-
schema: http://schema.org/
118
brainkb: https://brainkb.org/
12-
prov: http://www.w3.org/ns/prov#
9+
datacite: http://purl.org/spar/datacite/
10+
dcterms: http://purl.org/dc/terms/
1311
eco: http://purl.obolibrary.org/obo/ECO_
12+
edam: http://edamontology.org/
13+
foaf: http://xmlns.com/foaf/0.1/
14+
iao: http://purl.obolibrary.org/obo/IAO_
15+
linkml: https://w3id.org/linkml/
16+
oa: http://www.w3.org/ns/oa#
17+
prov: http://www.w3.org/ns/prov#
18+
ro: http://purl.obolibrary.org/obo/RO_
19+
schema: http://schema.org/
1420
sepio: http://purl.obolibrary.org/obo/SEPIO_
21+
sio: http://semanticscience.org/resource/SIO_
22+
spdx: http://spdx.org/rdf/terms#
23+
braiankb: http://example.org/braiankb/
1524
default_prefix: brainkb
1625
default_range: string
1726
enums:
18-
AssertionType:
19-
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
20-
permissible_values:
21-
Positive: {}
22-
Negative: {}
23-
Inconclusive: {}
2427
Categories:
2528
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
2629
permissible_values:
@@ -52,7 +55,7 @@ enums:
5255
Translational: {}
5356
Therapeutic: {}
5457
CognitiveNeuroscience: {}
55-
SignificanceLevel:
58+
EvidenceStrength:
5659
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
5760
permissible_values:
5861
HighlySignificant:
@@ -66,94 +69,41 @@ enums:
6669
Unknown:
6770
description: Specifies that the significance level is unknown as the information
6871
is not present in the study.
69-
Significance:
72+
EvidenceDirection:
7073
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
7174
permissible_values:
72-
Clinical: {}
73-
NonClinical: {}
75+
supporting: {}
76+
disputing: {}
77+
inconclusive: {}
7478
slots:
75-
uses:
76-
description: The eco:uses property is the inverse of the eco:used_in property
77-
and defines the relationship between eco:Assertion and eco:Evidence, indicating
78-
that an assertion relies on the evidence.
79+
was_associate_with:
7980
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
80-
range: Evidence
81-
used_in:
82-
description: The eco:used_in property establishes a relationship between eco:Evidence
83-
and eco:Assertion, indicating that the evidence is utilized to support the corresponding
84-
assertion.
81+
has_identifier:
8582
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
86-
range: Assertion
87-
has_assertion_method:
88-
description: The brainkb:hasAssertionMethod property relates an eco:Assertion
89-
to an brainkb:AssertionMethod that differentiates different types of assertions
90-
techniques used while making an assertion.
83+
has_annotation:
9184
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
92-
range: AssertionMethod
93-
is_associated_with:
85+
was_generated_by:
9486
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
95-
has_data_annotation:
87+
has_evidence_line:
9688
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
97-
classes:
98-
Assertion:
99-
description: A statement made by a particular agent on a particular occasion that
100-
a particular proposition is true, based on the evaluation of one or more lines
101-
of evidence.
89+
reference:
10290
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
103-
slots:
104-
- has_assertion_method
105-
- is_associated_with
106-
- has_data_annotation
107-
slot_usage:
108-
has_assertion_method:
109-
description: The brainkb:hasAssertionMethod property relates an eco:Assertion
110-
to an brainkb:AssertionMethod that differentiates different types of assertions
111-
techniques used while making an assertion.
112-
is_associated_with:
113-
description: The brainkb:isAssociatedWith property establishes relationships
114-
between different entities:it links sepio:Assertion to brainkb:AssertionSummary,
115-
indicating the association between an assertion and its corresponding summary.
116-
range: AssertionSummary
117-
has_data_annotation:
118-
range: DataAnnotation
119-
120-
attributes:
121-
has_assertion_category:
122-
description: The brainkb:hasAssertionCategory property relates brainkb:Evidence
123-
and brainkb:Categories, specifying the classification or category that the
124-
assertion belongs to.
125-
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
126-
slot_uri: brainkb:hasAssertionCategory
127-
alias: hasAssertionCategory
128-
range: Categories
129-
has_assertion_text:
130-
description: The brainkb:hasAssertionText property relates an eco:Assertion
131-
to an xsd:string, providing a textual excerpt of the assertion being made.
132-
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
133-
slot_uri: brainkb:hasAssertionText
134-
alias: hasAssertionText
135-
range: string
136-
has_assertion_method:
137-
description: The brainkb:hasAssertionMethod property relates an eco:Assertion
138-
to an eco:assertion method that differentiates different types of assertions
139-
techniques used while making an assertion.
140-
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
141-
slot_uri: brainkb:hasAssertionMethod
142-
alias: hasAssertionMethod
143-
range: AssertionMethod
144-
class_uri: sepio:Assertion
145-
Document:
146-
description: A collection of information content entities intended to be understood
147-
together as a whole
91+
has_evidence_item:
14892
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
149-
150-
class_uri: sepio:Document
93+
member:
94+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
95+
classes:
15196
Activity:
15297
description: An activity is something that occurs over a period of time and acts
15398
upon or with entities; it may include consuming, processing, transforming, modifying,
15499
relocating, using, or generating entities.
155100
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
156-
101+
slots:
102+
- was_associate_with
103+
slot_usage:
104+
was_associate_with:
105+
slot_uri: prov:wasAssociatedWith
106+
range: Agent
157107
attributes:
158108
ended_at_time:
159109
description: The prov:endedAtTime establishes the relationship between prov:Activity
@@ -174,83 +124,152 @@ classes:
174124
activity.
175125
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
176126
slots:
177-
- is_associated_with
127+
- has_identifier
178128
slot_usage:
179-
is_associated_with:
180-
description: 'The brainkb:isAssociatedWith property establishes relationships
181-
between different entities: it connects prov:Agent to prov:Activity, reflecting
182-
the involvement or connection between an agent and an activity.'
183-
range: Activity
184-
129+
has_identifier:
130+
slot_uri: edam:has_identifier
131+
range: Identifier
185132
class_uri: prov:Agent
186-
AssertionSummary:
187-
description: A summary is a brief statement or description of the main points,
188-
especially as a conclusion to a work about the assertion.
133+
Annotation:
134+
description: An annotation is a written explanatory or critical description, or
135+
other in-context information (e.g., pattern, motif, link), that has been associated
136+
with data or other types of information.
137+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
138+
class_uri: oa:Annotation
139+
Assertion:
140+
description: A statement made by a particular agent on a particular occasion that
141+
a particular proposition is true, based on the evaluation of one or more lines
142+
of evidence.
189143
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
190-
144+
slots:
145+
- has_annotation
146+
- was_generated_by
147+
- has_evidence_line
148+
slot_usage:
149+
has_annotation:
150+
slot_uri: sio:000255
151+
range: Annotation
152+
was_generated_by:
153+
slot_uri: prov:wasGeneratedBy
154+
range: Activity
155+
has_evidence_line:
156+
description: A relationship between an assertion or proposition and an evidence
157+
line used in evaluating its validity.
158+
slot_uri: sepio:0000006
159+
range: EvidenceLine
191160
attributes:
161+
has_assertion_category:
162+
description: The brainkb:hasAssertionCategory property relates brainkb:Evidence
163+
and brainkb:Categories, specifying the classification or category that the
164+
assertion belongs to.
165+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
166+
slot_uri: brainkb:has_assertion_category
167+
range: Categories
168+
has_assertion_description:
169+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
170+
slot_uri: brainkb:has_assertion_description
171+
range: string
192172
has_assertion_summary:
193-
description: The brainkb:hasAssertionSummary property relates a brainkb:AssertionSummary
194-
to an xsd:string, providing a concise overview that differentiates various
195-
assertions. This summary encapsulates the core content of the assertion,
196-
allowing for easy identification and understanding of its essence.
173+
description: The brainkb:has_assertion_text property relates an eco:Assertion
174+
to an xsd:string, providing a textual excerpt of the assertion being made.
197175
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
198-
slot_uri: brainkb:hasAssertionSummary
199-
alias: hasAssertionSummary
176+
slot_uri: brainkb:has_assertion_summary
200177
range: string
201-
class_uri: brainkb:AssertionSummary
202-
EvidenceSummary:
203-
description: A summary is a brief statement or description of the main points,
204-
especially as a conclusion to a work about the evidence.
178+
class_uri: sepio:0000001
179+
CellAnnotation:
205180
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
206-
181+
is_a: Annotation
182+
class_uri: brainkb:CellAnnotation
183+
Document:
184+
description: A collection of information content entities intended to be understood
185+
together as a whole
186+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
187+
is_a: EvidenceItem
207188
attributes:
208-
has_evidence_summary:
209-
description: The brainkb:hasEvidenceSummary property relates a brainkb:EvidenceSummary
210-
to an xsd:string, providing a concise overview that differentiates various
211-
evidence. This summary encapsulates the core content of the evidence, allowing
212-
for easy identification and understanding of its essence.
189+
identifier:
213190
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
214-
slot_uri: brainkb:hasEvidenceSummary
215-
alias: hasEvidenceSummary
216-
range: string
217-
class_uri: brainkb:EvidenceSummary
218-
AssertionMethod:
219-
description: A means by which a statement is made about the entity
220-
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
221-
222-
class_uri: eco:0000217
223-
DataAnnotation:
191+
slot_uri: datacite:identifier
192+
range: uri
193+
class_uri: iao:0000310
194+
EvidenceItem:
224195
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
225-
226-
class_uri: brainkb:DataAnnotation
227-
Evidence:
196+
slots:
197+
- reference
198+
slot_usage:
199+
reference:
200+
slot_uri: sepio:0000442
201+
range: Document
202+
class_uri: sepio:0000149
203+
EvidenceLine:
204+
description: An evidence line represents an independent and meaningful argument
205+
for or against a particular proposition, that is based on the interpretation
206+
of one or more pieces of information as evidence.
228207
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
229208
slots:
230-
- used_in
231-
- is_associated_with
209+
- has_evidence_item
210+
- was_generated_by
232211
slot_usage:
233-
used_in: {}
234-
is_associated_with:
235-
description: 'The brainkb:isAssociatedWith property establishes relationships
236-
between different entities: it associates eco:Evidence with brainkb:EvidenceSummary,
237-
signifying the connection between evidence and its summarized representation.'
238-
range: EvidenceSummary
239-
212+
has_evidence_item:
213+
description: A relation holding between an evidence line and an individual
214+
information entity that contributes to the argument it represents.
215+
slot_uri: sepio:0000084
216+
range: EvidenceItem
217+
was_generated_by:
218+
slot_uri: prov:wasGeneratedBy
219+
range: Activity
240220
attributes:
221+
evidence_direction:
222+
description: A relation indicating whether an evidence line supports or disputes
223+
a target proposition (or represents inconclusive evidence that is not sufficient
224+
for either).
225+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
226+
slot_uri: sepio:0000183
227+
range: EvidenceDirection
228+
evidence_line_strength:
229+
description: A relation describing the degree of support provided by an evidence
230+
line for a target assertion or proposition.
231+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
232+
slot_uri: sepio:0000132
233+
range: EvidenceStrength
241234
has_evidence_category:
242-
description: The brainkb:hasEvidenceCategory property relates brainkb:Evidence
243-
and brainkb:Categories, specifying the classification or category that the
244-
evidence belongs to.
245235
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
246-
slot_uri: brainkb:hasEvidenceCategory
247-
alias: hasEvidenceCategory
236+
slot_uri: brainkb:has_evidence_category
248237
range: Categories
249-
has_evidence_text:
250-
description: The brainkb:hasEvidenceText property relates an eco:Evidence
251-
to an xsd:string, providing a textual excerpt of the evidence supporting
252-
the assertion.
238+
has_evidenceline_description:
253239
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
254-
slot_uri: brainkb:hasEvidenceText
255-
alias: hasEvidenceText
240+
slot_uri: braiankb:has_evidenceline_description
256241
range: string
242+
class_uri: sepio:0000002
243+
Group:
244+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
245+
is_a: Agent
246+
class_uri: foaf:Group
247+
Identifier:
248+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
249+
class_uri: edam:data_0842
250+
OrcidIdentifier:
251+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
252+
is_a: PersonIdentifier
253+
class_uri: edam:data_4022
254+
Organization:
255+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
256+
is_a: Group
257+
class_uri: prov:Organization
258+
Person:
259+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
260+
is_a: Agent
261+
slots:
262+
- member
263+
slot_usage:
264+
member:
265+
slot_uri: foaf:member
266+
range: Organization
267+
class_uri: prov:Person
268+
PersonIdentifier:
269+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
270+
is_a: Identifier
271+
class_uri: edam:data_2118
272+
SoftwareAgent:
273+
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
274+
is_a: Agent
275+
class_uri: prov:SoftwareAgent

0 commit comments

Comments
 (0)