Skip to content

Instantly share code, notes, and snippets.

@labra
Created May 2, 2014 16:34
Show Gist options
  • Save labra/dad1ef185317d4556d0a to your computer and use it in GitHub Desktop.
Save labra/dad1ef185317d4556d0a to your computer and use it in GitHub Desktop.
Simple SPARQL query to recovera table
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