Skip to content

Commit 86f9756

Browse files
generate another formats for genome_annotation model(s)
1 parent f793823 commit 86f9756

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

jsonld-context-autogen/genome_annotation.context.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
"@prefix": true
8989
},
9090
"NBO-PROPERTY": "http://purl.obolibrary.org/obo/nbo#",
91-
"NCBIAssembly": "https://www.ncbi.nlm.nih.gov/assembly/",
91+
"NCBIAssembly": "http://identifiers.org/assembly/",
9292
"NCBIGene": "http://identifiers.org/ncbigene/",
93-
"NCBITaxon": "https://www.ncbi.nlm.nih.gov/taxonomy/",
93+
"NCBITaxon": "http://identifiers.org/taxonomy/",
9494
"NCIT": {
9595
"@id": "http://purl.obolibrary.org/obo/NCIT_",
9696
"@prefix": true

models_py-autogen/genome_annotation.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ def __contains__(self, key:str) -> bool:
7171
'imports': ['linkml:types', 'bican_biolink', 'bican_core'],
7272
'name': 'genome-annotation-schema',
7373
'prefixes': {'NCBIAssembly': {'prefix_prefix': 'NCBIAssembly',
74-
'prefix_reference': 'https://www.ncbi.nlm.nih.gov/assembly/'},
74+
'prefix_reference': 'http://identifiers.org/assembly/'},
75+
'NCBIGene': {'prefix_prefix': 'NCBIGene',
76+
'prefix_reference': 'http://identifiers.org/ncbigene/'},
7577
'NCBITaxon': {'prefix_prefix': 'NCBITaxon',
76-
'prefix_reference': 'https://www.ncbi.nlm.nih.gov/taxonomy/'},
78+
'prefix_reference': 'http://identifiers.org/taxonomy/'},
7779
'bican': {'prefix_prefix': 'bican',
7880
'prefix_reference': 'https://identifiers.org/brain-bican/vocab/'},
7981
'linkml': {'prefix_prefix': 'linkml',

0 commit comments

Comments
 (0)