diff --git a/sparql/sparql11/http-rdf-update/index.html b/sparql/sparql11/http-rdf-update/index.html
index 7c2cdfe5..c7e1b1ea 100644
--- a/sparql/sparql11/http-rdf-update/index.html
+++ b/sparql/sparql11/http-rdf-update/index.html
@@ -140,6 +140,9 @@
Response
Content-Type: text/turtle; charset=utf-8
Content-Length: ...
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix v: <http://www.w3.org/2006/vcard/ns#> .
+
<http://$HOST$/$GRAPHSTORE$/person/1> a foaf:Person;
foaf:businessCard [
a v:VCard;
diff --git a/sparql/sparql11/http-rdf-update/manifest.ttl b/sparql/sparql11/http-rdf-update/manifest.ttl
index 94e1b96e..8cedcdce 100644
--- a/sparql/sparql11/http-rdf-update/manifest.ttl
+++ b/sparql/sparql11/http-rdf-update/manifest.ttl
@@ -248,6 +248,9 @@ gsp:get_of_put__initial_state a mf:GraphStoreProtocolTest;
Content-Type: text/turtle; charset=utf-8
Content-Length: ...
+ @prefix foaf: .
+ @prefix v: .
+
a foaf:Person;
foaf:businessCard [
a v:VCard;