Skip to content

Commit a01e82d

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. Part 2 - removed 3 more that were missed in the first round.
1 parent 1dc4e68 commit a01e82d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

linkml-schema/assertion_evidence.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ classes:
116116
range: AssertionSummary
117117
has_data_annotation:
118118
range: DataAnnotation
119-
category:
120-
pattern: ^bican:[A-Z][A-Za-z]+$
119+
121120
attributes:
122121
has_assertion_category:
123122
description: The brainkb:hasAssertionCategory property relates brainkb:Evidence
@@ -182,8 +181,7 @@ classes:
182181
between different entities: it connects prov:Agent to prov:Activity, reflecting
183182
the involvement or connection between an agent and an activity.'
184183
range: Activity
185-
category:
186-
pattern: ^bican:[A-Z][A-Za-z]+$
184+
187185
class_uri: prov:Agent
188186
AssertionSummary:
189187
description: A summary is a brief statement or description of the main points,
@@ -238,8 +236,7 @@ classes:
238236
between different entities: it associates eco:Evidence with brainkb:EvidenceSummary,
239237
signifying the connection between evidence and its summarized representation.'
240238
range: EvidenceSummary
241-
category:
242-
pattern: ^bican:[A-Z][A-Za-z]+$
239+
243240
attributes:
244241
has_evidence_category:
245242
description: The brainkb:hasEvidenceCategory property relates brainkb:Evidence

0 commit comments

Comments
 (0)