content.rdfs
11.2 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns="http://www.w3.org/2007/content#"
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/content">
<rdf:Description rdf:about="http://www.w3.org/2008/content#">
<rdfs:comment>This has been obsoleted by http://www.w3.org/2011/content.rdfs</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.w3.org/2011/content.rdfs" />
</rdf:Description>
<owl:Ontology rdf:about="">
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Copyright © 2008 World Wide Web Consortium</owl:versionInfo>
</owl:Ontology>
<!-- Classes -->
<rdfs:Class rdf:ID="Base64Content">
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:cardinality>
<owl:onProperty>
<rdf:Property rdf:ID="bytes"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#characterEncoding"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">Base64 content</rdfs:label>
<rdfs:comment xml:lang="en">The base64 encoded content (can be used for all types of content)</rdfs:comment>
<rdfs:subClassOf rdf:resource="#Content"/>
</rdfs:Class>
<rdfs:Class rdf:about="#Content">
<rdfs:label xml:lang="en">Content</rdfs:label>
<rdfs:comment xml:lang="en">The message body content</rdfs:comment>
</rdfs:Class>
<rdfs:Class rdf:ID="DoctypeDecl">
<rdfs:label xml:lang="en">Document type declaration</rdfs:label>
<rdfs:comment xml:lang="en">The document type declaration</rdfs:comment>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#doctypeName"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#internalSubset"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#publicId"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#systemId"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
</rdfs:Class>
<rdfs:Class rdf:ID="TextContent">
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:cardinality>
<owl:onProperty>
<rdf:Property rdf:about="#chars"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#characterEncoding"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">Text content</rdfs:label>
<rdfs:comment xml:lang="en">The text content (can be used for non-XML-wellformed text resources)</rdfs:comment>
<rdfs:subClassOf rdf:resource="#Content"/>
</rdfs:Class>
<rdfs:Class rdf:ID="XMLContent">
<rdfs:label xml:lang="en">XML content</rdfs:label>
<rdfs:comment xml:lang="en">The XML content (can be used for XML-wellformed resource)</rdfs:comment>
<rdfs:subClassOf rdf:resource="#Content"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#characterEncoding"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#xmlDecl"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#doctypeDecl"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#xmlLeadingMisc"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#xmlRest"/>
</owl:onProperty>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
</rdfs:Class>
<rdfs:Class rdf:ID="XMLDecl">
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:cardinality>
<owl:onProperty>
<rdf:Property rdf:about="#xmlVersion"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">The XML declaration</rdfs:comment>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#xmlEncoding"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty>
<rdf:Property rdf:about="#xmlStandalone"/>
</owl:onProperty>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">XML declaration</rdfs:label>
</rdfs:Class>
<!-- Properties -->
<rdf:Property rdf:about="#bytes">
<rdfs:label xml:lang="en">Base64 encoded byte sequence</rdfs:label>
<rdfs:comment xml:lang="en">The Base64 encoded byte sequence of the content</rdfs:comment>
<rdfs:domain rdf:resource="#Base64Content"/>
</rdf:Property>
<rdf:Property rdf:about="#characterEncoding">
<rdfs:label xml:lang="en">Character encoding</rdfs:label>
<rdfs:comment xml:lang="en">The character encoding used create a character sequence from a byte
sequence or vice versa</rdfs:comment>
</rdf:Property>
<rdf:Property rdf:about="#chars">
<rdfs:comment xml:lang="en">The character sequence of the content</rdfs:comment>
<rdfs:domain rdf:resource="#TextContent"/>
<rdfs:label xml:lang="en">Character sequence</rdfs:label>
</rdf:Property>
<rdf:Property rdf:about="#doctypeDecl">
<rdfs:label xml:lang="en">Document type declaration</rdfs:label>
<rdfs:comment xml:lang="en">The document type declaration</rdfs:comment>
<rdfs:domain rdf:resource="#XMLContent"/>
<rdfs:range rdf:resource="#DoctypeDecl"/>
</rdf:Property>
<rdf:Property rdf:about="#doctypeName">
<rdfs:label xml:lang="en">Document type name</rdfs:label>
<rdfs:comment xml:lang="en">The document type name</rdfs:comment>
<rdfs:domain rdf:resource="#DoctypeDecl"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdf:Property rdf:about="#internalSubset">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The internal subset of the DTD</rdfs:comment>
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Internal DTD subset</rdfs:label>
<rdfs:domain rdf:resource="#DoctypeDecl"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdf:Property rdf:about="#publicId">
<rdfs:label xml:lang="en">Public ID</rdfs:label>
<rdfs:comment xml:lang="en">The document type declarations's public identifier</rdfs:comment>
<rdfs:domain rdf:resource="#DoctypeDecl"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdf:Property rdf:about="#systemId">
<rdfs:label xml:lang="en">System ID</rdfs:label>
<rdfs:comment xml:lang="en">The document type declarations's system identifier (typed: xsd:anyURI)</rdfs:comment>
<rdfs:domain rdf:resource="#DoctypeDecl"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdf:Property rdf:about="#xmlDecl">
<rdfs:label xml:lang="en">XML declaration</rdfs:label>
<rdfs:comment xml:lang="en">The XML declaration</rdfs:comment>
<rdfs:domain rdf:resource="#XMLContent"/>
<rdfs:range rdf:resource="#XMLDecl"/>
</rdf:Property>
<rdf:Property rdf:about="#xmlEncoding">
<rdfs:label xml:lang="en">XML character encoding</rdfs:label>
<rdfs:comment xml:lang="en">The XML character encoding</rdfs:comment>
<rdfs:domain rdf:resource="#XMLDecl"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdf:Property rdf:about="#xmlLeadingMisc">
<rdfs:label xml:lang="en">XML leading misc</rdfs:label>
<rdfs:comment xml:lang="en">The XML content preceding the document type declaration</rdfs:comment>
<rdfs:domain rdf:resource="#XMLContent"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#XMLLiteral"/>
</rdf:Property>
<rdf:Property rdf:about="#xmlRest">
<rdfs:label xml:lang="en">XML rest</rdfs:label>
<rdfs:comment xml:lang="en">The XML content following the document type declaration</rdfs:comment>
<rdfs:domain rdf:resource="#XMLContent"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#XMLLiteral"/>
</rdf:Property>
<rdf:Property rdf:about="#xmlStandalone">
<rdfs:label xml:lang="en">XML standalone document declaration</rdfs:label>
<rdfs:comment xml:lang="en">The XML standalone document declaration</rdfs:comment>
<rdfs:domain rdf:resource="#XMLDecl"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdf:Property rdf:about="#xmlVersion">
<rdfs:label xml:lang="en">XML version</rdfs:label>
<rdfs:comment xml:lang="en">The XML version</rdfs:comment>
<rdfs:domain rdf:resource="#XMLDecl"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
</rdf:RDF>