Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish the compiled LinkML YAML? #4

Open
multimeric opened this issue Dec 10, 2024 · 1 comment
Open

Publish the compiled LinkML YAML? #4

multimeric opened this issue Dec 10, 2024 · 1 comment

Comments

@multimeric
Copy link

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:

ParcelDelivery:
comments:
- The delivery of a parcel either via the postal service or a commercial service.
is_a: Intangible
class_uri: schema:ParcelDelivery

trackingNumber is defined in the YAML though:

trackingNumber:
comments:
- Shipper tracking number.
slot_uri: schema:trackingNumber

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.

@multimeric
Copy link
Author

Hopefully fixed upstream by linkml/schema-automator#152.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant