Hi, Until now I used my ontology when I wanted to annotate document (or text). Now I would like to use DBPedia ontology. Do I have to download ontology and configure Stanbol like I did before, using
curl -v -X POST -H "Content-Type: application/rdf+xml" --data "@acm-ccs_proton.owl" http://localhost:8080/entityhub/entity or there is another procedure? Does Stanbol use DBPedia ontology by default, or I have to configure something similar like when I use another ontology?
