Skip to content

Publish the compiled LinkML YAML? #4

Open
@multimeric

Description

@multimeric

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions