Re: Exchanging Links with LINK and UNLINK

Hi Leigh,

Supporting use of Link anchor attribute to change the context IRI might be a useful addition.
Thus allowing links to be established using third-party resources in subject position of the triple.

So

LINK /my-endpoint HTTP/1.1
Host: acme.com
Link: <http://example.com/resource/1>; rel="http://purl.org/dc/terms/subject"; anchor="http://example.org/resource/"

Will add this triple to the store:

<http://example.org/resource/1> <http://purl.org/dc/terms/subject> <http://example.com/resource/1>.

Regards,

John

Received on Thursday, 12 December 2013 16:56:15 UTC