Skip to content

Commit 60a8e27

Browse files
committed
Merge branch 'issue191' of https://github.com/puja-trivedi/models into issue191
2 parents f7a628f + a54acd4 commit 60a8e27

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

jsonld-context-autogen/bke_taxonomy.context.jsonld

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,8 @@
8888
"@prefix": true
8989
},
9090
"NBO-PROPERTY": "http://purl.obolibrary.org/obo/nbo#",
91-
"NCBIGene": "http://identifiers.org/ncbigene/",
92-
"NCBITaxon": {
93-
"@id": "http://purl.obolibrary.org/obo/NCBITaxon_",
94-
"@prefix": true
95-
},
91+
"NCBIGene": "https://www.ncbi.nlm.nih.gov/gene/",
92+
"NCBITaxon": "https://www.ncbi.nlm.nih.gov/taxonomy/",
9693
"NCIT": {
9794
"@id": "http://purl.obolibrary.org/obo/NCIT_",
9895
"@prefix": true
@@ -398,10 +395,7 @@
398395
"in_taxon_label": {
399396
"@id": "biolink:in_taxon_label"
400397
},
401-
"iri": {
402-
"@type": "xsd:anyURI",
403-
"@id": "biolink:iri"
404-
},
398+
"iri": "@type",
405399
"is_color_for_set": {
406400
"@id": "is_color_for_set"
407401
},
@@ -576,10 +570,7 @@
576570
"@type": "prov:Activity",
577571
"@id": "prov:wasGeneratedBy"
578572
},
579-
"xref": {
580-
"@type": "xsd:anyURI",
581-
"@id": "biolink:xref"
582-
},
573+
"xref": "@type",
583574
"Abbreviation": {
584575
"@id": "Abbreviation"
585576
},

0 commit comments

Comments
 (0)