Created
May 2, 2014 16:34
-
-
Save labra/dad1ef185317d4556d0a to your computer and use it in GitHub Desktop.
Simple SPARQL query to recovera table
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
prefix : <http://ejemplo.org/> | |
select ?country ?v1 ?v2 where { | |
?x :country ?country ; :value ?v1 ; :indicator :Man . | |
?y :country ?country ; :value ?v2 ; :indicator :Woman . | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment