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 supported filters #178

Open
cr3a7ure opened this issue Mar 15, 2017 · 0 comments
Open

SPARQL supported filters #178

cr3a7ure opened this issue Mar 15, 2017 · 0 comments

Comments

@cr3a7ure
Copy link

I'd like to ask which FILTER's are supported in rdflib.js SPARQL engine.
Actually it seems that FILTER is supported but how should one check it?
I mean regex() or logical operators ?

var sparQ2 = prefix +
            'SELECT \ ' +
            'WHERE { \
              ?who schema:domainIncludes schema:Airport . \
              FILTER { regex(?who,"^bbb") } . \
            } ';
  kb.add('bbb',SCHEMA('domainIncludes'),SCHEMA('Airport'));
  kb.add('aaa',SCHEMA('domainIncludes'),SCHEMA('Airport'));
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

1 participant