Skip to content

Conversation

@lanthaler
Copy link

Hi James,

would it be possible to add an example that uses fragment identifiers to draft-snell-link-method? As a recent discussion in the Hydra W3C Community Group showed, people struggle to see that this is possible.

I had an example like like this in mind:

 LINK /alice HTTP/1.1
 Host: example.org
 Link: <http://example.com/bob#me>; rel="http://schema.org/knows"; anchor="#me"

Which effectively creates this triple

 <http://example.org/alice#me> <http://schema.org/knows> <http://example.com/bob#me> .

Thanks

@jasnell
Copy link
Owner

jasnell commented Oct 15, 2014

+1... will try to get to it this week. Pull requests accepted :-)

@lanthaler
Copy link
Author

There you go :-) I renamed the files to ...-11 as draft 10 has already been published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants