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

update KGX to optionally provide "retrieval_source_ids" attribute to collect information retrieval properties #458

Open
sierra-moxon opened this issue Jun 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sierra-moxon
Copy link
Member

Currently, when primary_knowledge_source is not provided, KGX by default tries to add this to its transforms. We should make this an optional transformation, and in addition, add the ability to produce TRAPI-specific KGX.

"retrieval_source_ids":
    [
        {
            "resource_id": "infores:cohd",
            "resource_role": "primary_knowledge_source"
        },
        {
            "resource_id": "infores:columbia-cdw-ehr-data",
            "resource_role": "supporting_data_source"
        }
    ]
@sierra-moxon sierra-moxon added the enhancement New feature or request label Jun 22, 2023
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

No branches or pull requests

1 participant