Skip to content

Commit 4630955

Browse files
generate another formats for bke_taxonomy model(s)
1 parent c6079bc commit 4630955

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

models_py-autogen/bke_taxonomy.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def __contains__(self, key:str) -> bool:
7171
'id': 'https:/w3id.org/brain-bican/bke-taxonomy',
7272
'imports': ['bican_biolink',
7373
'bican_prov',
74+
'bican_core',
7475
'genome_annotation',
7576
'anatomical_structure',
7677
'linkml:types'],
@@ -13800,7 +13801,8 @@ class ObservationMatrix(ProvEntity, NamedThing):
1380013801
"""
1380113802
linkml_meta: ClassVar[LinkMLMeta] = LinkMLMeta({'from_schema': 'https:/w3id.org/brain-bican/bke-taxonomy',
1380213803
'mixins': ['ProvEntity'],
13803-
'slot_usage': {'content_url': {'local_names': {'allen': {'local_name_source': 'allen',
13804+
'slot_usage': {'content_url': {'from_schema': 'bican_core',
13805+
'local_names': {'allen': {'local_name_source': 'allen',
1380413806
'local_name_value': 'url'}},
1380513807
'name': 'content_url'},
1380613808
'has_variable': {'description': 'One of set of genes which '
@@ -15441,7 +15443,8 @@ class MatrixFile(ProvEntity, NamedThing):
1544115443
"""
1544215444
linkml_meta: ClassVar[LinkMLMeta] = LinkMLMeta({'from_schema': 'https:/w3id.org/brain-bican/bke-taxonomy',
1544315445
'mixins': ['ProvEntity'],
15444-
'slot_usage': {'content_url': {'local_names': {'allen': {'local_name_source': 'allen',
15446+
'slot_usage': {'content_url': {'from_schema': 'bican_core',
15447+
'local_names': {'allen': {'local_name_source': 'allen',
1544515448
'local_name_value': 'url'}},
1544615449
'name': 'content_url'},
1544715450
'xref': {'local_names': {'allen': {'local_name_source': 'allen',

0 commit comments

Comments
 (0)