Skip to content

Commit 1dc4e68

Browse files
committed
removed slot_update:category. category is not defined in this model; however, slot_usage:category is a hard-coded change implemented in the schemasheets convertor. Currently manually removed all occurrences of slot-usage:category from the model for temporary fix
1 parent 94ab5d4 commit 1dc4e68

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

linkml-schema/assertion_evidence.yaml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,14 @@ classes:
147147
description: A collection of information content entities intended to be understood
148148
together as a whole
149149
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
150-
slot_usage:
151-
category:
152-
pattern: ^bican:[A-Z][A-Za-z]+$
150+
153151
class_uri: sepio:Document
154152
Activity:
155153
description: An activity is something that occurs over a period of time and acts
156154
upon or with entities; it may include consuming, processing, transforming, modifying,
157155
relocating, using, or generating entities.
158156
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
159-
slot_usage:
160-
category:
161-
pattern: ^bican:[A-Z][A-Za-z]+$
157+
162158
attributes:
163159
ended_at_time:
164160
description: The prov:endedAtTime establishes the relationship between prov:Activity
@@ -193,9 +189,7 @@ classes:
193189
description: A summary is a brief statement or description of the main points,
194190
especially as a conclusion to a work about the assertion.
195191
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
196-
slot_usage:
197-
category:
198-
pattern: ^bican:[A-Z][A-Za-z]+$
192+
199193
attributes:
200194
has_assertion_summary:
201195
description: The brainkb:hasAssertionSummary property relates a brainkb:AssertionSummary
@@ -211,9 +205,7 @@ classes:
211205
description: A summary is a brief statement or description of the main points,
212206
especially as a conclusion to a work about the evidence.
213207
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
214-
slot_usage:
215-
category:
216-
pattern: ^bican:[A-Z][A-Za-z]+$
208+
217209
attributes:
218210
has_evidence_summary:
219211
description: The brainkb:hasEvidenceSummary property relates a brainkb:EvidenceSummary
@@ -228,15 +220,11 @@ classes:
228220
AssertionMethod:
229221
description: A means by which a statement is made about the entity
230222
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
231-
slot_usage:
232-
category:
233-
pattern: ^bican:[A-Z][A-Za-z]+$
223+
234224
class_uri: eco:0000217
235225
DataAnnotation:
236226
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
237-
slot_usage:
238-
category:
239-
pattern: ^bican:[A-Z][A-Za-z]+$
227+
240228
class_uri: brainkb:DataAnnotation
241229
Evidence:
242230
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema

0 commit comments

Comments
 (0)