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

Implement LinkML export #21

Merged
merged 5 commits into from
Jan 30, 2025
Merged

Implement LinkML export #21

merged 5 commits into from
Jan 30, 2025

Conversation

JR-1991
Copy link
Collaborator

@JR-1991 JR-1991 commented Jan 30, 2025

This PR introduces a minimal implementation of LinkML to this crate. It covers the basic functionalities and the greatest overlap between both. Future versions are planned to include the inverse direction.

- Provide enumeration within Rust that offers predefined options for an attribute
- Useful to implement validation, SQL and LinkML operations
- Serializes to `RawOption` back to stay compatible
@JR-1991 JR-1991 added the enhancement New feature or request label Jan 30, 2025
@JR-1991 JR-1991 self-assigned this Jan 30, 2025
@JR-1991 JR-1991 merged commit 8e5f7eb into main Jan 30, 2025
4 checks passed
@JR-1991 JR-1991 deleted the add-linkml branch January 30, 2025 01:58
@JR-1991 JR-1991 linked an issue Jan 30, 2025 that may be closed by this pull request
@JR-1991 JR-1991 mentioned this pull request Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: combining the md-model developments with LinkML
1 participant