Bill Duncan
Bill Duncan
@johnwjudkins Are you able to make a PR with the information as a comment?
@johnwjudkins I just gave you "Triage" permissions. It should allow you to make a PR.
@johnwjudkins I just gave you write permissions. Let's see if that works.
related to #1199
@cmungall Why would the `envo-basic.owl` have parents but not the `obo` or `json`?
FYI, here parts from the `makefile`: ``` # TODO - fix IRI subsets/envo-basic.owl: envo-simple.owl $(OWLTOOLS) $< imports/ro_import.owl --merge-imports-closure --set-ontology-id $(OBO)/$@ -o [email protected] && mv [email protected] $@ subsets/envo-basic.obo: envo-simple.owl $(OWLTOOLS) $<...
I'm not sure if this can be be done programmatically either. I was wanting to document the problem in a ticket so we didn't lose track of it.
This is an issue with jsonschema and not with linkml per se. In the below example, the email field is not required, but an violation is thrown. Do we want...
Thanks @gaurav ! I was totally unaware of this :) I have confirmed that modifying the example schema like so works. ```python schema = { "type": "object", "properties": { "name":...
@cmungall This issue looks stale. Perhaps we should close it or assign it to someone else?