Closed joeflack4 closed 1 year ago
While doing a basic setup of the linkml repository, I came across an issue with this sample_model.yaml file being invalid.
sample_model.yaml
It looks like the problem can be fixed by adding an extra space in front of the Person: class declaration on line 20
Person:
Description
While doing a basic setup of the linkml repository, I came across an issue with this
sample_model.yaml
file being invalid.Steps to repeat
Possible solutions
It looks like the problem can be fixed by adding an extra space in front of the
Person:
class declaration on line 20