An established Linked Data convention is that people should not have the same URIs as web pages. To solve this problem, DokuSIOC should either redirect (303 See Other) requests from &type=user to some other other resource containing a user’s description (regardless of the Accept header), or use URIs like this:
DokuWiki with DokuSIOC will gladly (200 OK) return web pages at URIs that are supposed to identify people, such as http://example.org/doku.php?id=user:john&type=user
An established Linked Data convention is that people should not have the same URIs as web pages. To solve this problem, DokuSIOC should either redirect (303 See Other) requests from
&type=user
to some other other resource containing a user’s description (regardless of theAccept
header), or use URIs like this:http://example.org/doku.php?id=user:john#this
(note the
#this
part — it’s what makes the user’s URI distinct from the URI of the page which is returned from the server).