dbpedia-spotlight / spotlight-docker

Docker containers for DBpedia Spotlight
70 stars 41 forks source link

dbpedia-spotlight model wrong URL for FOAF:Person #44

Open Ga11u opened 1 year ago

Ga11u commented 1 year ago

I open this issue in this project as it does not seem to be a specific active project with an issue tracker for dbpedia-spotlight or dbpedia models.

The Dbpedia Spotlight models and its dockerised services have mapped the URI to FOAF:Person wrong. They report: Http://xmlns.com/foaf/0.1/Person with a capital H . The correct URI is http://xmlns.com/foaf/0.1/Person with lowercase h.

Even though this is a small issue, it is not consistent with the other URIs returned when annotating entities. This can also cause some problems when string matching or parsing the triples in RDF. I think it should be quite straight forward to solve it, as it seems to be a mapping issue in the model or docker-spotlight service.

If there is a better/alternative place to report this issue, let me know.

Julio-Noe commented 1 year ago

Hi @Ga11u,

Thanks for your report. I will check it and change that error. Thanks again. Have a great day.

My best regards

Julio