Skip to content

Commit 5d495dc

Browse files
Qup42afs
authored andcommitted
Indirect Graph Identification Graph IRI is absolute
1 parent 1a80c79 commit 5d495dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sparql/sparql11/http-rdf-update/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h4 id="response">Response</h4>
131131
<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'>
132132
<div property='rdfs:comment'>
133133
<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
135135
Host: $HOST$
136136
Accept: text/turtle
137137
</code></pre>

sparql/sparql11/http-rdf-update/manifest.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ gsp:get_of_put__initial_state a mf:GraphStoreProtocolTest;
238238
rdfs:comment """
239239
#### Request
240240
241-
GET $GRAPHSTORE$?graph=$GRAPHSTORE$/person/1.ttl HTTP/1.1
241+
GET $GRAPHSTORE$?graph=http://$HOST$/$GRAPHSTORE$/person/1.ttl HTTP/1.1
242242
Host: $HOST$
243243
Accept: text/turtle
244244

0 commit comments

Comments
 (0)