We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
search
Modify ldp.container.get to accept an (optional) search parameter that would return only those container resources that contain the keyword.
ldp.container.get
Based on @simonLouvet's request:
{ SELECT ?s1 WHERE { ?s1 ?p1 ?o1 . FILTER regex(str(?o1), “${filter.q}”) FILTER NOT EXISTS { ?s1 a ?o1} } }
For the moment, do not make this parameter available via the API.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Modify
ldp.container.get
to accept an (optional)search
parameter that would return only those container resources that contain the keyword.Based on @simonLouvet's request:
For the moment, do not make this parameter available via the API.
The text was updated successfully, but these errors were encountered: