-
Notifications
You must be signed in to change notification settings - Fork 22
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 filtering by datatype #576
Comments
That's only true for custom datatypes which we don't fully support yet anyway. We can statically map the built-in datatype SIDs to IRIs in the code and use that (some of them already are mapped in the predefined-properties map). |
I have some of this done already, but feel free to pick it up. Just ping me and I can share what I already have done. |
This introduces a new ^:pending test metadata that we should filter out of regular test runs if we end up adopting it. I may introduce that in a subsequent PR. If nothing ever comes of that, feel free to remove it. Part of my work on #576
Just something I noticed while working on #576
Implemented |
We should allow users to filter query results by datatype both by specifying a datatype iri explicitly tied to an item in a query through a value map that should work similarly to SPARQLs ^^ syntax as well as implementing the
datatype
query functionWe should support similar functionality for querying datatypes as we do for language tags
The text was updated successfully, but these errors were encountered: