-
Notifications
You must be signed in to change notification settings - Fork 8
/
repository.rdf
515 lines (323 loc) · 21 KB
/
repository.rdf
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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="owl2html.xsl"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://fedora.info/definitions/v4/repository#"
xml:base="http://fedora.info/definitions/v4/repository"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<owl:Ontology rdf:about="http://fedora.info/definitions/v4/repository#">
<rdfs:label xml:lang="en">Fedora Commons Repository Ontology</rdfs:label>
<rdfs:comment xml:lang="en">Ontology for the Fedora data model, intended primarily to make it possible to expose Fedora-curated RDF predicates via de-reference-able URIs.</rdfs:comment>
<owl:versionInfo>v4/2016/10/18</owl:versionInfo>
<owl:priorVersion rdf:resource="http://fedora.info/definitions/v4/2016/03/01/repository" />
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://fedora.info/definitions/v4/repository#computedChecksum -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#computedChecksum">
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#computedSize -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#computedSize">
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#couldNotStoreProperty -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#couldNotStoreProperty">
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#created -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#created">
<rdfs:range rdf:resource="&xsd;dateTime"/>
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#createdBy -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#createdBy">
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#hasLocation -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#hasLocation">
<rdfs:range rdf:resource="&xsd;anyURI"/>
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#hasVersionLabel -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#hasVersionLabel">
<rdfs:range rdf:resource="&xsd;string"/>
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#isCheckedOut -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#isCheckedOut">
<rdfs:range rdf:resource="&xsd;boolean"/>
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#lastModified -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#lastModified">
<rdfs:range rdf:resource="&xsd;dateTime"/>
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#lastModifiedBy -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#lastModifiedBy">
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#numFixityChecks -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#numFixityChecks">
<rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#numFixityErrors -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#numFixityErrors">
<rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#numFixityRepaired -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#numFixityRepaired">
<rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#numberOfChildren -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#numberOfChildren">
<rdfs:range rdf:resource="&xsd;nonNegativeInteger"/>
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#objectCount -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#objectCount">
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!-- http://fedora.info/definitions/v4/repository#objectSize -->
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#objectSize">
<rdfs:subPropertyOf rdf:resource="&owl;topDataProperty"/>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://fedora.info/definitions/v4/repository#baseVersion -->
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#baseVersion">
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
<rdfs:label xml:lang="en">base version</rdfs:label>
<rdfs:domain rdf:resource="http://fedora.info/definitions/v4/repository#Container"/>
<rdfs:range rdf:resource="http://fedora.info/definitions/v4/repository#Version"/>
</owl:ObjectProperty>
<!-- http://fedora.info/definitions/v4/repository#hasChild -->
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasChild">
<rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
<rdfs:label xml:lang="en">has child</rdfs:label>
<rdfs:domain rdf:resource="http://fedora.info/definitions/v4/repository#Container"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://fedora.info/definitions/v4/repository#NonRdfSourceDescription"/>
<rdf:Description rdf:about="http://fedora.info/definitions/v4/repository#Container"/>
</owl:unionOf>
</owl:Class>
</rdfs:range>
</owl:ObjectProperty>
<!-- http://fedora.info/definitions/v4/repository#hasContent -->
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasContent">
<rdfs:label xml:lang="en">has content</rdfs:label>
<rdfs:comment xml:lang="en">Indicates a binary in which content is stored for this datastream.</rdfs:comment>
<rdfs:range rdf:resource="http://fedora.info/definitions/v4/repository#Binary"/>
<rdfs:domain rdf:resource="http://fedora.info/definitions/v4/repository#NonRdfSourceDescription"/>
</owl:ObjectProperty>
<!-- http://fedora.info/definitions/v4/repository#hasMember -->
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasMember">
<rdfs:label xml:lang="en">has member</rdfs:label>
<rdfs:comment xml:lang="en">Links to a newly-minted identifier which can be used to create a repository resource.</rdfs:comment>
<rdfs:range rdf:resource="&xsd;anyURI"/>
</owl:ObjectProperty>
<!-- http://fedora.info/definitions/v4/repository#hasParent -->
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasParent">
<rdf:type rdf:resource="&owl;FunctionalProperty"/>
<rdfs:label xml:lang="en">has parent</rdfs:label>
<rdfs:range rdf:resource="http://fedora.info/definitions/v4/repository#Container"/>
<rdfs:domain rdf:resource="http://fedora.info/definitions/v4/repository#Resource"/>
</owl:ObjectProperty>
<!-- http://fedora.info/definitions/v4/repository#hasResultsMember -->
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasResultsMember">
<rdfs:label xml:lang="en">has results member</rdfs:label>
<rdfs:range rdf:resource="http://fedora.info/definitions/v4/repository#Resource"/>
</owl:ObjectProperty>
<!-- http://fedora.info/definitions/v4/repository#hasVersion -->
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasVersion">
<rdfs:label xml:lang="en">has version</rdfs:label>
<rdfs:domain rdf:resource="http://fedora.info/definitions/v4/repository#Container"/>
<rdfs:range rdf:resource="http://fedora.info/definitions/v4/repository#Version"/>
</owl:ObjectProperty>
<!-- http://fedora.info/definitions/v4/repository#isContentOf -->
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#isContentOf">
<rdf:type rdf:resource="&owl;InverseFunctionalProperty"/>
<rdfs:label xml:lang="en">is content of</rdfs:label>
<rdfs:comment xml:lang="en">Indicates a datastream for which this resource contains the content. </rdfs:comment>
<rdfs:domain rdf:resource="http://fedora.info/definitions/v4/repository#Binary"/>
<rdfs:range rdf:resource="http://fedora.info/definitions/v4/repository#NonRdfSourceDescription"/>
</owl:ObjectProperty>
<!-- http://fedora.info/definitions/v4/repository#predecessors -->
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#predecessors">
<rdfs:label xml:lang="en">predecessors</rdfs:label>
<rdfs:range rdf:resource="http://fedora.info/definitions/v4/repository#Version"/>
<rdfs:domain rdf:resource="http://fedora.info/definitions/v4/repository#Version"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://fedora.info/definitions/v4/repository#AnnotatedResource -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#AnnotatedResource">
<rdfs:label xml:lang="en">annotated resource</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Resource"/>
<rdfs:comment xml:lang="en">A Resource that maintains properties in its own right.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#Binary -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Binary">
<rdfs:label xml:lang="en">binary</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Resource"/>
<owl:disjointWith rdf:resource="http://fedora.info/definitions/v4/repository#NonRdfSourceDescription"/>
<owl:disjointWith rdf:resource="http://fedora.info/definitions/v4/repository#Container"/>
<rdfs:comment xml:lang="en">A bitstream, with no further data properties.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#RepositoryRoot -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#RepositoryRoot">
<rdfs:label xml:lang="en">repository root</rdfs:label>
<owl:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Container"/>
<rdfs:comment xml:lang="en">A repository root.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#Skolem -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Skolem">
<rdfs:label xml:lang="en">skolem</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Thing"/>
<rdfs:comment xml:lang="en">An entity that is a representation of an RDF Skolem node.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#Configuration -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Configuration">
<rdfs:label xml:lang="en">Fedora configuration</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Thing"/>
<rdfs:comment xml:lang="en">A container for a Fedora configuration.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#NonRdfSourceDescription -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#NonRdfSourceDescription">
<rdfs:label xml:lang="en">Fedora NonRdfSourceDescription</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#AnnotatedResource"/>
<owl:disjointWith rdf:resource="http://fedora.info/definitions/v4/repository#Container"/>
<rdfs:comment xml:lang="en">A container for a bitstream and associated properties.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#EmbedResources -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#EmbedResources">
<rdfs:label xml:lang="en">embed resources</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Thing"/>
<rdfs:comment xml:lang="en">The set of triples representing child resources of a given resource.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#InboundReferences -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#InboundReferences">
<rdfs:label xml:lang="en">inbound references</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Thing"/>
<rdfs:comment xml:lang="en">The set of triples representing other repository resources which link to a given resource.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#Container -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Container">
<rdfs:label xml:lang="en">Fedora Container</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#AnnotatedResource"/>
<rdfs:comment xml:lang="en">A Fedora Container: the fundamental quantum of durable content in a Fedora repository.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#Pairtree -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Pairtree">
<rdfs:label xml:lang="en">pair tree</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Thing"/>
<rdfs:comment xml:lang="en">An entity that is a an intermediary node created in a PairTree hierarchy.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#Relations -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Relations">
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Thing"/>
<rdfs:comment xml:lang="en">An entity that may be related to other repository entities.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#Resource -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Resource">
<rdfs:label xml:lang="en">Fedora resource</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Thing"/>
<rdfs:comment xml:lang="en">An entity that has been committed to the repository for safekeeping. For example, Fedora objects and datastreams are resources. A Fixity is not, because the provenance of the instance is entirely internal to the repository.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#ServerManaged -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#ServerManaged">
<rdfs:label xml:lang="en">server managed</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Thing"/>
<rdfs:comment xml:lang="en">The system-generated triples for a given resource (as opposed to explicity-declared properties).</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#Thing -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Thing">
<rdfs:label xml:lang="en">Fedora thing</rdfs:label>
<rdfs:comment xml:lang="en">Something that is contemplated in the Fedora repository model.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#Tombstone -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Tombstone">
<rdfs:label xml:lang="en">tombstone</rdfs:label>
<rdfs:comment xml:lang="en">An entity that is a marker for a deleted node.</rdfs:comment>
</owl:Class>
<!-- http://fedora.info/definitions/v4/repository#Version -->
<owl:Class rdf:about="http://fedora.info/definitions/v4/repository#Version">
<rdfs:label xml:lang="en">A snapshot of a Fedora object at a given point in time.</rdfs:label>
<rdfs:subClassOf rdf:resource="http://fedora.info/definitions/v4/repository#Container"/>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://fedora.info/definitions/v4/repository#inaccessibleResource -->
<owl:NamedIndividual rdf:about="http://fedora.info/definitions/v4/repository#inaccessibleResource">
<rdfs:label xml:lang="en">inaccessible resource</rdfs:label>
<rdfs:comment xml:lang="en">A Fedora resource that is inaccessible.</rdfs:comment>
</owl:NamedIndividual>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// REST API
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasAccessRoles">
<rdfs:label xml:lang="en">has access roles</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasFixityService">
<rdfs:label xml:lang="en">has fixity service</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasNamespaces">
<rdfs:label xml:lang="en">has namespaces</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#hasVersions">
<rdfs:label xml:lang="en">has versions</rdfs:label>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://fedora.info/definitions/v4/repository#sparql">
<rdfs:label xml:lang="en">has sparql service</rdfs:label>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#hasMoreResults">
<rdfs:label xml:lang="en">has more results</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#hasTransactionProvider">
<rdfs:label xml:lang="en">has transaction provider</rdfs:label>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://fedora.info/definitions/v4/repository#writable">
<rdfs:label xml:lang="en">writable</rdfs:label>
<rdfs:comment>Whether or not the resource with this representation could have been altered by the same agent that received this representation if the request that retrieved this representation had been a mutating request.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->