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.
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 ishttp://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.