Program annotate each of the given entity columns with classes of DBpedia ontology.
The annotation class should come from DBpedia ontology classes (excluding owl:Thing and owl:Agent).
Here is one line example:
"9206866_1_8114610355671172497", "0","http://dbpedia.org/ontology/Country"
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python main.py