If I make an HTTP GET request on DBpedia on a resource say <http://dbpedia.org/resource/Paris>
with content-type text/turtle,application/rdf+xml,text/ntriples,application/ld+json
, I get the HTML content of the page http://dbpedia.org/page/Paris.
Well, I do understand that DBpedia is performing a redirection to the page for Humans, but since i'm doing a request using a machine and properly specifying that I need RDF, per Linked Data principles, shouldn't I obtain the RDF document http://dbpedia.org/data/Paris which describes the resource <http://dbpedia.org/resource/Paris>
?