File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change 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
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_" ,
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 } ,
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 } ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments