- From: Olaf Hartig <hartig@informatik.hu-berlin.de>
- Date: Sat, 5 Jun 2010 12:31:25 +0200
- To: public-rdf-dawg-comments@w3.org
Hey Eric,
On Saturday 05 June 2010 10:53:43 you wrote:
> [...]
> Does
> <x> dcterms:subject <p> ; void:sparqEndpoint <s> .
> imply that the the query should look for a named graph à la
> SELECT ?y WHERE { GRAPH <x> { ?s <p> ?y } }
> ?
Not at all. A linked dataset (i.e. void:Dataset) is not a named graph. What
you would expect to retrieve when you look up the URI identifying a linked
dataset is a void description of the dataset (i.e. metadata about the dataset)
- at least, that's what is being considered as best practice.
> [...]
> V1.11 of http://www.w3.org/2009/sparql/docs/fed/service#varService
> should address this fixes. tx kindly!
Great.
Greetings,
Olaf
Received on Saturday, 5 June 2010 10:32:38 UTC