Skip to content

Instantly share code, notes, and snippets.

@egonw
Created August 30, 2015 14:47
Show Gist options
  • Save egonw/6773b6f74e658f1fe0e5 to your computer and use it in GitHub Desktop.
Save egonw/6773b6f74e658f1fe0e5 to your computer and use it in GitHub Desktop.
select distinct ?Concept1 ?p ?Concept2 where {
?res1 a ?Concept1 .
?res2 a ?Concept2 .
?res1 ?p ?res2 .
FILTER(?Concept1 != ?Concept2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment