linkml / linkml-model

Link Modeling Language (LinkML) model
https://linkml.github.io/linkml-model/docs/
34 stars 16 forks source link

Add missing oslc and bibo prefixes #177

Closed sneakers-the-rat closed 8 months ago

sneakers-the-rat commented 8 months ago

While running gen-project on my previous PR (unlinked because they're not really related), I noticed these warnings:

WARNING:root:File "datasets.yaml", line 259, col 15: Unrecognized prefix: oslc
WARNING:root:File "datasets.yaml", line 264, col 15: Unrecognized prefix: bibo

And true enough, these prefixes were not present, so I went ahead and added them. Both links dereference correctly so their accuracy can be confirmed :)