Skip to content

Commit 1a80c79

Browse files
Qup42afs
authored andcommitted
Add missing prefix to test
1 parent 9cb2bdf commit 1a80c79

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ <h4 id="response">Response</h4>
140140
Content-Type: text/turtle; charset=utf-8
141141
Content-Length: ...
142142

143+
@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
144+
@prefix v: &lt;http://www.w3.org/2006/vcard/ns#&gt; .
145+
143146
&lt;http://$HOST$/$GRAPHSTORE$/person/1&gt; a foaf:Person;
144147
foaf:businessCard [
145148
a v:VCard;

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ gsp:get_of_put__initial_state a mf:GraphStoreProtocolTest;
248248
Content-Type: text/turtle; charset=utf-8
249249
Content-Length: ...
250250
251+
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
252+
@prefix v: <http://www.w3.org/2006/vcard/ns#> .
253+
251254
<http://$HOST$/$GRAPHSTORE$/person/1> a foaf:Person;
252255
foaf:businessCard [
253256
a v:VCard;

0 commit comments

Comments
 (0)