This project uses tools and techniques of the semantic web to determine influences of the U.S. presidential election 2016. Therefore I explored three different indicators, which could move people to vote for the republicans.
-
number of wounded soldiers by U.S. state (2012) -> iCasualties
-
number of wounded soldiers by U.S. state (2016) -> Statista
-
unemployment rate by U.S. state (2012)-> U.S. Bureau of Labor Statistics
-
unemployment rate by U.S. state (2016)-> Statista
-
number of registered weapons by U.S. state (2012)-> U.S. States Department of Justice: Bureau of Alcohol, Tobacco, Firearms Explosives
-
number of registered weapons by U.S. state (2016)-> Statista
I crawled information about each of this indicators from their different web resources and integrated them in my own data model. Afterwards I extended the DBpedia ontology to model this additional information by using the Jena Framework. Furthermore Jena's triple store persisted the RDF model as RDF XML.
The results of the presidential election of the years 2012 and 2016 are extracted from wikipedia and also added to the RDF model. This Class controller.MainController contains the SPARQL query, which tries to answer the following question:
In which U.S. states changed the presidential election between 2012 and 2016 from democratic to
republican majority, which recognized an increase of sold weapons, number of wounded soldiers or
the unemployment rate.