Skip to content

Commit 0392f09

Browse files
committed
Merge branch 'issue191' of https://github.com/puja-trivedi/models into issue191
2 parents 36790b1 + 55eda5b commit 0392f09

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

jsonld-context-autogen/bke_taxonomy.context.jsonld

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,10 @@
218218
},
219219
"@id": "authority"
220220
},
221-
"category": "@type",
221+
"category": {
222+
"@type": "xsd:anyURI",
223+
"@id": "biolink:category"
224+
},
222225
"cell_type_set_type": {
223226
"@id": "cell_type_set_type"
224227
},
@@ -761,4 +764,5 @@
761764
"@id": "VersionedNamedThing"
762765
}
763766
}
764-
}
767+
}
768+

jsonld-context-autogen/genome_annotation.context.jsonld

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,10 @@
207207
},
208208
"@id": "authority"
209209
},
210-
"category": "@type",
210+
"category": {
211+
"@type": "xsd:anyURI",
212+
"@id": "biolink:category"
213+
},
211214
"checksum_algorithm": {
212215
"@context": {
213216
"text": "skos:notation",
@@ -446,4 +449,5 @@
446449
"@id": "VersionedNamedThing"
447450
}
448451
}
449-
}
452+
}
453+

0 commit comments

Comments
 (0)