Re: Service or graph store naming.

Section 4.2 now has

GET http://example.com/rdf-graphs/services

which reflects my initial concern.

If I can read the document so that:

http://example.com/rdf-graphs/ is a graph store
http://example.com/rdf-graphs/service is a service on the graph store

then my confusion about service or graph store is addressed.

If that reading is acceptable, then is there a typo in the previous part 
of 4.2:

GET /rdf-graphs/employees?default
==>
GET /rdf-graphs/service?default

(and "service" vs "services")

The examples now "5.2 HTTP PUT" etc help a lot.  They may wish to be

PUT /service?graph=...
==>
PUT /rdf-graphs/service?graph=...

for consistency with 4.2

	Andy

Received on Tuesday, 8 February 2011 16:14:54 UTC