Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

void:uriLookupEndpoint is incorrectly specified #48

Open
no-reply opened this issue Feb 12, 2017 · 0 comments
Open

void:uriLookupEndpoint is incorrectly specified #48

no-reply opened this issue Feb 12, 2017 · 0 comments

Comments

@no-reply
Copy link
Member

When building a dataset, we give a template (e.g. http://example.com/{?subject}) for void:uriLookupEndpoint. This is incorrect, and instead we should give an appendable URI, e.g. http://example.com/?subject=.

The VOID specification says of lookup endpoints (previous link):

Such a protocol could take the following steps:

  1. Take the URI of an entity E that is described in the dataset
  2. Urlencode the URI, and append it to the dataset's URI lookup endpoint
  3. Perform an HTTP GET request on the resulting concatenated URI
  4. The HTTP response is expected to be an RDF description of E.
no-reply pushed a commit that referenced this issue Feb 19, 2017
This is a shameless green version of lookup endpoint support. This goes
a long way toward a naive fix for #48.
no-reply pushed a commit that referenced this issue Feb 19, 2017
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

No branches or pull requests

1 participant