From 4dc4e5bd3aaab482848397745367819951e20e6a Mon Sep 17 00:00:00 2001 From: Julian Mundhahs Date: Fri, 27 Jun 2025 16:27:36 +0200 Subject: [PATCH] Add missing prefix to test --- sparql/sparql11/http-rdf-update/index.html | 3 +++ sparql/sparql11/http-rdf-update/manifest.ttl | 3 +++ 2 files changed, 6 insertions(+) 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;