Created
August 30, 2015 14:47
-
-
Save egonw/6773b6f74e658f1fe0e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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