Description
As a typical user, I want to import schema.org schemas in LinkML. I am however pretty new to LinkML so might be misunderstanding something.
The YAML file here doesn't seem complete, because the slots aren't connected to the classes:
https://github.com/linkml/linkml-schemaorg/blob/main/src/linkml/schemaorg.yaml
e.g. if I look at ParcelDelivery
, it has no slots:
linkml-schemaorg/src/linkml/schemaorg.yaml
Lines 7233 to 7237 in ef45699
trackingNumber
is defined in the YAML though:
linkml-schemaorg/src/linkml/schemaorg.yaml
Lines 4259 to 4262 in ef45699
This must get fixed in the compilation process because it's there in the published web version: https://linkml.io/linkml-schemaorg/ParcelDelivery/.
So I think it would be super helpful to publish the "complete" LinkML and host it here somewhere (e.g. on the GitHub pages) so that we can download or import from there. Currently it's tricky to get the repo to compile and even when you do it's not clear if this schema gets built anywhere.