You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Take the URI of an entity E that is described in the dataset
Urlencode the URI, and append it to the dataset's URI lookup endpoint
Perform an HTTP GET request on the resulting concatenated URI
The HTTP response is expected to be an RDF description of E.
The text was updated successfully, but these errors were encountered:
When building a dataset, we give a template (e.g.
http://example.com/{?subject}
) forvoid: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):
The text was updated successfully, but these errors were encountered: