url patterns for describedby target resource

The LDP Primer [1] shows one example of creating a non-RDF resource and 
an associated RDF description of it:

HTTP/1.1 201 Created
Location: http://example.org/alice/avatar
Link: <http://www.w3.org/ns/ldp#Resource>; rel="type"
Link: <http://example.org/alice/avatar/meta>; rel="describedby"
Content-Length: 0

It seems reasonable, but not necessary, to derive the describedby URL 
from the resource URL, but the pattern illustrated here could easily 
intrude on the legitimate namespace of non-RDF resources.

Does anyone know of other patterns for generating describedby URLs for 
non-RDF resources?

Thanks in advance for suggestions.

Best,

--Paul

[1] 
https://www.w3.org/TR/ldp-primer/#creating-a-non-rdf-binary-resource-post-an-image-to-an-ldp-bc

Received on Tuesday, 16 June 2020 02:37:00 UTC