|
13 | 13 | "description": "The prov:startedAtTime establishes the relationship between prov:Activity and xsd:DateTime that allows one to specify the time when the activity started.", |
14 | 14 | "format": "date-time", |
15 | 15 | "type": "string" |
| 16 | + }, |
| 17 | + "was_associate_with": { |
| 18 | + "$ref": "#/$defs/Agent" |
16 | 19 | } |
17 | 20 | }, |
18 | 21 | "title": "Activity", |
|
22 | 25 | "additionalProperties": false, |
23 | 26 | "description": "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity.", |
24 | 27 | "properties": { |
25 | | - "is_associated_with": { |
26 | | - "$ref": "#/$defs/Activity", |
27 | | - "description": "The brainkb:isAssociatedWith property establishes relationships between different entities: it connects prov:Agent to prov:Activity, reflecting the involvement or connection between an agent and an activity." |
| 28 | + "has_identifier": { |
| 29 | + "$ref": "#/$defs/Identifier" |
28 | 30 | } |
29 | 31 | }, |
30 | 32 | "title": "Agent", |
31 | 33 | "type": "object" |
32 | 34 | }, |
| 35 | + "Annotation": { |
| 36 | + "additionalProperties": false, |
| 37 | + "description": "An annotation is a written explanatory or critical description, or other in-context information (e.g., pattern, motif, link), that has been associated with data or other types of information.", |
| 38 | + "title": "Annotation", |
| 39 | + "type": "object" |
| 40 | + }, |
33 | 41 | "Assertion": { |
34 | 42 | "additionalProperties": false, |
35 | 43 | "description": "A statement made by a particular agent on a particular occasion that a particular proposition is true, based on the evaluation of one or more lines of evidence.", |
36 | 44 | "properties": { |
37 | | - "hasAssertionCategory": { |
| 45 | + "has_annotation": { |
| 46 | + "$ref": "#/$defs/Annotation" |
| 47 | + }, |
| 48 | + "has_assertion_category": { |
38 | 49 | "$ref": "#/$defs/Categories", |
39 | 50 | "description": "The brainkb:hasAssertionCategory property relates brainkb:Evidence and brainkb:Categories, specifying the classification or category that the assertion belongs to." |
40 | 51 | }, |
41 | | - "hasAssertionMethod": { |
42 | | - "$ref": "#/$defs/AssertionMethod", |
43 | | - "description": "The brainkb:hasAssertionMethod property relates an eco:Assertion to an brainkb:AssertionMethod that differentiates different types of assertions techniques used while making an assertion." |
| 52 | + "has_assertion_description": { |
| 53 | + "type": "string" |
44 | 54 | }, |
45 | | - "hasAssertionText": { |
46 | | - "description": "The brainkb:hasAssertionText property relates an eco:Assertion to an xsd:string, providing a textual excerpt of the assertion being made.", |
| 55 | + "has_assertion_summary": { |
| 56 | + "description": "The brainkb:has_assertion_text property relates an eco:Assertion to an xsd:string, providing a textual excerpt of the assertion being made.", |
47 | 57 | "type": "string" |
48 | 58 | }, |
49 | | - "has_data_annotation": { |
50 | | - "$ref": "#/$defs/DataAnnotation" |
| 59 | + "has_evidence_line": { |
| 60 | + "$ref": "#/$defs/EvidenceLine", |
| 61 | + "description": "A relationship between an assertion or proposition and an evidence line used in evaluating its validity." |
51 | 62 | }, |
52 | | - "is_associated_with": { |
53 | | - "$ref": "#/$defs/AssertionSummary", |
54 | | - "description": "The brainkb:isAssociatedWith property establishes relationships between different entities:it links sepio:Assertion to brainkb:AssertionSummary, indicating the association between an assertion and its corresponding summary." |
| 63 | + "was_generated_by": { |
| 64 | + "$ref": "#/$defs/Activity" |
55 | 65 | } |
56 | 66 | }, |
57 | 67 | "title": "Assertion", |
58 | 68 | "type": "object" |
59 | 69 | }, |
60 | | - "AssertionMethod": { |
61 | | - "additionalProperties": false, |
62 | | - "description": "A means by which a statement is made about the entity", |
63 | | - "title": "AssertionMethod", |
64 | | - "type": "object" |
65 | | - }, |
66 | | - "AssertionSummary": { |
67 | | - "additionalProperties": false, |
68 | | - "description": "A summary is a brief statement or description of the main points, especially as a conclusion to a work about the assertion.", |
69 | | - "properties": { |
70 | | - "hasAssertionSummary": { |
71 | | - "description": "The brainkb:hasAssertionSummary property relates a brainkb:AssertionSummary to an xsd:string, providing a concise overview that differentiates various assertions. This summary encapsulates the core content of the assertion, allowing for easy identification and understanding of its essence.", |
72 | | - "type": "string" |
73 | | - } |
74 | | - }, |
75 | | - "title": "AssertionSummary", |
76 | | - "type": "object" |
77 | | - }, |
78 | | - "AssertionType": { |
79 | | - "description": "", |
80 | | - "enum": [ |
81 | | - "Positive", |
82 | | - "Negative", |
83 | | - "Inconclusive" |
84 | | - ], |
85 | | - "title": "AssertionType", |
86 | | - "type": "string" |
87 | | - }, |
88 | 70 | "Categories": { |
89 | 71 | "description": "", |
90 | 72 | "enum": [ |
|
120 | 102 | "title": "Categories", |
121 | 103 | "type": "string" |
122 | 104 | }, |
123 | | - "DataAnnotation": { |
| 105 | + "CellAnnotation": { |
124 | 106 | "additionalProperties": false, |
125 | 107 | "description": "", |
126 | | - "title": "DataAnnotation", |
| 108 | + "title": "CellAnnotation", |
127 | 109 | "type": "object" |
128 | 110 | }, |
129 | 111 | "Document": { |
130 | 112 | "additionalProperties": false, |
131 | 113 | "description": "A collection of information content entities intended to be understood together as a whole", |
| 114 | + "properties": { |
| 115 | + "identifier": { |
| 116 | + "type": "string" |
| 117 | + }, |
| 118 | + "reference": { |
| 119 | + "$ref": "#/$defs/Document" |
| 120 | + } |
| 121 | + }, |
132 | 122 | "title": "Document", |
133 | 123 | "type": "object" |
134 | 124 | }, |
135 | | - "Evidence": { |
| 125 | + "EvidenceDirection": { |
| 126 | + "description": "", |
| 127 | + "enum": [ |
| 128 | + "supporting", |
| 129 | + "disputing", |
| 130 | + "inconclusive" |
| 131 | + ], |
| 132 | + "title": "EvidenceDirection", |
| 133 | + "type": "string" |
| 134 | + }, |
| 135 | + "EvidenceItem": { |
136 | 136 | "additionalProperties": false, |
137 | 137 | "description": "", |
138 | 138 | "properties": { |
139 | | - "hasEvidenceCategory": { |
140 | | - "$ref": "#/$defs/Categories", |
141 | | - "description": "The brainkb:hasEvidenceCategory property relates brainkb:Evidence and brainkb:Categories, specifying the classification or category that the evidence belongs to." |
142 | | - }, |
143 | | - "hasEvidenceText": { |
144 | | - "description": "The brainkb:hasEvidenceText property relates an eco:Evidence to an xsd:string, providing a textual excerpt of the evidence supporting the assertion.", |
145 | | - "type": "string" |
146 | | - }, |
147 | | - "is_associated_with": { |
148 | | - "$ref": "#/$defs/EvidenceSummary", |
149 | | - "description": "The brainkb:isAssociatedWith property establishes relationships between different entities: it associates eco:Evidence with brainkb:EvidenceSummary, signifying the connection between evidence and its summarized representation." |
150 | | - }, |
151 | | - "used_in": { |
152 | | - "$ref": "#/$defs/Assertion", |
153 | | - "description": "The eco:used_in property establishes a relationship between eco:Evidence and eco:Assertion, indicating that the evidence is utilized to support the corresponding assertion." |
| 139 | + "reference": { |
| 140 | + "$ref": "#/$defs/Document" |
154 | 141 | } |
155 | 142 | }, |
156 | | - "title": "Evidence", |
| 143 | + "title": "EvidenceItem", |
157 | 144 | "type": "object" |
158 | 145 | }, |
159 | | - "EvidenceSummary": { |
| 146 | + "EvidenceLine": { |
160 | 147 | "additionalProperties": false, |
161 | | - "description": "A summary is a brief statement or description of the main points, especially as a conclusion to a work about the evidence.", |
| 148 | + "description": "An evidence line represents an independent and meaningful argument for or against a particular proposition, that is based on the interpretation of one or more pieces of information as evidence.", |
162 | 149 | "properties": { |
163 | | - "hasEvidenceSummary": { |
164 | | - "description": "The brainkb:hasEvidenceSummary property relates a brainkb:EvidenceSummary to an xsd:string, providing a concise overview that differentiates various evidence. This summary encapsulates the core content of the evidence, allowing for easy identification and understanding of its essence.", |
| 150 | + "evidence_direction": { |
| 151 | + "$ref": "#/$defs/EvidenceDirection", |
| 152 | + "description": "A relation indicating whether an evidence line supports or disputes a target proposition (or represents inconclusive evidence that is not sufficient for either)." |
| 153 | + }, |
| 154 | + "evidence_line_strength": { |
| 155 | + "$ref": "#/$defs/EvidenceStrength", |
| 156 | + "description": "A relation describing the degree of support provided by an evidence line for a target assertion or proposition." |
| 157 | + }, |
| 158 | + "has_evidence_category": { |
| 159 | + "$ref": "#/$defs/Categories" |
| 160 | + }, |
| 161 | + "has_evidence_item": { |
| 162 | + "$ref": "#/$defs/EvidenceItem", |
| 163 | + "description": "A relation holding between an evidence line and an individual information entity that contributes to the argument it represents." |
| 164 | + }, |
| 165 | + "has_evidenceline_description": { |
165 | 166 | "type": "string" |
| 167 | + }, |
| 168 | + "was_generated_by": { |
| 169 | + "$ref": "#/$defs/Activity" |
166 | 170 | } |
167 | 171 | }, |
168 | | - "title": "EvidenceSummary", |
| 172 | + "title": "EvidenceLine", |
169 | 173 | "type": "object" |
170 | 174 | }, |
171 | | - "Significance": { |
172 | | - "description": "", |
173 | | - "enum": [ |
174 | | - "Clinical", |
175 | | - "NonClinical" |
176 | | - ], |
177 | | - "title": "Significance", |
178 | | - "type": "string" |
179 | | - }, |
180 | | - "SignificanceLevel": { |
| 175 | + "EvidenceStrength": { |
181 | 176 | "description": "", |
182 | 177 | "enum": [ |
183 | 178 | "HighlySignificant", |
|
186 | 181 | "NotSignificant", |
187 | 182 | "Unknown" |
188 | 183 | ], |
189 | | - "title": "SignificanceLevel", |
| 184 | + "title": "EvidenceStrength", |
190 | 185 | "type": "string" |
| 186 | + }, |
| 187 | + "Group": { |
| 188 | + "additionalProperties": false, |
| 189 | + "description": "", |
| 190 | + "properties": { |
| 191 | + "has_identifier": { |
| 192 | + "$ref": "#/$defs/Identifier" |
| 193 | + } |
| 194 | + }, |
| 195 | + "title": "Group", |
| 196 | + "type": "object" |
| 197 | + }, |
| 198 | + "Identifier": { |
| 199 | + "additionalProperties": false, |
| 200 | + "description": "", |
| 201 | + "title": "Identifier", |
| 202 | + "type": "object" |
| 203 | + }, |
| 204 | + "OrcidIdentifier": { |
| 205 | + "additionalProperties": false, |
| 206 | + "description": "", |
| 207 | + "title": "OrcidIdentifier", |
| 208 | + "type": "object" |
| 209 | + }, |
| 210 | + "Organization": { |
| 211 | + "additionalProperties": false, |
| 212 | + "description": "", |
| 213 | + "properties": { |
| 214 | + "has_identifier": { |
| 215 | + "$ref": "#/$defs/Identifier" |
| 216 | + } |
| 217 | + }, |
| 218 | + "title": "Organization", |
| 219 | + "type": "object" |
| 220 | + }, |
| 221 | + "Person": { |
| 222 | + "additionalProperties": false, |
| 223 | + "description": "", |
| 224 | + "properties": { |
| 225 | + "has_identifier": { |
| 226 | + "$ref": "#/$defs/Identifier" |
| 227 | + }, |
| 228 | + "member": { |
| 229 | + "$ref": "#/$defs/Organization" |
| 230 | + } |
| 231 | + }, |
| 232 | + "title": "Person", |
| 233 | + "type": "object" |
| 234 | + }, |
| 235 | + "PersonIdentifier": { |
| 236 | + "additionalProperties": false, |
| 237 | + "description": "", |
| 238 | + "title": "PersonIdentifier", |
| 239 | + "type": "object" |
| 240 | + }, |
| 241 | + "SoftwareAgent": { |
| 242 | + "additionalProperties": false, |
| 243 | + "description": "", |
| 244 | + "properties": { |
| 245 | + "has_identifier": { |
| 246 | + "$ref": "#/$defs/Identifier" |
| 247 | + } |
| 248 | + }, |
| 249 | + "title": "SoftwareAgent", |
| 250 | + "type": "object" |
191 | 251 | } |
192 | 252 | }, |
193 | 253 | "$id": "https://identifiers.org/brain-bican/assertion-evidence-schema", |
|
0 commit comments