Skip to content

Commit 750395f

Browse files
committed
Merge branch 'issue191' of https://github.com/puja-trivedi/models into issue191
2 parents 420130f + 53ef5f5 commit 750395f

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

jsonld-context-autogen/bke_taxonomy.context.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@prefix": true
8989
},
9090
"NBO-PROPERTY": "http://purl.obolibrary.org/obo/nbo#",
91-
"NCBIGene": "https://www.ncbi.nlm.nih.gov/gene/",
91+
"NCBIGene": "http://identifiers.org/ncbigene/",
9292
"NCBITaxon": "https://www.ncbi.nlm.nih.gov/taxonomy/",
9393
"NCIT": {
9494
"@id": "http://purl.obolibrary.org/obo/NCIT_",

jsonld-context-autogen/genome_annotation.context.jsonld

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,7 @@
9090
"NBO-PROPERTY": "http://purl.obolibrary.org/obo/nbo#",
9191
"NCBIAssembly": "https://www.ncbi.nlm.nih.gov/assembly/",
9292
"NCBIGene": "http://identifiers.org/ncbigene/",
93-
"NCBITaxon": {
94-
"@id": "http://purl.obolibrary.org/obo/NCBITaxon_",
95-
"@prefix": true
96-
},
93+
"NCBITaxon": "https://www.ncbi.nlm.nih.gov/taxonomy/",
9794
"NCIT": {
9895
"@id": "http://purl.obolibrary.org/obo/NCIT_",
9996
"@prefix": true
@@ -176,10 +173,6 @@
176173
"gff3": "https://github.com/The-Sequence-Ontology/Specifications/blob/master/gff3.md#",
177174
"gpi": "https://github.com/geneontology/go-annotation/blob/master/specs/gpad-gpi-2-0.md#",
178175
"linkml": "https://w3id.org/linkml/",
179-
"ncbi": {
180-
"@id": "https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id=",
181-
"@prefix": true
182-
},
183176
"oboInOwl": "http://www.geneontology.org/formats/oboInOwl#",
184177
"orphanet": {
185178
"@id": "http://www.orpha.net/ORDO/Orphanet_",
@@ -297,10 +290,7 @@
297290
"in_taxon_label": {
298291
"@id": "biolink:in_taxon_label"
299292
},
300-
"iri": {
301-
"@type": "xsd:anyURI",
302-
"@id": "biolink:iri"
303-
},
293+
"iri": "@type",
304294
"license": {
305295
"@id": "biolink:license"
306296
},
@@ -349,10 +339,7 @@
349339
"version": {
350340
"@id": "biolink:version"
351341
},
352-
"xref": {
353-
"@type": "xsd:anyURI",
354-
"@id": "biolink:xref"
355-
},
342+
"xref": "@type",
356343
"Activity": {
357344
"@id": "biolink:Activity"
358345
},

models_py-autogen/genome_annotation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ def __contains__(self, key:str) -> bool:
7272
'name': 'genome-annotation-schema',
7373
'prefixes': {'NCBIAssembly': {'prefix_prefix': 'NCBIAssembly',
7474
'prefix_reference': 'https://www.ncbi.nlm.nih.gov/assembly/'},
75+
'NCBITaxon': {'prefix_prefix': 'NCBITaxon',
76+
'prefix_reference': 'https://www.ncbi.nlm.nih.gov/taxonomy/'},
7577
'bican': {'prefix_prefix': 'bican',
7678
'prefix_reference': 'https://identifiers.org/brain-bican/vocab/'},
7779
'linkml': {'prefix_prefix': 'linkml',
7880
'prefix_reference': 'https://w3id.org/linkml/'},
79-
'ncbi': {'prefix_prefix': 'ncbi',
80-
'prefix_reference': 'https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?mode=Info&id='},
8181
'schema': {'prefix_prefix': 'schema',
8282
'prefix_reference': 'http://schema.org/'}},
8383
'source_file': 'genome_annotation.yaml',

0 commit comments

Comments
 (0)