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

Query equality modulo variable renaming #21

Open
cunger opened this issue Sep 27, 2016 · 0 comments
Open

Query equality modulo variable renaming #21

cunger opened this issue Sep 27, 2016 · 0 comments
Assignees

Comments

@cunger
Copy link
Collaborator

cunger commented Sep 27, 2016

List all actors that played leads to two queries that are not string-equal but semantically equivalent:

    SELECT DISTINCT ?x WHERE { ?x a <http://dbpedia.org/ontology/Actor> . ?I1 <http://dbpedia.org/ontology/portrayer> ?x }

    SELECT DISTINCT ?x WHERE { ?x a <http://dbpedia.org/ontology/Actor> . ?I <http://dbpedia.org/ontology/portrayer> ?x }

Find those redundancies.

@cunger cunger self-assigned this Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant