File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
sparql/sparql11/http-rdf-update Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,9 @@ <h4 id="response">Response</h4>
140
140
Content-Type: text/turtle; charset=utf-8
141
141
Content-Length: ...
142
142
143
+ @prefix foaf: <http://xmlns.com/foaf/0.1/> .
144
+ @prefix v: <http://www.w3.org/2006/vcard/ns#> .
145
+
143
146
<http://$HOST$/$GRAPHSTORE$/person/1> a foaf:Person;
144
147
foaf:businessCard [
145
148
a v:VCard;
Original file line number Diff line number Diff line change @@ -248,6 +248,9 @@ gsp:get_of_put__initial_state a mf:GraphStoreProtocolTest;
248
248
Content-Type: text/turtle; charset=utf-8
249
249
Content-Length: ...
250
250
251
+ @prefix foaf: <http://xmlns.com/foaf/0.1/> .
252
+ @prefix v: <http://www.w3.org/2006/vcard/ns#> .
253
+
251
254
<http://$HOST$/$GRAPHSTORE$/person/1> a foaf:Person;
252
255
foaf:businessCard [
253
256
a v:VCard;
You can’t perform that action at this time.
0 commit comments