'description':'An expansion hover module to extract information from Wikidata to have additional information about particular term for analysis.',
'module-type':['hover'],
'name':'Wikidata Lookup',
'logo':'wikidata.png',
'requirements':['SPARQLWrapper python library'],
'features':'This module takes a text attribute as input and queries the Wikidata API. If the text attribute is clear enough to define a specific term, the API returns a wikidata link in response.',
sparql=SPARQLWrapper(wiki_api_url,agent='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36')