def index(questionstring):
  #return template('<b>Hello {{name}}</b>!', name=name)
  return(dbpediaspotlight_client.dbpediaspotlight2nif(questionstring))
def index(questionstring):
    if is_example_defined():
        return example_ttl_output()
    else:
        return dbpediaspotlight_client.dbpediaspotlight2nif(questionstring)