Skip to content

Commit 4dde8dc

Browse files
committed
Merge branch 'issue191' of https://github.com/puja-trivedi/models into issue191
2 parents 19118cd + 162897b commit 4dde8dc

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

jsonld-context-autogen/bke_taxonomy.context.jsonld

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,10 @@
395395
"in_taxon_label": {
396396
"@id": "biolink:in_taxon_label"
397397
},
398-
"iri": "@type",
398+
"iri": {
399+
"@type": "xsd:anyURI",
400+
"@id": "biolink:iri"
401+
},
399402
"is_color_for_set": {
400403
"@id": "is_color_for_set"
401404
},
@@ -570,7 +573,10 @@
570573
"@type": "prov:Activity",
571574
"@id": "prov:wasGeneratedBy"
572575
},
573-
"xref": "@type",
576+
"xref": {
577+
"@type": "xsd:anyURI",
578+
"@id": "biolink:xref"
579+
},
574580
"Abbreviation": {
575581
"@id": "Abbreviation"
576582
},

jsonld-context-autogen/genome_annotation.context.jsonld

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,10 @@
290290
"in_taxon_label": {
291291
"@id": "biolink:in_taxon_label"
292292
},
293-
"iri": "@type",
293+
"iri": {
294+
"@type": "xsd:anyURI",
295+
"@id": "biolink:iri"
296+
},
294297
"license": {
295298
"@id": "biolink:license"
296299
},
@@ -339,7 +342,10 @@
339342
"version": {
340343
"@id": "biolink:version"
341344
},
342-
"xref": "@type",
345+
"xref": {
346+
"@type": "xsd:anyURI",
347+
"@id": "biolink:xref"
348+
},
343349
"Activity": {
344350
"@id": "biolink:Activity"
345351
},

0 commit comments

Comments
 (0)