def __init__(self, db_path): self.g = ConjunctiveGraph() self.path = db_path self.choices = set() self.labels = {}