Skip to content

Commit c6079bc

Browse files
committed
Merge branch 'issue168_contenturl_to_bicancore' of https://github.com/puja-trivedi/models into issue168_contenturl_to_bicancore
2 parents 04f0059 + b53f473 commit c6079bc

File tree

3 files changed

+357
-2
lines changed

3 files changed

+357
-2
lines changed

jsonld-context-autogen/anatomical_structure.context.jsonld

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@
209209
"value": {
210210
"@id": "value"
211211
},
212+
"content_url": {
213+
"@id": "schema:url"
214+
},
212215
"creation_date": {
213216
"@type": "xsd:date",
214217
"@id": "biolink:creation_date"

jsonld-context-autogen/genome_annotation.context.jsonld

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@
324324
"@type": "@id",
325325
"@id": "biolink:related_to_at_instance_level"
326326
},
327+
"revision_of": {
328+
"@type": "@id",
329+
"@id": "revision_of"
330+
},
327331
"rights": {
328332
"@id": "biolink:rights"
329333
},
@@ -444,6 +448,9 @@
444448
},
445449
"ThingWithTaxon": {
446450
"@id": "biolink:ThingWithTaxon"
451+
},
452+
"VersionedNamedThing": {
453+
"@id": "VersionedNamedThing"
447454
}
448455
}
449456
}

0 commit comments

Comments
 (0)