http-methods
3.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:http="http://www.w3.org/2006/http#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://www.w3.org/2008/http-methods" >
<rdf:Description rdf:about="http://www.w3.org/2008/http-methods#">
<rdfs:comment>This has been obsoleted by http://www.w3.org/2011/http-methods.rdfs</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/http-methods.rdfs" />
</rdf:Description>
<rdf:Description rdf:about="#OPTIONS">
<rdf:type rdf:resource="http://www.w3.org/2006/http#Method"/>
<dc:title xml:lang="en">OPTIONS</dc:title>
<dc:description xml:lang="en">The HTTP OPTIONS method</dc:description>
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
</rdf:Description>
<rdf:Description rdf:about="">
<owl:imports rdf:resource="http://purl.org/dc/elements/1.1/"/>
<owl:imports rdf:resource="http://www.w3.org/2006/http"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
</rdf:Description>
<rdf:Description rdf:about="http://www.rfc-editor.org/rfc/rfc2616.txt">
<dc:title xml:lang="en">Hypertext Transfer Protocol -- HTTP/1.1</dc:title>
<dc:identifier>http://www.rfc-editor.org/rfc/rfc2616.txt</dc:identifier>
</rdf:Description>
<rdf:Description rdf:about="#GET">
<rdf:type rdf:resource="http://www.w3.org/2006/http#Method"/>
<dc:title xml:lang="en">GET</dc:title>
<dc:description xml:lang="en">The HTTP GET method</dc:description>
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
</rdf:Description>
<rdf:Description rdf:about="#HEAD">
<rdf:type rdf:resource="http://www.w3.org/2006/http#Method"/>
<dc:title xml:lang="en">HEAD</dc:title>
<dc:description xml:lang="en">The HTTP HEAD method</dc:description>
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
</rdf:Description>
<rdf:Description rdf:about="#DELETE">
<rdf:type rdf:resource="http://www.w3.org/2006/http#Method"/>
<dc:title xml:lang="en">DELETE</dc:title>
<dc:description xml:lang="en">The HTTP DELETE method</dc:description>
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
</rdf:Description>
<rdf:Description rdf:about="#POST">
<rdf:type rdf:resource="http://www.w3.org/2006/http#Method"/>
<dc:title xml:lang="en">POST</dc:title>
<dc:description xml:lang="en">The HTTP POST method</dc:description>
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
</rdf:Description>
<rdf:Description rdf:about="#TRACE">
<rdf:type rdf:resource="http://www.w3.org/2006/http#Method"/>
<dc:title xml:lang="en">TRACE</dc:title>
<dc:description xml:lang="en">The HTTP TRACE method</dc:description>
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
</rdf:Description>
<rdf:Description rdf:about="#CONNECT">
<rdf:type rdf:resource="http://www.w3.org/2006/http#Method"/>
<dc:title xml:lang="en">CONNECT</dc:title>
<dc:description xml:lang="en">The HTTP CONNECT method</dc:description>
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
</rdf:Description>
<rdf:Description rdf:about="#PUT">
<rdf:type rdf:resource="http://www.w3.org/2006/http#Method"/>
<dc:title xml:lang="en">PUT</dc:title>
<dc:description xml:lang="en">The HTTP PUT method</dc:description>
<rdfs:isDefinedBy rdf:resource="http://www.rfc-editor.org/rfc/rfc2616.txt"/>
</rdf:Description>
</rdf:RDF>
<!-- Created with TopBraid Composer -->