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

Malformed URIs lost during KGX transform #14

Open
caufieldjh opened this issue Mar 7, 2022 · 1 comment
Open

Malformed URIs lost during KGX transform #14

caufieldjh opened this issue Mar 7, 2022 · 1 comment
Labels
Ontology Issues Issues relating to messy ontologies

Comments

@caufieldjh
Copy link
Collaborator

Errors in URIs are caught during KGX transform and throw a WARNING, but may not be added to the output TSV.
Example:

WARNING:rdflib.term:https://w3id.org/biolink/vocab/Dicty Phenotypes does not look like a valid URI, trying to serialize this will break.

The issue here is the space in the URI.

@caufieldjh caufieldjh added the Ontology Issues Issues relating to messy ontologies label Mar 7, 2022
@caufieldjh
Copy link
Collaborator Author

See also MAT_4:

WARNING:rdflib.term:http://www.ebi.ac.uk/microarray-srv/mat/ o does not look like a valid URI, trying to serialize this will break.

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

No branches or pull requests

1 participant