Damion Dooley
Damion Dooley
Per issue # https://github.com/obi-ontology/obi/issues/1276, these axioms are archaic, they were outdated with introduction of axiom: 'has value specification' some 'scalar value specification' in OBI. Removing 'has measurement unit label' min...
I'm looking at bulb and see no subclasses. I see narrow synonym "bulblet" ? Thanks, Damion
Would UBERON allow me to describe a "butchered heart" class as a "heart and 'has quality' some disconnected" ? It seems like this is allowed for referencing "strand of hair"...
Would AGRO be the suitable home for the "agricultural food production" branch currently in FoodOn? This may involve an expansion of scope for AGRO though, as it mentions **aquaculture**, **greenhousing**,...
Need to add a test to skip over empty input file line in organism_parts.py. At moment its creating an empty ontology term for each such line. Also error checking for...
**Describe the bug** Basically the linkml:Time type is given a URI of xsd:dateTime rather than xsd:time . I understand by the note on the type (below) that this is behaviour...
We have a tsv data file with several slots (columns) holding multivalued enumeration selections. I assumed a comma or some other delimited list would be parsed by linkml-validate, but it...
Updating usages
For numeric validation to work, we need to have DataHarmonizer save these as integer or decimal values if they have that datatype. Often the fields/slots may also take null value...
LinkML scheme should have min/max values as integers rather than string representation of integers
linkml-validate code fails right now if schema has "1234" string numbers, rather than 1234 numbers directly, i.e. a DH schema with minimum_value: "0" maximum_value: "130" whereas this succeeds: minimum_value: 0...