Skip to content

Instantly share code, notes, and snippets.

@beauvais
Created October 28, 2011 13:09
Show Gist options
  • Save beauvais/1322218 to your computer and use it in GitHub Desktop.
Save beauvais/1322218 to your computer and use it in GitHub Desktop.
SPARQL to find winning parties
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX def: <http://data.kasabi.com/dataset/european-election-results/def/>
PREFIX cube: <http://purl.org/linked-data/cube#dataset>
Select ?label
WHERE {
?subject rdfs:label ?label ;
?p <http://data.kasabi.com/dataset/european-election-results/2009/political_groups/seats_won> .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment