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

SPARQL: BIND + EXISTS not working on RDFLib 6.1.1 #1753

Closed
JMGrenhas opened this issue Mar 2, 2022 · 3 comments
Closed

SPARQL: BIND + EXISTS not working on RDFLib 6.1.1 #1753

JMGrenhas opened this issue Mar 2, 2022 · 3 comments

Comments

@JMGrenhas
Copy link

Hi! The following query does not work.

select * where {
  ?s a owl:DatatypeProperty .
  BIND( EXISTS {?s a owl:FunctionalProperty} AS ?f)
}

Results on an «Exception: What do I do with this CompValue? <...>»
Note: it works on GraphDB.
Thank You

@aucampia
Copy link
Member

aucampia commented Mar 6, 2022

I think this maybe related to #1472

@JMGrenhas
Copy link
Author

JMGrenhas commented Mar 6, 2022

Yes, seems to be the same thing. Someone may close my issue if appropriate.
RDFLib is superb, but the necessity on context would simplify the use of it, would be very nice! The use case appears in examples on sites like stackoverflow.com. SPARQL is great, indeed, but some necessities are a too much big challenge...

@aucampia
Copy link
Member

aucampia commented Apr 9, 2022

Closing this in favor of #1472 of which it is a duplicate. There is also a PR to fix this here #1794 - any reviews are welcome.

@aucampia aucampia closed this as completed Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants