File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sparql/sparql11/http-rdf-update Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ <h4 id="response">Response</h4>
131
131
< dd inlist ='true ' property ='mf:entry ' resource ='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/http-rdf-update/manifest#get_of_put__initial_state ' typeof ='mf:GraphStoreProtocolTest '>
132
132
< div property ='rdfs:comment '>
133
133
< h4 id ="request "> Request</ h4 >
134
- < pre > < code > GET $GRAPHSTORE$?graph=$GRAPHSTORE$/person/1.ttl HTTP/1.1
134
+ < pre > < code > GET $GRAPHSTORE$?graph=http://$HOST$/ $GRAPHSTORE$/person/1.ttl HTTP/1.1
135
135
Host: $HOST$
136
136
Accept: text/turtle
137
137
</ code > </ pre >
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ gsp:get_of_put__initial_state a mf:GraphStoreProtocolTest;
238
238
rdfs:comment """
239
239
#### Request
240
240
241
- GET $GRAPHSTORE$?graph=$GRAPHSTORE$/person/1.ttl HTTP/1.1
241
+ GET $GRAPHSTORE$?graph=http://$HOST$/ $GRAPHSTORE$/person/1.ttl HTTP/1.1
242
242
Host: $HOST$
243
243
Accept: text/turtle
244
244
You can’t perform that action at this time.
0 commit comments