Skip to content

Commit dd8adf5

Browse files
joka921afs
authored andcommitted
Change mediatype to
1 parent 13fa5f4 commit dd8adf5

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

sparql/sparql11/protocol/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h4 id="request">Request</h4>
121121
<pre><code>POST /sparql/ HTTP/1.1
122122
Host: www.example
123123
User-agent: sparql-client/0.1
124-
Content-Type: application/x-www-url-form-urlencoded
124+
Content-Type: application/x-www-form-urlencoded
125125
Content-Length: XXX
126126

127127
query=ASK%20%7B%7D
@@ -771,7 +771,7 @@ <h4 id="request">Request</h4>
771771
<pre><code>POST /sparql/ HTTP/1.1
772772
Host: www.example
773773
User-agent: sparql-client/0.1
774-
Content-Type: application/x-www-url-form-urlencoded
774+
Content-Type: application/x-www-form-urlencoded
775775
Content-Length: XXX
776776

777777
update=CLEAR%20ALL
@@ -977,8 +977,8 @@ <h4 id="response">Response</h4>
977977
<a class='testlink' href='#bad_query_missing_form_type'>
978978
bad_query_missing_form_type:
979979
</a>
980-
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_query_missing_form_type' property='mf:name'>invoke query operation with url-encoded body, but without application/x-www-url-form-urlencoded media type</span>
981-
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_query_missing_form_type' property='mf:name'>invoke query operation with url-encoded body, but without application/x-www-url-form-urlencoded media type</span>
980+
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_query_missing_form_type' property='mf:name'>invoke query operation with url-encoded body, but without application/x-www-form-urlencoded media type</span>
981+
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_query_missing_form_type' property='mf:name'>invoke query operation with url-encoded body, but without application/x-www-form-urlencoded media type</span>
982982
</dt>
983983
<dd inlist='true' property='mf:entry' resource='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_query_missing_form_type' typeof='mf:ProtocolTest'>
984984
<div property='rdfs:comment'>
@@ -1118,7 +1118,7 @@ <h4 id="request">Request</h4>
11181118
<pre><code>POST /sparql/ HTTP/1.1
11191119
Host: www.example
11201120
User-agent: sparql-client/0.1
1121-
Content-Type: application/x-www-url-form-urlencoded
1121+
Content-Type: application/x-www-form-urlencoded
11221122
Content-Length: XXX
11231123

11241124
update=CLEAR%20NAMED&amp;update=CLEAR%20DEFAULT
@@ -1167,8 +1167,8 @@ <h4 id="response">Response</h4>
11671167
<a class='testlink' href='#bad_update_missing_form_type'>
11681168
bad_update_missing_form_type:
11691169
</a>
1170-
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_update_missing_form_type' property='mf:name'>invoke update operation with url-encoded body, but without application/x-www-url-form-urlencoded media type</span>
1171-
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_update_missing_form_type' property='mf:name'>invoke update operation with url-encoded body, but without application/x-www-url-form-urlencoded media type</span>
1170+
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_update_missing_form_type' property='mf:name'>invoke update operation with url-encoded body, but without application/x-www-form-urlencoded media type</span>
1171+
<span about='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_update_missing_form_type' property='mf:name'>invoke update operation with url-encoded body, but without application/x-www-form-urlencoded media type</span>
11721172
</dt>
11731173
<dd inlist='true' property='mf:entry' resource='http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest#bad_update_missing_form_type' typeof='mf:ProtocolTest'>
11741174
<div property='rdfs:comment'>
@@ -1234,7 +1234,7 @@ <h4 id="request">Request</h4>
12341234
<pre><code>POST /sparql/ HTTP/1.1
12351235
Host: www.example
12361236
User-agent: sparql-client/0.1
1237-
Content-Type: application/x-www-url-form-urlencoded
1237+
Content-Type: application/x-www-form-urlencoded
12381238
Content-Length: XXX
12391239

12401240
update=CLEAR%20XYZ
@@ -1263,7 +1263,7 @@ <h4 id="request">Request</h4>
12631263
<pre><code>POST /sparql/ HTTP/1.1
12641264
Host: www.example
12651265
User-agent: sparql-client/0.1
1266-
Content-Type: application/x-www-url-form-urlencoded
1266+
Content-Type: application/x-www-form-urlencoded
12671267
Content-Length: XXX
12681268

12691269
using-named-graph-uri=http%3A%2F%2Fexample%2Fpeople&amp;update=%09%09PREFIX%20foaf%3A%20%20%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0A%09%09WITH%20%3Chttp%3A%2F%2Fexample%2Faddresses%3E%0A%09%09DELETE%20%7B%20%3Fperson%20foaf%3AgivenName%20%27Bill%27%20%7D%0A%09%09INSERT%20%7B%20%3Fperson%20foaf%3AgivenName%20%27William%27%20%7D%0A%09%09WHERE%20%7B%0A%09%09%09%3Fperson%20foaf%3AgivenName%20%27Bill%27%0A%09%09%7D%0A
@@ -1285,4 +1285,4 @@ <h4 id="response">Response</h4>
12851285
<p><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright ©</a> 2015 <a href="http://www.w3.org/">W3C</a>® (<a href="http://www.csail.mit.edu/">MIT</a>, <a href="http://www.ercim.org/">ERCIM</a>, <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>). W3C® <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
12861286
</footer>
12871287
</body>
1288-
</html>
1288+
</html>

sparql/sparql11/protocol/manifest.ttl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
POST /sparql/ HTTP/1.1
5454
Host: www.example
5555
User-agent: sparql-client/0.1
56-
Content-Type: application/x-www-url-form-urlencoded
56+
Content-Type: application/x-www-form-urlencoded
5757
Content-Length: XXX
5858
5959
query=ASK%20%7B%7D
@@ -587,7 +587,7 @@ followed by
587587
POST /sparql/ HTTP/1.1
588588
Host: www.example
589589
User-agent: sparql-client/0.1
590-
Content-Type: application/x-www-url-form-urlencoded
590+
Content-Type: application/x-www-form-urlencoded
591591
Content-Length: XXX
592592
593593
update=CLEAR%20ALL
@@ -741,7 +741,7 @@ followed by
741741
.
742742

743743
:bad_query_missing_form_type rdf:type mf:ProtocolTest ;
744-
mf:name "invoke query operation with url-encoded body, but without application/x-www-url-form-urlencoded media type" ;
744+
mf:name "invoke query operation with url-encoded body, but without application/x-www-form-urlencoded media type" ;
745745
rdfs:comment """
746746
#### Request
747747
@@ -841,7 +841,7 @@ followed by
841841
POST /sparql/ HTTP/1.1
842842
Host: www.example
843843
User-agent: sparql-client/0.1
844-
Content-Type: application/x-www-url-form-urlencoded
844+
Content-Type: application/x-www-form-urlencoded
845845
Content-Length: XXX
846846
847847
update=CLEAR%20NAMED&update=CLEAR%20DEFAULT
@@ -876,7 +876,7 @@ followed by
876876
.
877877

878878
:bad_update_missing_form_type rdf:type mf:ProtocolTest ;
879-
mf:name "invoke update operation with url-encoded body, but without application/x-www-url-form-urlencoded media type" ;
879+
mf:name "invoke update operation with url-encoded body, but without application/x-www-form-urlencoded media type" ;
880880
rdfs:comment """
881881
#### Request
882882
@@ -926,7 +926,7 @@ followed by
926926
POST /sparql/ HTTP/1.1
927927
Host: www.example
928928
User-agent: sparql-client/0.1
929-
Content-Type: application/x-www-url-form-urlencoded
929+
Content-Type: application/x-www-form-urlencoded
930930
Content-Length: XXX
931931
932932
update=CLEAR%20XYZ
@@ -947,7 +947,7 @@ followed by
947947
POST /sparql/ HTTP/1.1
948948
Host: www.example
949949
User-agent: sparql-client/0.1
950-
Content-Type: application/x-www-url-form-urlencoded
950+
Content-Type: application/x-www-form-urlencoded
951951
Content-Length: XXX
952952
953953
using-named-graph-uri=http%3A%2F%2Fexample%2Fpeople&update=%09%09PREFIX%20foaf%3A%20%20%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0A%09%09WITH%20%3Chttp%3A%2F%2Fexample%2Faddresses%3E%0A%09%09DELETE%20%7B%20%3Fperson%20foaf%3AgivenName%20%27Bill%27%20%7D%0A%09%09INSERT%20%7B%20%3Fperson%20foaf%3AgivenName%20%27William%27%20%7D%0A%09%09WHERE%20%7B%0A%09%09%09%3Fperson%20foaf%3AgivenName%20%27Bill%27%0A%09%09%7D%0A

0 commit comments

Comments
 (0)