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

Add a check for clashes between an exact synonym and a label #747

Closed
cmungall opened this issue Oct 5, 2020 · 1 comment · Fixed by #864
Closed

Add a check for clashes between an exact synonym and a label #747

cmungall opened this issue Oct 5, 2020 · 1 comment · Fixed by #864

Comments

@cmungall
Copy link
Contributor

cmungall commented Oct 5, 2020

We have checks for duplicate label, duplicate exact syn, but not label=exact_syn

@cmungall
Copy link
Contributor Author

cmungall commented Oct 5, 2020

It looks like duplicate_label_synonym is intended to catch this, but there is a typo, the last line should be entity2?

FILTER NOT EXISTS { ?entity owl:deprecated true }
FILTER NOT EXISTS { ?entity2 owl:deprecated true }
?entity rdfs:label ?value .
?entity ?property ?value .

trivial fix but wanted to check what was intended - @beckyjackson ?

@cmungall cmungall closed this as completed Oct 5, 2020
@cmungall cmungall reopened this Oct 5, 2020
@matentzn matentzn self-assigned this Apr 13, 2021
matentzn added a commit that referenced this issue May 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants