Skip to content

Instantly share code, notes, and snippets.

@labra
Created September 22, 2015 16:37
Show Gist options
  • Save labra/6a58b98295ec48407902 to your computer and use it in GitHub Desktop.
Save labra/6a58b98295ec48407902 to your computer and use it in GitHub Desktop.
PREFIX dbr: <http://dbpedia.org/resource/>
PREFIX dbp: <http://dbpedia.org/property/>
PREFIX dbo: <http://dbpedia.org/ontology/>
SELECT * WHERE {
dbr:Puno dbp:populationTotal ?p .
dbr:Puno dbp:elevationM ?elevacion .
dbr:Puno dbo:country ?pais .
?persona dbo:birthPlace dbr:Puno .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment