Skip to content

Commit 162897b

Browse files
generate another formats for genome_annotation model(s)
1 parent 5c607d5 commit 162897b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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)