-
Notifications
You must be signed in to change notification settings - Fork 75
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 language tags to annotation selectors #574
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this will address the use case in #571 to match all literals with a given language tag.
robot-core/src/main/java/org/obolibrary/robot/RelatedObjectsHelper.java
Outdated
Show resolved
Hide resolved
Ah, I see, I was looking at your comment. We don't have a datatype/language selector but we could do something like: Then you could accomplish this with:
Note that This selects all entities labeled with an
|
I think the goal in #571 is just to remove the |
Yeah - the above command does that with the |
Ok, I reread #571 and now I think I understand. The general goal is to remove all the |
See #571 - allows selecting annotations with language tags with
remove
andfilter
:CURIE='literal'@language
, e.g.rdfs:label='example label'@en