rdf-vocab 3.1.12 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -5
- data/VERSION +1 -1
- data/lib/rdf/vocab/acl.rb +91 -89
- data/lib/rdf/vocab/as.rb +647 -601
- data/lib/rdf/vocab/bf2.rb +2263 -2097
- data/lib/rdf/vocab/bibframe.rb +2263 -2097
- data/lib/rdf/vocab/bibo.rb +944 -939
- data/lib/rdf/vocab/cc.rb +102 -100
- data/lib/rdf/vocab/cert.rb +107 -105
- data/lib/rdf/vocab/cnt.rb +92 -90
- data/lib/rdf/vocab/crm.rb +1793 -1791
- data/lib/rdf/vocab/datacite.rb +261 -263
- data/lib/rdf/vocab/dbo.rb +4856 -3758
- data/lib/rdf/vocab/dc.rb +665 -663
- data/lib/rdf/vocab/dc11.rb +109 -107
- data/lib/rdf/vocab/dcat.rb +378 -359
- data/lib/rdf/vocab/dcmitype.rb +91 -89
- data/lib/rdf/vocab/disco.rb +348 -346
- data/lib/rdf/vocab/doap.rb +304 -302
- data/lib/rdf/vocab/dwc.rb +2244 -2242
- data/lib/rdf/vocab/earl.rb +150 -135
- data/lib/rdf/vocab/ebucore.rb +4945 -4941
- data/lib/rdf/vocab/edm.rb +327 -286
- data/lib/rdf/vocab/exif.rb +777 -775
- data/lib/rdf/vocab/extensions.rb +8 -8
- data/lib/rdf/vocab/fcrepo4.rb +307 -305
- data/lib/rdf/vocab/foaf.rb +525 -523
- data/lib/rdf/vocab/geo.rb +34 -32
- data/lib/rdf/vocab/geojson.rb +66 -64
- data/lib/rdf/vocab/geonames.rb +3656 -3654
- data/lib/rdf/vocab/gr.rb +1272 -1069
- data/lib/rdf/vocab/gs1.rb +5881 -5879
- data/lib/rdf/vocab/ht.rb +194 -192
- data/lib/rdf/vocab/hydra.rb +444 -403
- data/lib/rdf/vocab/iana.rb +215 -213
- data/lib/rdf/vocab/ical.rb +726 -724
- data/lib/rdf/vocab/identifiers.rb +219 -217
- data/lib/rdf/vocab/iiif.rb +132 -130
- data/lib/rdf/vocab/jsonld.rb +205 -203
- data/lib/rdf/vocab/ldp.rb +193 -191
- data/lib/rdf/vocab/lrmi.rb +188 -186
- data/lib/rdf/vocab/ma.rb +320 -312
- data/lib/rdf/vocab/mads.rb +670 -668
- data/lib/rdf/vocab/marcrelators.rb +543 -541
- data/lib/rdf/vocab/mo.rb +1823 -1821
- data/lib/rdf/vocab/mods.rb +636 -634
- data/lib/rdf/vocab/nfo.rb +482 -480
- data/lib/rdf/vocab/oa.rb +333 -331
- data/lib/rdf/vocab/og.rb +198 -196
- data/lib/rdf/vocab/ogc.rb +43 -41
- data/lib/rdf/vocab/ore.rb +79 -77
- data/lib/rdf/vocab/org.rb +323 -317
- data/lib/rdf/vocab/pcdm.rb +73 -71
- data/lib/rdf/vocab/pplan.rb +116 -16
- data/lib/rdf/vocab/premis.rb +949 -819
- data/lib/rdf/vocab/premiseventtype.rb +143 -141
- data/lib/rdf/vocab/prov.rb +1360 -1358
- data/lib/rdf/vocab/ptr.rb +147 -145
- data/lib/rdf/vocab/rdau.rb +9462 -9295
- data/lib/rdf/vocab/rightsstatements.rb +123 -121
- data/lib/rdf/vocab/rsa.rb +44 -42
- data/lib/rdf/vocab/rss.rb +46 -44
- data/lib/rdf/vocab/schema.rb +14780 -14153
- data/lib/rdf/vocab/schemas.rb +14780 -14153
- data/lib/rdf/vocab/sd.rb +165 -163
- data/lib/rdf/vocab/sh.rb +1096 -1094
- data/lib/rdf/vocab/sioc.rb +615 -613
- data/lib/rdf/vocab/siocservices.rb +49 -47
- data/lib/rdf/vocab/sioctypes.rb +224 -222
- data/lib/rdf/vocab/skos.rb +202 -200
- data/lib/rdf/vocab/skosxl.rb +51 -49
- data/lib/rdf/vocab/v.rb +233 -231
- data/lib/rdf/vocab/vcard.rb +821 -700
- data/lib/rdf/vocab/vmd.rb +233 -231
- data/lib/rdf/vocab/void.rb +145 -143
- data/lib/rdf/vocab/vs.rb +27 -25
- data/lib/rdf/vocab/wdrs.rb +112 -110
- data/lib/rdf/vocab/wot.rb +135 -133
- data/lib/rdf/vocab/xhtml.rb +4 -2
- data/lib/rdf/vocab/xhv.rb +208 -206
- data/lib/rdf/vocab/xkos.rb +220 -218
- data/lib/rdf/vocab.rb +27 -2
- data/spec/spec_helper.rb +11 -3
- metadata +32 -45
data/lib/rdf/vocab/ht.rb
CHANGED
@@ -3,244 +3,246 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2011/http#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
+
# Vocabulary for <http://www.w3.org/2011/http#>
|
7
|
+
# @!visibility private
|
6
8
|
HT = Class.new(RDF::StrictVocabulary("http://www.w3.org/2011/http#")) do
|
7
9
|
|
8
10
|
# Ontology definition
|
9
11
|
ontology :"http://www.w3.org/2011/http#",
|
10
|
-
comment: "A namespace for describing HTTP messages (http://www.w3.org/Protocols/rfc2616/rfc2616.html)"
|
11
|
-
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://www.w3.org/TR/Content-in-RDF/"
|
12
|
-
"http://www.w3.org/2002/07/owl#imports": ["http://purl.org/dc/terms/"
|
13
|
-
"http://www.w3.org/2002/07/owl#versionInfo": "Working Draft 29 April 2011"
|
14
|
-
isDefinedBy: "http://www.w3.org/TR/HTTP-in-RDF/"
|
15
|
-
label: "HTTP in RDF"
|
16
|
-
type: "http://www.w3.org/2002/07/owl#Ontology"
|
12
|
+
comment: {en: "A namespace for describing HTTP messages (http://www.w3.org/Protocols/rfc2616/rfc2616.html)"},
|
13
|
+
"http://www.w3.org/2000/01/rdf-schema#seeAlso": ["http://www.w3.org/TR/Content-in-RDF/", "http://www.w3.org/WAI/intro/earl"],
|
14
|
+
"http://www.w3.org/2002/07/owl#imports": ["http://purl.org/dc/terms/", "http://www.w3.org/2011/content#"],
|
15
|
+
"http://www.w3.org/2002/07/owl#versionInfo": {en: "Working Draft 29 April 2011"},
|
16
|
+
isDefinedBy: "http://www.w3.org/TR/HTTP-in-RDF/",
|
17
|
+
label: {en: "HTTP in RDF"},
|
18
|
+
type: "http://www.w3.org/2002/07/owl#Ontology"
|
17
19
|
|
18
20
|
# Class definitions
|
19
21
|
term :Connection,
|
20
|
-
comment: "A connection used for HTTP transfer."
|
21
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
22
|
-
label: "Connection"
|
23
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
22
|
+
comment: {en: "A connection used for HTTP transfer."},
|
23
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
24
|
+
label: {en: "Connection"},
|
25
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
24
26
|
term :EntityHeader,
|
25
|
-
comment: "An entity header in an HTTP message."
|
26
|
-
label: "Entity Header"
|
27
|
-
subClassOf: "http://www.w3.org/2011/http#MessageHeader"
|
28
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
27
|
+
comment: {en: "An entity header in an HTTP message."},
|
28
|
+
label: {en: "Entity Header"},
|
29
|
+
subClassOf: "http://www.w3.org/2011/http#MessageHeader",
|
30
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
29
31
|
term :GeneralHeader,
|
30
|
-
comment: "A general header in an HTTP message."
|
31
|
-
label: "General Header"
|
32
|
-
subClassOf: "http://www.w3.org/2011/http#MessageHeader"
|
33
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
32
|
+
comment: {en: "A general header in an HTTP message."},
|
33
|
+
label: {en: "General Header"},
|
34
|
+
subClassOf: "http://www.w3.org/2011/http#MessageHeader",
|
35
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
34
36
|
term :HeaderElement,
|
35
|
-
comment: "A part of a deconstructed header value."
|
36
|
-
label: "Header Element"
|
37
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
37
|
+
comment: {en: "A part of a deconstructed header value."},
|
38
|
+
label: {en: "Header Element"},
|
39
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
38
40
|
term :HeaderName,
|
39
|
-
comment: "A header name."
|
40
|
-
label: "Header Name"
|
41
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
41
|
+
comment: {en: "A header name."},
|
42
|
+
label: {en: "Header Name"},
|
43
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
42
44
|
term :Message,
|
43
|
-
comment: "An HTTP message."
|
44
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
45
|
-
label: "Message"
|
46
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
45
|
+
comment: {en: "An HTTP message."},
|
46
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
47
|
+
label: {en: "Message"},
|
48
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
47
49
|
term :MessageHeader,
|
48
|
-
comment: "A header in an HTTP message."
|
49
|
-
label: "Message Header"
|
50
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
50
|
+
comment: {en: "A header in an HTTP message."},
|
51
|
+
label: {en: "Message Header"},
|
52
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
51
53
|
term :Method,
|
52
|
-
comment: "The HTTP method used for the request."
|
53
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
54
|
-
label: "Method"
|
55
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
54
|
+
comment: {en: "The HTTP method used for the request."},
|
55
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
56
|
+
label: {en: "Method"},
|
57
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
56
58
|
term :Parameter,
|
57
|
-
comment: "A parameter for a part of a header value."
|
58
|
-
label: "Parameter"
|
59
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
59
|
+
comment: {en: "A parameter for a part of a header value."},
|
60
|
+
label: {en: "Parameter"},
|
61
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
60
62
|
term :Request,
|
61
|
-
comment: "An HTTP request."
|
62
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
63
|
-
label: "Request"
|
64
|
-
subClassOf: "http://www.w3.org/2011/http#Message"
|
65
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
63
|
+
comment: {en: "An HTTP request."},
|
64
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
65
|
+
label: {en: "Request"},
|
66
|
+
subClassOf: "http://www.w3.org/2011/http#Message",
|
67
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
66
68
|
term :RequestHeader,
|
67
|
-
comment: "A header in an HTTP request message."
|
68
|
-
label: "Request Header"
|
69
|
-
subClassOf: "http://www.w3.org/2011/http#MessageHeader"
|
70
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
69
|
+
comment: {en: "A header in an HTTP request message."},
|
70
|
+
label: {en: "Request Header"},
|
71
|
+
subClassOf: "http://www.w3.org/2011/http#MessageHeader",
|
72
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
71
73
|
term :Response,
|
72
|
-
comment: "An HTTP response."
|
73
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
74
|
-
label: "Response"
|
75
|
-
subClassOf: "http://www.w3.org/2011/http#Message"
|
76
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
74
|
+
comment: {en: "An HTTP response."},
|
75
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
76
|
+
label: {en: "Response"},
|
77
|
+
subClassOf: "http://www.w3.org/2011/http#Message",
|
78
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
77
79
|
term :ResponseHeader,
|
78
|
-
comment: "A header in an HTTP response message."
|
79
|
-
label: "Response Header"
|
80
|
-
subClassOf: "http://www.w3.org/2011/http#MessageHeader"
|
81
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
80
|
+
comment: {en: "A header in an HTTP response message."},
|
81
|
+
label: {en: "Response Header"},
|
82
|
+
subClassOf: "http://www.w3.org/2011/http#MessageHeader",
|
83
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
82
84
|
term :StatusCode,
|
83
|
-
comment: "The status code of an HTTP response."
|
84
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
85
|
-
label: "Status code"
|
86
|
-
type: ["http://www.w3.org/2000/01/rdf-schema#Class"
|
85
|
+
comment: {en: "The status code of an HTTP response."},
|
86
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
87
|
+
label: {en: "Status code"},
|
88
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2002/07/owl#Class"]
|
87
89
|
|
88
90
|
# Property definitions
|
89
91
|
property :absolutePath,
|
90
|
-
comment: "The absolute path sort of request URI."
|
91
|
-
label: "Absolute path"
|
92
|
-
subPropertyOf: "http://www.w3.org/2011/http#requestURI"
|
93
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
92
|
+
comment: {en: "The absolute path sort of request URI."},
|
93
|
+
label: {en: "Absolute path"},
|
94
|
+
subPropertyOf: "http://www.w3.org/2011/http#requestURI",
|
95
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
94
96
|
property :absoluteURI,
|
95
|
-
comment: "The absolute request URI."
|
96
|
-
label: "Absolute URI"
|
97
|
-
subPropertyOf: "http://www.w3.org/2011/http#requestURI"
|
98
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
97
|
+
comment: {en: "The absolute request URI."},
|
98
|
+
label: {en: "Absolute URI"},
|
99
|
+
subPropertyOf: "http://www.w3.org/2011/http#requestURI",
|
100
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
99
101
|
property :authority,
|
100
|
-
comment: "The authority sort of request URI."
|
101
|
-
label: "Authority"
|
102
|
-
subPropertyOf: "http://www.w3.org/2011/http#requestURI"
|
103
|
-
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
102
|
+
comment: {en: "The authority sort of request URI."},
|
103
|
+
label: {en: "Authority"},
|
104
|
+
subPropertyOf: "http://www.w3.org/2011/http#requestURI",
|
105
|
+
type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
104
106
|
property :body,
|
105
|
-
comment: "The entity body of an HTTP message."
|
106
|
-
domain: "http://www.w3.org/2011/http#Message"
|
107
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
108
|
-
label: "Entity Body"
|
109
|
-
range: "http://www.w3.org/2011/content#ContentAsBase64"
|
110
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
107
|
+
comment: {en: "The entity body of an HTTP message."},
|
108
|
+
domain: "http://www.w3.org/2011/http#Message",
|
109
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
110
|
+
label: {en: "Entity Body"},
|
111
|
+
range: "http://www.w3.org/2011/content#ContentAsBase64",
|
112
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
111
113
|
property :connectionAuthority,
|
112
|
-
comment: "The authority of a connection used for the HTTP transfer."
|
113
|
-
domain: "http://www.w3.org/2011/http#Connection"
|
114
|
-
label: "Connection authority"
|
115
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
116
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
114
|
+
comment: {en: "The authority of a connection used for the HTTP transfer."},
|
115
|
+
domain: "http://www.w3.org/2011/http#Connection",
|
116
|
+
label: {en: "Connection authority"},
|
117
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
118
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
117
119
|
property :elementName,
|
118
|
-
comment: "The name of a header element."
|
119
|
-
domain: "http://www.w3.org/2011/http#HeaderElement"
|
120
|
-
label: "Header element name"
|
121
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
122
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
120
|
+
comment: {en: "The name of a header element."},
|
121
|
+
domain: "http://www.w3.org/2011/http#HeaderElement",
|
122
|
+
label: {en: "Header element name"},
|
123
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
124
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
123
125
|
property :elementValue,
|
124
|
-
comment: "The value of a header element."
|
125
|
-
domain: "http://www.w3.org/2011/http#HeaderElement"
|
126
|
-
label: "Header element value"
|
127
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
128
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
126
|
+
comment: {en: "The value of a header element."},
|
127
|
+
domain: "http://www.w3.org/2011/http#HeaderElement",
|
128
|
+
label: {en: "Header element value"},
|
129
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
130
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
129
131
|
property :fieldName,
|
130
|
-
comment: "The name of an HTTP header field."
|
131
|
-
domain: "http://www.w3.org/2011/http#MessageHeader"
|
132
|
-
label: "Field name"
|
133
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
134
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
132
|
+
comment: {en: "The name of an HTTP header field."},
|
133
|
+
domain: "http://www.w3.org/2011/http#MessageHeader",
|
134
|
+
label: {en: "Field name"},
|
135
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
136
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
135
137
|
property :fieldValue,
|
136
|
-
comment: "The value of an HTTP header field."
|
137
|
-
domain: "http://www.w3.org/2011/http#MessageHeader"
|
138
|
-
label: "Field value"
|
139
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
140
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
138
|
+
comment: {en: "The value of an HTTP header field."},
|
139
|
+
domain: "http://www.w3.org/2011/http#MessageHeader",
|
140
|
+
label: {en: "Field value"},
|
141
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
142
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
141
143
|
property :hdrName,
|
142
|
-
comment: "The name of an HTTP header."
|
143
|
-
domain: "http://www.w3.org/2011/http#MessageHeader"
|
144
|
-
label: "Header name"
|
145
|
-
range: "http://www.w3.org/2011/http#HeaderName"
|
146
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
144
|
+
comment: {en: "The name of an HTTP header."},
|
145
|
+
domain: "http://www.w3.org/2011/http#MessageHeader",
|
146
|
+
label: {en: "Header name"},
|
147
|
+
range: "http://www.w3.org/2011/http#HeaderName",
|
148
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
147
149
|
property :headerElements,
|
148
|
-
comment: "The deconstructed parts of an HTTP header value."
|
149
|
-
domain: "http://www.w3.org/2011/http#MessageHeader"
|
150
|
-
label: "Header elements"
|
151
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
150
|
+
comment: {en: "The deconstructed parts of an HTTP header value."},
|
151
|
+
domain: "http://www.w3.org/2011/http#MessageHeader",
|
152
|
+
label: {en: "Header elements"},
|
153
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
152
154
|
property :headers,
|
153
|
-
comment: "The headers in an HTTP message."
|
154
|
-
domain: "http://www.w3.org/2011/http#Message"
|
155
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
156
|
-
label: "Headers"
|
157
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
155
|
+
comment: {en: "The headers in an HTTP message."},
|
156
|
+
domain: "http://www.w3.org/2011/http#Message",
|
157
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
158
|
+
label: {en: "Headers"},
|
159
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
158
160
|
property :httpVersion,
|
159
|
-
comment: "The HTTP version of an HTTP message."
|
160
|
-
domain: "http://www.w3.org/2011/http#Message"
|
161
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
162
|
-
label: "HTTP version"
|
163
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
164
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
161
|
+
comment: {en: "The HTTP version of an HTTP message."},
|
162
|
+
domain: "http://www.w3.org/2011/http#Message",
|
163
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
164
|
+
label: {en: "HTTP version"},
|
165
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
166
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
165
167
|
property :methodName,
|
166
|
-
comment: "The HTTP method name used for the HTTP request."
|
167
|
-
domain: "http://www.w3.org/2011/http#Request"
|
168
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
169
|
-
label: "Method name"
|
170
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
171
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
168
|
+
comment: {en: "The HTTP method name used for the HTTP request."},
|
169
|
+
domain: "http://www.w3.org/2011/http#Request",
|
170
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
171
|
+
label: {en: "Method name"},
|
172
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
173
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
172
174
|
property :mthd,
|
173
|
-
comment: "The HTTP method used for the HTTP request."
|
174
|
-
domain: "http://www.w3.org/2011/http#Request"
|
175
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
176
|
-
label: "Method"
|
177
|
-
range: "http://www.w3.org/2011/http#Method"
|
178
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
175
|
+
comment: {en: "The HTTP method used for the HTTP request."},
|
176
|
+
domain: "http://www.w3.org/2011/http#Request",
|
177
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
178
|
+
label: {en: "Method"},
|
179
|
+
range: "http://www.w3.org/2011/http#Method",
|
180
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
179
181
|
property :paramName,
|
180
|
-
comment: "The name of a parameter in a part of a deconstructed HTTP header value."
|
181
|
-
domain: "http://www.w3.org/2011/http#Parameter"
|
182
|
-
label: "Parameter name"
|
183
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
184
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
182
|
+
comment: {en: "The name of a parameter in a part of a deconstructed HTTP header value."},
|
183
|
+
domain: "http://www.w3.org/2011/http#Parameter",
|
184
|
+
label: {en: "Parameter name"},
|
185
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
186
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
185
187
|
property :paramValue,
|
186
|
-
comment: "The value of a parameter in a part of a deconstructed HTTP header value."
|
187
|
-
domain: "http://www.w3.org/2011/http#Parameter"
|
188
|
-
label: "Parameter value"
|
189
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
190
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
188
|
+
comment: {en: "The value of a parameter in a part of a deconstructed HTTP header value."},
|
189
|
+
domain: "http://www.w3.org/2011/http#Parameter",
|
190
|
+
label: {en: "Parameter value"},
|
191
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
192
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
191
193
|
property :params,
|
192
|
-
comment: "The parameters in a part of a deconstructed HTTP header value."
|
193
|
-
domain: "http://www.w3.org/2011/http#HeaderElement"
|
194
|
-
label: "Header parameters"
|
195
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
194
|
+
comment: {en: "The parameters in a part of a deconstructed HTTP header value."},
|
195
|
+
domain: "http://www.w3.org/2011/http#HeaderElement",
|
196
|
+
label: {en: "Header parameters"},
|
197
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
196
198
|
property :reasonPhrase,
|
197
|
-
comment: "The reason phrase (status text) of an HTTP response."
|
198
|
-
domain: "http://www.w3.org/2011/http#Response"
|
199
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
200
|
-
label: "Reason phrase"
|
201
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
202
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
199
|
+
comment: {en: "The reason phrase (status text) of an HTTP response."},
|
200
|
+
domain: "http://www.w3.org/2011/http#Response",
|
201
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
202
|
+
label: {en: "Reason phrase"},
|
203
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
204
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
203
205
|
property :requestURI,
|
204
|
-
comment: "The request URI of an HTTP request."
|
205
|
-
domain: "http://www.w3.org/2011/http#Request"
|
206
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
207
|
-
label: "Request URI"
|
208
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
209
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
206
|
+
comment: {en: "The request URI of an HTTP request."},
|
207
|
+
domain: "http://www.w3.org/2011/http#Request",
|
208
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
209
|
+
label: {en: "Request URI"},
|
210
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
211
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
210
212
|
property :requests,
|
211
|
-
comment: "The HTTP requests made via a connection."
|
212
|
-
domain: "http://www.w3.org/2011/http#Connection"
|
213
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
214
|
-
label: "Requests"
|
215
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
213
|
+
comment: {en: "The HTTP requests made via a connection."},
|
214
|
+
domain: "http://www.w3.org/2011/http#Connection",
|
215
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
216
|
+
label: {en: "Requests"},
|
217
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
216
218
|
property :resp,
|
217
|
-
comment: "The HTTP response sent in answer to an HTTP request."
|
218
|
-
domain: "http://www.w3.org/2011/http#Request"
|
219
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
220
|
-
label: "Response"
|
221
|
-
range: "http://www.w3.org/2011/http#Response"
|
222
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
219
|
+
comment: {en: "The HTTP response sent in answer to an HTTP request."},
|
220
|
+
domain: "http://www.w3.org/2011/http#Request",
|
221
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
222
|
+
label: {en: "Response"},
|
223
|
+
range: "http://www.w3.org/2011/http#Response",
|
224
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
223
225
|
property :sc,
|
224
|
-
comment: "The status code of an HTTP response."
|
225
|
-
domain: "http://www.w3.org/2011/http#Response"
|
226
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
227
|
-
label: "Status code"
|
228
|
-
range: "http://www.w3.org/2011/http#StatusCode"
|
229
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
226
|
+
comment: {en: "The status code of an HTTP response."},
|
227
|
+
domain: "http://www.w3.org/2011/http#Response",
|
228
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
229
|
+
label: {en: "Status code"},
|
230
|
+
range: "http://www.w3.org/2011/http#StatusCode",
|
231
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
230
232
|
property :statusCodeNumber,
|
231
|
-
comment: "The status code number."
|
232
|
-
domain: "http://www.w3.org/2011/http#StatusCode"
|
233
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
234
|
-
label: "Status code"
|
235
|
-
range: "http://www.w3.org/2001/XMLSchema#int"
|
236
|
-
subPropertyOf: "http://purl.org/dc/terms/identifier"
|
237
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
233
|
+
comment: {en: "The status code number."},
|
234
|
+
domain: "http://www.w3.org/2011/http#StatusCode",
|
235
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
236
|
+
label: {en: "Status code"},
|
237
|
+
range: "http://www.w3.org/2001/XMLSchema#int",
|
238
|
+
subPropertyOf: "http://purl.org/dc/terms/identifier",
|
239
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
238
240
|
property :statusCodeValue,
|
239
|
-
comment: "The status code value of an HTTP response."
|
240
|
-
domain: "http://www.w3.org/2011/http#Response"
|
241
|
-
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt"
|
242
|
-
label: "Status code"
|
243
|
-
range: "http://www.w3.org/2000/01/rdf-schema#Literal"
|
244
|
-
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
|
241
|
+
comment: {en: "The status code value of an HTTP response."},
|
242
|
+
domain: "http://www.w3.org/2011/http#Response",
|
243
|
+
isDefinedBy: "http://www.ietf.org/rfc/rfc2616.txt",
|
244
|
+
label: {en: "Status code"},
|
245
|
+
range: "http://www.w3.org/2000/01/rdf-schema#Literal",
|
246
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty"]
|
245
247
|
end
|
246
248
|
end
|