File: api-objects.txt

package info (click to toggle)
owlrl 7.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,024 kB
  • sloc: python: 2,988; javascript: 249; makefile: 12
file content (845 lines) | stat: -rw-r--r-- 77,387 bytes parent folder | download
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
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
RDFClosure	RDFClosure-module.html
RDFClosure.TURTLE	RDFClosure-module.html#TURTLE
RDFClosure.interpret_owl_imports	RDFClosure-module.html#interpret_owl_imports
RDFClosure.return_closure_class	RDFClosure-module.html#return_closure_class
RDFClosure.json_ld_available	RDFClosure-module.html#json_ld_available
RDFClosure.__author__	RDFClosure-module.html#__author__
RDFClosure.RDFXML	RDFClosure-module.html#RDFXML
RDFClosure.__parse_input	RDFClosure-module.html#__parse_input
RDFClosure.OWL	RDFClosure-module.html#OWL
RDFClosure.NONE	RDFClosure-module.html#NONE
RDFClosure.RDFS	RDFClosure-module.html#RDFS
RDFClosure.__package__	RDFClosure-module.html#__package__
RDFClosure.convert_graph	RDFClosure-module.html#convert_graph
RDFClosure.JSON	RDFClosure-module.html#JSON
RDFClosure.FULL	RDFClosure-module.html#FULL
RDFClosure.__license__	RDFClosure-module.html#__license__
RDFClosure.AUTO	RDFClosure-module.html#AUTO
RDFClosure.RDFA	RDFClosure-module.html#RDFA
RDFClosure.RDF	RDFClosure-module.html#RDF
RDFClosure.AxiomaticTriples	RDFClosure.AxiomaticTriples-module.html
RDFClosure.AxiomaticTriples.DatatypeProperty	RDFClosure.AxiomaticTriples-module.html#DatatypeProperty
RDFClosure.AxiomaticTriples._OWL_axiomatic_triples_Facets	RDFClosure.AxiomaticTriples-module.html#_OWL_axiomatic_triples_Facets
RDFClosure.AxiomaticTriples.OntologyProperty	RDFClosure.AxiomaticTriples-module.html#OntologyProperty
RDFClosure.AxiomaticTriples.Axiom	RDFClosure.AxiomaticTriples-module.html#Axiom
RDFClosure.AxiomaticTriples.OWL_D_Axiomatic_Triples_subclasses	RDFClosure.AxiomaticTriples-module.html#OWL_D_Axiomatic_Triples_subclasses
RDFClosure.AxiomaticTriples.sourceIndividual	RDFClosure.AxiomaticTriples-module.html#sourceIndividual
RDFClosure.AxiomaticTriples.hasKey	RDFClosure.AxiomaticTriples-module.html#hasKey
RDFClosure.AxiomaticTriples.annotatedSource	RDFClosure.AxiomaticTriples-module.html#annotatedSource
RDFClosure.AxiomaticTriples.onProperties	RDFClosure.AxiomaticTriples-module.html#onProperties
RDFClosure.AxiomaticTriples._OWL_D_Axiomatic_Triples_types	RDFClosure.AxiomaticTriples-module.html#_OWL_D_Axiomatic_Triples_types
RDFClosure.AxiomaticTriples.RDFS_D_Axiomatic_Triples_subclasses	RDFClosure.AxiomaticTriples-module.html#RDFS_D_Axiomatic_Triples_subclasses
RDFClosure.AxiomaticTriples.Annotation	RDFClosure.AxiomaticTriples-module.html#Annotation
RDFClosure.AxiomaticTriples.__license__	RDFClosure.AxiomaticTriples-module.html#__license__
RDFClosure.AxiomaticTriples.RDFS_Axiomatic_Triples	RDFClosure.AxiomaticTriples-module.html#RDFS_Axiomatic_Triples
RDFClosure.AxiomaticTriples._RDFS_axiomatic_triples	RDFClosure.AxiomaticTriples-module.html#_RDFS_axiomatic_triples
RDFClosure.AxiomaticTriples.OWLRL_Datatypes_Disjointness	RDFClosure.AxiomaticTriples-module.html#OWLRL_Datatypes_Disjointness
RDFClosure.AxiomaticTriples.backwardCompatibleWith	RDFClosure.AxiomaticTriples-module.html#backwardCompatibleWith
RDFClosure.AxiomaticTriples.OWLRL_D_Axiomatic_Triples	RDFClosure.AxiomaticTriples-module.html#OWLRL_D_Axiomatic_Triples
RDFClosure.AxiomaticTriples.RDFS_D_Axiomatic_Triples_types	RDFClosure.AxiomaticTriples-module.html#RDFS_D_Axiomatic_Triples_types
RDFClosure.AxiomaticTriples.oneOf	RDFClosure.AxiomaticTriples-module.html#oneOf
RDFClosure.AxiomaticTriples.DataRange	RDFClosure.AxiomaticTriples-module.html#DataRange
RDFClosure.AxiomaticTriples.ReflexiveProperty	RDFClosure.AxiomaticTriples-module.html#ReflexiveProperty
RDFClosure.AxiomaticTriples.disjointClasses	RDFClosure.AxiomaticTriples-module.html#disjointClasses
RDFClosure.AxiomaticTriples.AsymmetricProperty	RDFClosure.AxiomaticTriples-module.html#AsymmetricProperty
RDFClosure.AxiomaticTriples.intersectionOf	RDFClosure.AxiomaticTriples-module.html#intersectionOf
RDFClosure.AxiomaticTriples.DeprecatedClass	RDFClosure.AxiomaticTriples-module.html#DeprecatedClass
RDFClosure.AxiomaticTriples.versionIRI	RDFClosure.AxiomaticTriples-module.html#versionIRI
RDFClosure.AxiomaticTriples.assertionProperty	RDFClosure.AxiomaticTriples-module.html#assertionProperty
RDFClosure.AxiomaticTriples.datatypeComplementOf	RDFClosure.AxiomaticTriples-module.html#datatypeComplementOf
RDFClosure.AxiomaticTriples.AllDisjointClasses	RDFClosure.AxiomaticTriples-module.html#AllDisjointClasses
RDFClosure.AxiomaticTriples.annotatedProperty	RDFClosure.AxiomaticTriples-module.html#annotatedProperty
RDFClosure.AxiomaticTriples.IrreflexiveProperty	RDFClosure.AxiomaticTriples-module.html#IrreflexiveProperty
RDFClosure.AxiomaticTriples.NegativePropertyAssertion	RDFClosure.AxiomaticTriples-module.html#NegativePropertyAssertion
RDFClosure.AxiomaticTriples.Nothing	RDFClosure.AxiomaticTriples-module.html#Nothing
RDFClosure.AxiomaticTriples.SelfRestriction	RDFClosure.AxiomaticTriples-module.html#SelfRestriction
RDFClosure.AxiomaticTriples.versionInfo	RDFClosure.AxiomaticTriples-module.html#versionInfo
RDFClosure.AxiomaticTriples.InverseFunctionalProperty	RDFClosure.AxiomaticTriples-module.html#InverseFunctionalProperty
RDFClosure.AxiomaticTriples.priorVersion	RDFClosure.AxiomaticTriples-module.html#priorVersion
RDFClosure.AxiomaticTriples.propertyDisjointWith	RDFClosure.AxiomaticTriples-module.html#propertyDisjointWith
RDFClosure.AxiomaticTriples.Thing	RDFClosure.AxiomaticTriples-module.html#Thing
RDFClosure.AxiomaticTriples.maxQualifiedCardinality	RDFClosure.AxiomaticTriples-module.html#maxQualifiedCardinality
RDFClosure.AxiomaticTriples.members	RDFClosure.AxiomaticTriples-module.html#members
RDFClosure.AxiomaticTriples.RDFS_D_Axiomatic_Triples	RDFClosure.AxiomaticTriples-module.html#RDFS_D_Axiomatic_Triples
RDFClosure.AxiomaticTriples.qualifiedCardinality	RDFClosure.AxiomaticTriples-module.html#qualifiedCardinality
RDFClosure.AxiomaticTriples.Restriction	RDFClosure.AxiomaticTriples-module.html#Restriction
RDFClosure.AxiomaticTriples._Simple_RDF_axiomatic_triples	RDFClosure.AxiomaticTriples-module.html#_Simple_RDF_axiomatic_triples
RDFClosure.AxiomaticTriples.FunctionalProperty	RDFClosure.AxiomaticTriples-module.html#FunctionalProperty
RDFClosure.AxiomaticTriples._OWL_axiomatic_triples_Classes	RDFClosure.AxiomaticTriples-module.html#_OWL_axiomatic_triples_Classes
RDFClosure.AxiomaticTriples.withRestrictions	RDFClosure.AxiomaticTriples-module.html#withRestrictions
RDFClosure.AxiomaticTriples.disjointWith	RDFClosure.AxiomaticTriples-module.html#disjointWith
RDFClosure.AxiomaticTriples.onClass	RDFClosure.AxiomaticTriples-module.html#onClass
RDFClosure.AxiomaticTriples.sameAs	RDFClosure.AxiomaticTriples-module.html#sameAs
RDFClosure.AxiomaticTriples.DeprecatedProperty	RDFClosure.AxiomaticTriples-module.html#DeprecatedProperty
RDFClosure.AxiomaticTriples.OWLpredicate	RDFClosure.AxiomaticTriples-module.html#OWLpredicate
RDFClosure.AxiomaticTriples.AnnotationProperty	RDFClosure.AxiomaticTriples-module.html#AnnotationProperty
RDFClosure.AxiomaticTriples.distinctMembers	RDFClosure.AxiomaticTriples-module.html#distinctMembers
RDFClosure.AxiomaticTriples.annotatedTarget	RDFClosure.AxiomaticTriples-module.html#annotatedTarget
RDFClosure.AxiomaticTriples.OWLNS	RDFClosure.AxiomaticTriples-module.html#OWLNS
RDFClosure.AxiomaticTriples.propertyChainAxiom	RDFClosure.AxiomaticTriples-module.html#propertyChainAxiom
RDFClosure.AxiomaticTriples.targetValue	RDFClosure.AxiomaticTriples-module.html#targetValue
RDFClosure.AxiomaticTriples.Ontology	RDFClosure.AxiomaticTriples-module.html#Ontology
RDFClosure.AxiomaticTriples.OWLRL_Axiomatic_Triples	RDFClosure.AxiomaticTriples-module.html#OWLRL_Axiomatic_Triples
RDFClosure.AxiomaticTriples.__author__	RDFClosure.AxiomaticTriples-module.html#__author__
RDFClosure.AxiomaticTriples.cardinality	RDFClosure.AxiomaticTriples-module.html#cardinality
RDFClosure.AxiomaticTriples.AllDisjointProperties	RDFClosure.AxiomaticTriples-module.html#AllDisjointProperties
RDFClosure.AxiomaticTriples.someValuesFrom	RDFClosure.AxiomaticTriples-module.html#someValuesFrom
RDFClosure.AxiomaticTriples.BottomDataProperty	RDFClosure.AxiomaticTriples-module.html#BottomDataProperty
RDFClosure.AxiomaticTriples.onDataRange	RDFClosure.AxiomaticTriples-module.html#onDataRange
RDFClosure.AxiomaticTriples.onDatatype	RDFClosure.AxiomaticTriples-module.html#onDatatype
RDFClosure.AxiomaticTriples.minCardinality	RDFClosure.AxiomaticTriples-module.html#minCardinality
RDFClosure.AxiomaticTriples.deprecated	RDFClosure.AxiomaticTriples-module.html#deprecated
RDFClosure.AxiomaticTriples.equivalentProperty	RDFClosure.AxiomaticTriples-module.html#equivalentProperty
RDFClosure.AxiomaticTriples.TopObjectProperty	RDFClosure.AxiomaticTriples-module.html#TopObjectProperty
RDFClosure.AxiomaticTriples.complementOf	RDFClosure.AxiomaticTriples-module.html#complementOf
RDFClosure.AxiomaticTriples.imports	RDFClosure.AxiomaticTriples-module.html#imports
RDFClosure.AxiomaticTriples.TopDataProperty	RDFClosure.AxiomaticTriples-module.html#TopDataProperty
RDFClosure.AxiomaticTriples.AllDifferent	RDFClosure.AxiomaticTriples-module.html#AllDifferent
RDFClosure.AxiomaticTriples.OWLsubject	RDFClosure.AxiomaticTriples-module.html#OWLsubject
RDFClosure.AxiomaticTriples.inverseOf	RDFClosure.AxiomaticTriples-module.html#inverseOf
RDFClosure.AxiomaticTriples.incompatibleWith	RDFClosure.AxiomaticTriples-module.html#incompatibleWith
RDFClosure.AxiomaticTriples.hasValue	RDFClosure.AxiomaticTriples-module.html#hasValue
RDFClosure.AxiomaticTriples._OWL_axiomatic_triples_Properties	RDFClosure.AxiomaticTriples-module.html#_OWL_axiomatic_triples_Properties
RDFClosure.AxiomaticTriples.__package__	RDFClosure.AxiomaticTriples-module.html#__package__
RDFClosure.AxiomaticTriples.maxCardinality	RDFClosure.AxiomaticTriples-module.html#maxCardinality
RDFClosure.AxiomaticTriples.BottomObjectProperty	RDFClosure.AxiomaticTriples-module.html#BottomObjectProperty
RDFClosure.AxiomaticTriples.OWLClass	RDFClosure.AxiomaticTriples-module.html#OWLClass
RDFClosure.AxiomaticTriples.TransitiveProperty	RDFClosure.AxiomaticTriples-module.html#TransitiveProperty
RDFClosure.AxiomaticTriples.disjointUnionOf	RDFClosure.AxiomaticTriples-module.html#disjointUnionOf
RDFClosure.AxiomaticTriples.allValuesFrom	RDFClosure.AxiomaticTriples-module.html#allValuesFrom
RDFClosure.AxiomaticTriples.hasSelf	RDFClosure.AxiomaticTriples-module.html#hasSelf
RDFClosure.AxiomaticTriples.SymmetricProperty	RDFClosure.AxiomaticTriples-module.html#SymmetricProperty
RDFClosure.AxiomaticTriples.ObjectProperty	RDFClosure.AxiomaticTriples-module.html#ObjectProperty
RDFClosure.AxiomaticTriples.NamedIndividual	RDFClosure.AxiomaticTriples-module.html#NamedIndividual
RDFClosure.AxiomaticTriples.differentFrom	RDFClosure.AxiomaticTriples-module.html#differentFrom
RDFClosure.AxiomaticTriples.minQualifiedCardinality	RDFClosure.AxiomaticTriples-module.html#minQualifiedCardinality
RDFClosure.AxiomaticTriples.onProperty	RDFClosure.AxiomaticTriples-module.html#onProperty
RDFClosure.AxiomaticTriples.equivalentClass	RDFClosure.AxiomaticTriples-module.html#equivalentClass
RDFClosure.AxiomaticTriples.unionOf	RDFClosure.AxiomaticTriples-module.html#unionOf
RDFClosure.AxiomaticTriples.targetIndividual	RDFClosure.AxiomaticTriples-module.html#targetIndividual
RDFClosure.Closure	RDFClosure.Closure-module.html
RDFClosure.Closure.__license__	RDFClosure.Closure-module.html#__license__
RDFClosure.Closure.offlineGeneration	RDFClosure.Closure-module.html#offlineGeneration
RDFClosure.Closure.__author__	RDFClosure.Closure-module.html#__author__
RDFClosure.Closure.debugGlobal	RDFClosure.Closure-module.html#debugGlobal
RDFClosure.Closure.__package__	RDFClosure.Closure-module.html#__package__
RDFClosure.CombinedClosure	RDFClosure.CombinedClosure-module.html
RDFClosure.CombinedClosure.__license__	RDFClosure.CombinedClosure-module.html#__license__
RDFClosure.CombinedClosure.__package__	RDFClosure.CombinedClosure-module.html#__package__
RDFClosure.CombinedClosure.__author__	RDFClosure.CombinedClosure-module.html#__author__
RDFClosure.DatatypeHandling	RDFClosure.DatatypeHandling-module.html
RDFClosure.DatatypeHandling._re_NMTOKEN	RDFClosure.DatatypeHandling-module.html#_re_NMTOKEN
RDFClosure.DatatypeHandling._strToDateTimeAndStamp	RDFClosure.DatatypeHandling-module.html#_strToDateTimeAndStamp
RDFClosure.DatatypeHandling._strToAnyURI	RDFClosure.DatatypeHandling-module.html#_strToAnyURI
RDFClosure.DatatypeHandling._re_NCName	RDFClosure.DatatypeHandling-module.html#_re_NCName
RDFClosure.DatatypeHandling._strToVal_Regexp	RDFClosure.DatatypeHandling-module.html#_strToVal_Regexp
RDFClosure.DatatypeHandling._limits_unsignedByte	RDFClosure.DatatypeHandling-module.html#_limits_unsignedByte
RDFClosure.DatatypeHandling._strToBoundNumeral	RDFClosure.DatatypeHandling-module.html#_strToBoundNumeral
RDFClosure.DatatypeHandling._strToFloat	RDFClosure.DatatypeHandling-module.html#_strToFloat
RDFClosure.DatatypeHandling._strToToken	RDFClosure.DatatypeHandling-module.html#_strToToken
RDFClosure.DatatypeHandling._limits_nonPositiveInteger	RDFClosure.DatatypeHandling-module.html#_limits_nonPositiveInteger
RDFClosure.DatatypeHandling._numb	RDFClosure.DatatypeHandling-module.html#_numb
RDFClosure.DatatypeHandling._strTogDay	RDFClosure.DatatypeHandling-module.html#_strTogDay
RDFClosure.DatatypeHandling._re_token	RDFClosure.DatatypeHandling-module.html#_re_token
RDFClosure.DatatypeHandling.__license__	RDFClosure.DatatypeHandling-module.html#__license__
RDFClosure.DatatypeHandling.use_Alt_lexical_conversions	RDFClosure.DatatypeHandling-module.html#use_Alt_lexical_conversions
RDFClosure.DatatypeHandling._strToPlainLiteral	RDFClosure.DatatypeHandling-module.html#_strToPlainLiteral
RDFClosure.DatatypeHandling._strToHexBinary	RDFClosure.DatatypeHandling-module.html#_strToHexBinary
RDFClosure.DatatypeHandling._limits_long	RDFClosure.DatatypeHandling-module.html#_limits_long
RDFClosure.DatatypeHandling.__package__	RDFClosure.DatatypeHandling-module.html#__package__
RDFClosure.DatatypeHandling._strTogMonth	RDFClosure.DatatypeHandling-module.html#_strTogMonth
RDFClosure.DatatypeHandling._limits_negativeInteger	RDFClosure.DatatypeHandling-module.html#_limits_negativeInteger
RDFClosure.DatatypeHandling._re_language	RDFClosure.DatatypeHandling-module.html#_re_language
RDFClosure.DatatypeHandling._strToDecimal	RDFClosure.DatatypeHandling-module.html#_strToDecimal
RDFClosure.DatatypeHandling._limits_byte	RDFClosure.DatatypeHandling-module.html#_limits_byte
RDFClosure.DatatypeHandling.AltXSDToPYTHON	RDFClosure.DatatypeHandling-module.html#AltXSDToPYTHON
RDFClosure.DatatypeHandling._strToBase64Binary	RDFClosure.DatatypeHandling-module.html#_strToBase64Binary
RDFClosure.DatatypeHandling._strTogYear	RDFClosure.DatatypeHandling-module.html#_strTogYear
RDFClosure.DatatypeHandling._strToDate	RDFClosure.DatatypeHandling-module.html#_strToDate
RDFClosure.DatatypeHandling.use_RDFLib_lexical_conversions	RDFClosure.DatatypeHandling-module.html#use_RDFLib_lexical_conversions
RDFClosure.DatatypeHandling._strToTime	RDFClosure.DatatypeHandling-module.html#_strToTime
RDFClosure.DatatypeHandling._strToXMLLiteral	RDFClosure.DatatypeHandling-module.html#_strToXMLLiteral
RDFClosure.DatatypeHandling._limits_int	RDFClosure.DatatypeHandling-module.html#_limits_int
RDFClosure.DatatypeHandling._returnTimeZone	RDFClosure.DatatypeHandling-module.html#_returnTimeZone
RDFClosure.DatatypeHandling._limits_positiveInteger	RDFClosure.DatatypeHandling-module.html#_limits_positiveInteger
RDFClosure.DatatypeHandling._re_Name_ex	RDFClosure.DatatypeHandling-module.html#_re_Name_ex
RDFClosure.DatatypeHandling.__author__	RDFClosure.DatatypeHandling-module.html#__author__
RDFClosure.DatatypeHandling._limits_unsignedShort	RDFClosure.DatatypeHandling-module.html#_limits_unsignedShort
RDFClosure.DatatypeHandling._limits_unsignedLong	RDFClosure.DatatypeHandling-module.html#_limits_unsignedLong
RDFClosure.DatatypeHandling._re_NCName_ex	RDFClosure.DatatypeHandling-module.html#_re_NCName_ex
RDFClosure.DatatypeHandling._limits_nonNegativeInteger	RDFClosure.DatatypeHandling-module.html#_limits_nonNegativeInteger
RDFClosure.DatatypeHandling._hexc	RDFClosure.DatatypeHandling-module.html#_hexc
RDFClosure.DatatypeHandling._strToBool	RDFClosure.DatatypeHandling-module.html#_strToBool
RDFClosure.DatatypeHandling._limits_unsignedInt	RDFClosure.DatatypeHandling-module.html#_limits_unsignedInt
RDFClosure.DatatypeHandling._limits_short	RDFClosure.DatatypeHandling-module.html#_limits_short
RDFClosure.DatatypeHandling._strTogYearMonth	RDFClosure.DatatypeHandling-module.html#_strTogYearMonth
RDFClosure.DatatypeHandling._strToDouble	RDFClosure.DatatypeHandling-module.html#_strToDouble
RDFClosure.DatatypeHandling._strTogMonthDay	RDFClosure.DatatypeHandling-module.html#_strTogMonthDay
RDFClosure.Literals	RDFClosure.Literals-module.html
RDFClosure.Literals.__license__	RDFClosure.Literals-module.html#__license__
RDFClosure.Literals.__author__	RDFClosure.Literals-module.html#__author__
RDFClosure.Literals.__package__	RDFClosure.Literals-module.html#__package__
RDFClosure.OWL'	RDFClosure.OWL%27-module.html
RDFClosure.OWL'.equivalentProperty	RDFClosure.OWL%27-module.html#equivalentProperty
RDFClosure.OWL'.TopObjectProperty	RDFClosure.OWL%27-module.html#TopObjectProperty
RDFClosure.OWL'.DatatypeProperty	RDFClosure.OWL%27-module.html#DatatypeProperty
RDFClosure.OWL'.disjointWith	RDFClosure.OWL%27-module.html#disjointWith
RDFClosure.OWL'.onClass	RDFClosure.OWL%27-module.html#onClass
RDFClosure.OWL'.complementOf	RDFClosure.OWL%27-module.html#complementOf
RDFClosure.OWL'.AnnotationProperty	RDFClosure.OWL%27-module.html#AnnotationProperty
RDFClosure.OWL'.imports	RDFClosure.OWL%27-module.html#imports
RDFClosure.OWL'.DeprecatedProperty	RDFClosure.OWL%27-module.html#DeprecatedProperty
RDFClosure.OWL'.TopDataProperty	RDFClosure.OWL%27-module.html#TopDataProperty
RDFClosure.OWL'.OWLpredicate	RDFClosure.OWL%27-module.html#OWLpredicate
RDFClosure.OWL'.unionOf	RDFClosure.OWL%27-module.html#unionOf
RDFClosure.OWL'.__package__	RDFClosure.OWL%27-module.html#__package__
RDFClosure.OWL'.OntologyProperty	RDFClosure.OWL%27-module.html#OntologyProperty
RDFClosure.OWL'.Axiom	RDFClosure.OWL%27-module.html#Axiom
RDFClosure.OWL'.assertionProperty	RDFClosure.OWL%27-module.html#assertionProperty
RDFClosure.OWL'.datatypeComplementOf	RDFClosure.OWL%27-module.html#datatypeComplementOf
RDFClosure.OWL'.AllDifferent	RDFClosure.OWL%27-module.html#AllDifferent
RDFClosure.OWL'.hasKey	RDFClosure.OWL%27-module.html#hasKey
RDFClosure.OWL'.cardinality	RDFClosure.OWL%27-module.html#cardinality
RDFClosure.OWL'.OWLsubject	RDFClosure.OWL%27-module.html#OWLsubject
RDFClosure.OWL'.AllDisjointClasses	RDFClosure.OWL%27-module.html#AllDisjointClasses
RDFClosure.OWL'.annotatedProperty	RDFClosure.OWL%27-module.html#annotatedProperty
RDFClosure.OWL'.IrreflexiveProperty	RDFClosure.OWL%27-module.html#IrreflexiveProperty
RDFClosure.OWL'.allValuesFrom	RDFClosure.OWL%27-module.html#allValuesFrom
RDFClosure.OWL'.hasValue	RDFClosure.OWL%27-module.html#hasValue
RDFClosure.OWL'.OWLNS	RDFClosure.OWL%27-module.html#OWLNS
RDFClosure.OWL'.NegativePropertyAssertion	RDFClosure.OWL%27-module.html#NegativePropertyAssertion
RDFClosure.OWL'.onProperties	RDFClosure.OWL%27-module.html#onProperties
RDFClosure.OWL'.sameAs	RDFClosure.OWL%27-module.html#sameAs
RDFClosure.OWL'.disjointClasses	RDFClosure.OWL%27-module.html#disjointClasses
RDFClosure.OWL'.maxCardinality	RDFClosure.OWL%27-module.html#maxCardinality
RDFClosure.OWL'.distinctMembers	RDFClosure.OWL%27-module.html#distinctMembers
RDFClosure.OWL'.Nothing	RDFClosure.OWL%27-module.html#Nothing
RDFClosure.OWL'.propertyChainAxiom	RDFClosure.OWL%27-module.html#propertyChainAxiom
RDFClosure.OWL'.Ontology	RDFClosure.OWL%27-module.html#Ontology
RDFClosure.OWL'.Annotation	RDFClosure.OWL%27-module.html#Annotation
RDFClosure.OWL'.BottomObjectProperty	RDFClosure.OWL%27-module.html#BottomObjectProperty
RDFClosure.OWL'.annotatedTarget	RDFClosure.OWL%27-module.html#annotatedTarget
RDFClosure.OWL'.versionInfo	RDFClosure.OWL%27-module.html#versionInfo
RDFClosure.OWL'.versionIRI	RDFClosure.OWL%27-module.html#versionIRI
RDFClosure.OWL'.InverseFunctionalProperty	RDFClosure.OWL%27-module.html#InverseFunctionalProperty
RDFClosure.OWL'.inverseOf	RDFClosure.OWL%27-module.html#inverseOf
RDFClosure.OWL'.disjointUnionOf	RDFClosure.OWL%27-module.html#disjointUnionOf
RDFClosure.OWL'.priorVersion	RDFClosure.OWL%27-module.html#priorVersion
RDFClosure.OWL'.onDataRange	RDFClosure.OWL%27-module.html#onDataRange
RDFClosure.OWL'.propertyDisjointWith	RDFClosure.OWL%27-module.html#propertyDisjointWith
RDFClosure.OWL'.Thing	RDFClosure.OWL%27-module.html#Thing
RDFClosure.OWL'.maxQualifiedCardinality	RDFClosure.OWL%27-module.html#maxQualifiedCardinality
RDFClosure.OWL'.members	RDFClosure.OWL%27-module.html#members
RDFClosure.OWL'.targetValue	RDFClosure.OWL%27-module.html#targetValue
RDFClosure.OWL'.onDatatype	RDFClosure.OWL%27-module.html#onDatatype
RDFClosure.OWL'.annotatedSource	RDFClosure.OWL%27-module.html#annotatedSource
RDFClosure.OWL'.OWLClass	RDFClosure.OWL%27-module.html#OWLClass
RDFClosure.OWL'.backwardCompatibleWith	RDFClosure.OWL%27-module.html#backwardCompatibleWith
RDFClosure.OWL'.TransitiveProperty	RDFClosure.OWL%27-module.html#TransitiveProperty
RDFClosure.OWL'.qualifiedCardinality	RDFClosure.OWL%27-module.html#qualifiedCardinality
RDFClosure.OWL'.AllDisjointProperties	RDFClosure.OWL%27-module.html#AllDisjointProperties
RDFClosure.OWL'.someValuesFrom	RDFClosure.OWL%27-module.html#someValuesFrom
RDFClosure.OWL'.Restriction	RDFClosure.OWL%27-module.html#Restriction
RDFClosure.OWL'.oneOf	RDFClosure.OWL%27-module.html#oneOf
RDFClosure.OWL'.SelfRestriction	RDFClosure.OWL%27-module.html#SelfRestriction
RDFClosure.OWL'.BottomDataProperty	RDFClosure.OWL%27-module.html#BottomDataProperty
RDFClosure.OWL'.ReflexiveProperty	RDFClosure.OWL%27-module.html#ReflexiveProperty
RDFClosure.OWL'.DataRange	RDFClosure.OWL%27-module.html#DataRange
RDFClosure.OWL'.hasSelf	RDFClosure.OWL%27-module.html#hasSelf
RDFClosure.OWL'.deprecated	RDFClosure.OWL%27-module.html#deprecated
RDFClosure.OWL'.FunctionalProperty	RDFClosure.OWL%27-module.html#FunctionalProperty
RDFClosure.OWL'.SymmetricProperty	RDFClosure.OWL%27-module.html#SymmetricProperty
RDFClosure.OWL'.ObjectProperty	RDFClosure.OWL%27-module.html#ObjectProperty
RDFClosure.OWL'.NamedIndividual	RDFClosure.OWL%27-module.html#NamedIndividual
RDFClosure.OWL'.differentFrom	RDFClosure.OWL%27-module.html#differentFrom
RDFClosure.OWL'.minQualifiedCardinality	RDFClosure.OWL%27-module.html#minQualifiedCardinality
RDFClosure.OWL'.minCardinality	RDFClosure.OWL%27-module.html#minCardinality
RDFClosure.OWL'.AsymmetricProperty	RDFClosure.OWL%27-module.html#AsymmetricProperty
RDFClosure.OWL'.onProperty	RDFClosure.OWL%27-module.html#onProperty
RDFClosure.OWL'.incompatibleWith	RDFClosure.OWL%27-module.html#incompatibleWith
RDFClosure.OWL'.intersectionOf	RDFClosure.OWL%27-module.html#intersectionOf
RDFClosure.OWL'.equivalentClass	RDFClosure.OWL%27-module.html#equivalentClass
RDFClosure.OWL'.targetIndividual	RDFClosure.OWL%27-module.html#targetIndividual
RDFClosure.OWL'.sourceIndividual	RDFClosure.OWL%27-module.html#sourceIndividual
RDFClosure.OWL'.withRestrictions	RDFClosure.OWL%27-module.html#withRestrictions
RDFClosure.OWL'.DeprecatedClass	RDFClosure.OWL%27-module.html#DeprecatedClass
RDFClosure.OWLRL	RDFClosure.OWLRL-module.html
RDFClosure.OWLRL.DatatypeProperty	RDFClosure.OWLRL-module.html#DatatypeProperty
RDFClosure.OWLRL.NegativePropertyAssertion	RDFClosure.OWLRL-module.html#NegativePropertyAssertion
RDFClosure.OWLRL.OntologyProperty	RDFClosure.OWLRL-module.html#OntologyProperty
RDFClosure.OWLRL.Axiom	RDFClosure.OWLRL-module.html#Axiom
RDFClosure.OWLRL.sourceIndividual	RDFClosure.OWLRL-module.html#sourceIndividual
RDFClosure.OWLRL.backwardCompatibleWith	RDFClosure.OWLRL-module.html#backwardCompatibleWith
RDFClosure.OWLRL.annotatedSource	RDFClosure.OWLRL-module.html#annotatedSource
RDFClosure.OWLRL.onProperties	RDFClosure.OWLRL-module.html#onProperties
RDFClosure.OWLRL.Annotation	RDFClosure.OWLRL-module.html#Annotation
RDFClosure.OWLRL.inverseOf	RDFClosure.OWLRL-module.html#inverseOf
RDFClosure.OWLRL.hasSelf	RDFClosure.OWLRL-module.html#hasSelf
RDFClosure.OWLRL.hasKey	RDFClosure.OWLRL-module.html#hasKey
RDFClosure.OWLRL.oneOf	RDFClosure.OWLRL-module.html#oneOf
RDFClosure.OWLRL.ReflexiveProperty	RDFClosure.OWLRL-module.html#ReflexiveProperty
RDFClosure.OWLRL.disjointClasses	RDFClosure.OWLRL-module.html#disjointClasses
RDFClosure.OWLRL.AsymmetricProperty	RDFClosure.OWLRL-module.html#AsymmetricProperty
RDFClosure.OWLRL.intersectionOf	RDFClosure.OWLRL-module.html#intersectionOf
RDFClosure.OWLRL.DeprecatedClass	RDFClosure.OWLRL-module.html#DeprecatedClass
RDFClosure.OWLRL.assertionProperty	RDFClosure.OWLRL-module.html#assertionProperty
RDFClosure.OWLRL.datatypeComplementOf	RDFClosure.OWLRL-module.html#datatypeComplementOf
RDFClosure.OWLRL.AllDisjointClasses	RDFClosure.OWLRL-module.html#AllDisjointClasses
RDFClosure.OWLRL.annotatedProperty	RDFClosure.OWLRL-module.html#annotatedProperty
RDFClosure.OWLRL.IrreflexiveProperty	RDFClosure.OWLRL-module.html#IrreflexiveProperty
RDFClosure.OWLRL.Nothing	RDFClosure.OWLRL-module.html#Nothing
RDFClosure.OWLRL.SelfRestriction	RDFClosure.OWLRL-module.html#SelfRestriction
RDFClosure.OWLRL.versionInfo	RDFClosure.OWLRL-module.html#versionInfo
RDFClosure.OWLRL.InverseFunctionalProperty	RDFClosure.OWLRL-module.html#InverseFunctionalProperty
RDFClosure.OWLRL.priorVersion	RDFClosure.OWLRL-module.html#priorVersion
RDFClosure.OWLRL.propertyDisjointWith	RDFClosure.OWLRL-module.html#propertyDisjointWith
RDFClosure.OWLRL.Thing	RDFClosure.OWLRL-module.html#Thing
RDFClosure.OWLRL.maxQualifiedCardinality	RDFClosure.OWLRL-module.html#maxQualifiedCardinality
RDFClosure.OWLRL.onClass	RDFClosure.OWLRL-module.html#onClass
RDFClosure.OWLRL.AnnotationProperty	RDFClosure.OWLRL-module.html#AnnotationProperty
RDFClosure.OWLRL.qualifiedCardinality	RDFClosure.OWLRL-module.html#qualifiedCardinality
RDFClosure.OWLRL.Restriction	RDFClosure.OWLRL-module.html#Restriction
RDFClosure.OWLRL.deprecated	RDFClosure.OWLRL-module.html#deprecated
RDFClosure.OWLRL.FunctionalProperty	RDFClosure.OWLRL-module.html#FunctionalProperty
RDFClosure.OWLRL.withRestrictions	RDFClosure.OWLRL-module.html#withRestrictions
RDFClosure.OWLRL.disjointWith	RDFClosure.OWLRL-module.html#disjointWith
RDFClosure.OWLRL.members	RDFClosure.OWLRL-module.html#members
RDFClosure.OWLRL.sameAs	RDFClosure.OWLRL-module.html#sameAs
RDFClosure.OWLRL.DeprecatedProperty	RDFClosure.OWLRL-module.html#DeprecatedProperty
RDFClosure.OWLRL.OWLpredicate	RDFClosure.OWLRL-module.html#OWLpredicate
RDFClosure.OWLRL.distinctMembers	RDFClosure.OWLRL-module.html#distinctMembers
RDFClosure.OWLRL.annotatedTarget	RDFClosure.OWLRL-module.html#annotatedTarget
RDFClosure.OWLRL.complementOf	RDFClosure.OWLRL-module.html#complementOf
RDFClosure.OWLRL.OWLNS	RDFClosure.OWLRL-module.html#OWLNS
RDFClosure.OWLRL.propertyChainAxiom	RDFClosure.OWLRL-module.html#propertyChainAxiom
RDFClosure.OWLRL.targetValue	RDFClosure.OWLRL-module.html#targetValue
RDFClosure.OWLRL.Ontology	RDFClosure.OWLRL-module.html#Ontology
RDFClosure.OWLRL.__author__	RDFClosure.OWLRL-module.html#__author__
RDFClosure.OWLRL.cardinality	RDFClosure.OWLRL-module.html#cardinality
RDFClosure.OWLRL.AllDisjointProperties	RDFClosure.OWLRL-module.html#AllDisjointProperties
RDFClosure.OWLRL.someValuesFrom	RDFClosure.OWLRL-module.html#someValuesFrom
RDFClosure.OWLRL.BottomDataProperty	RDFClosure.OWLRL-module.html#BottomDataProperty
RDFClosure.OWLRL.DataRange	RDFClosure.OWLRL-module.html#DataRange
RDFClosure.OWLRL.onDataRange	RDFClosure.OWLRL-module.html#onDataRange
RDFClosure.OWLRL.onDatatype	RDFClosure.OWLRL-module.html#onDatatype
RDFClosure.OWLRL.minCardinality	RDFClosure.OWLRL-module.html#minCardinality
RDFClosure.OWLRL.equivalentProperty	RDFClosure.OWLRL-module.html#equivalentProperty
RDFClosure.OWLRL.TopObjectProperty	RDFClosure.OWLRL-module.html#TopObjectProperty
RDFClosure.OWLRL.OWLRL_Annotation_properties	RDFClosure.OWLRL-module.html#OWLRL_Annotation_properties
RDFClosure.OWLRL.imports	RDFClosure.OWLRL-module.html#imports
RDFClosure.OWLRL.TopDataProperty	RDFClosure.OWLRL-module.html#TopDataProperty
RDFClosure.OWLRL.AllDifferent	RDFClosure.OWLRL-module.html#AllDifferent
RDFClosure.OWLRL.OWLsubject	RDFClosure.OWLRL-module.html#OWLsubject
RDFClosure.OWLRL.__license__	RDFClosure.OWLRL-module.html#__license__
RDFClosure.OWLRL.incompatibleWith	RDFClosure.OWLRL-module.html#incompatibleWith
RDFClosure.OWLRL.hasValue	RDFClosure.OWLRL-module.html#hasValue
RDFClosure.OWLRL.__package__	RDFClosure.OWLRL-module.html#__package__
RDFClosure.OWLRL.maxCardinality	RDFClosure.OWLRL-module.html#maxCardinality
RDFClosure.OWLRL.BottomObjectProperty	RDFClosure.OWLRL-module.html#BottomObjectProperty
RDFClosure.OWLRL.versionIRI	RDFClosure.OWLRL-module.html#versionIRI
RDFClosure.OWLRL.OWLClass	RDFClosure.OWLRL-module.html#OWLClass
RDFClosure.OWLRL.TransitiveProperty	RDFClosure.OWLRL-module.html#TransitiveProperty
RDFClosure.OWLRL.disjointUnionOf	RDFClosure.OWLRL-module.html#disjointUnionOf
RDFClosure.OWLRL.allValuesFrom	RDFClosure.OWLRL-module.html#allValuesFrom
RDFClosure.OWLRL.SymmetricProperty	RDFClosure.OWLRL-module.html#SymmetricProperty
RDFClosure.OWLRL.ObjectProperty	RDFClosure.OWLRL-module.html#ObjectProperty
RDFClosure.OWLRL.NamedIndividual	RDFClosure.OWLRL-module.html#NamedIndividual
RDFClosure.OWLRL.differentFrom	RDFClosure.OWLRL-module.html#differentFrom
RDFClosure.OWLRL.minQualifiedCardinality	RDFClosure.OWLRL-module.html#minQualifiedCardinality
RDFClosure.OWLRL.onProperty	RDFClosure.OWLRL-module.html#onProperty
RDFClosure.OWLRL.equivalentClass	RDFClosure.OWLRL-module.html#equivalentClass
RDFClosure.OWLRL.unionOf	RDFClosure.OWLRL-module.html#unionOf
RDFClosure.OWLRL.targetIndividual	RDFClosure.OWLRL-module.html#targetIndividual
RDFClosure.OWLRLExtras	RDFClosure.OWLRLExtras-module.html
RDFClosure.OWLRLExtras.DatatypeProperty	RDFClosure.OWLRLExtras-module.html#DatatypeProperty
RDFClosure.OWLRLExtras.OntologyProperty	RDFClosure.OWLRLExtras-module.html#OntologyProperty
RDFClosure.OWLRLExtras.Axiom	RDFClosure.OWLRLExtras-module.html#Axiom
RDFClosure.OWLRLExtras.sourceIndividual	RDFClosure.OWLRLExtras-module.html#sourceIndividual
RDFClosure.OWLRLExtras.backwardCompatibleWith	RDFClosure.OWLRLExtras-module.html#backwardCompatibleWith
RDFClosure.OWLRLExtras.annotatedSource	RDFClosure.OWLRLExtras-module.html#annotatedSource
RDFClosure.OWLRLExtras.Annotation	RDFClosure.OWLRLExtras-module.html#Annotation
RDFClosure.OWLRLExtras.inverseOf	RDFClosure.OWLRLExtras-module.html#inverseOf
RDFClosure.OWLRLExtras.hasSelf	RDFClosure.OWLRLExtras-module.html#hasSelf
RDFClosure.OWLRLExtras.hasKey	RDFClosure.OWLRLExtras-module.html#hasKey
RDFClosure.OWLRLExtras.onProperties	RDFClosure.OWLRLExtras-module.html#onProperties
RDFClosure.OWLRLExtras.OWL_RL_Datatypes	RDFClosure.OWLRLExtras-module.html#OWL_RL_Datatypes
RDFClosure.OWLRLExtras.oneOf	RDFClosure.OWLRLExtras-module.html#oneOf
RDFClosure.OWLRLExtras.ReflexiveProperty	RDFClosure.OWLRLExtras-module.html#ReflexiveProperty
RDFClosure.OWLRLExtras.disjointClasses	RDFClosure.OWLRLExtras-module.html#disjointClasses
RDFClosure.OWLRLExtras.AsymmetricProperty	RDFClosure.OWLRLExtras-module.html#AsymmetricProperty
RDFClosure.OWLRLExtras.intersectionOf	RDFClosure.OWLRLExtras-module.html#intersectionOf
RDFClosure.OWLRLExtras.DeprecatedClass	RDFClosure.OWLRLExtras-module.html#DeprecatedClass
RDFClosure.OWLRLExtras.domain	RDFClosure.OWLRLExtras-module.html#domain
RDFClosure.OWLRLExtras.versionIRI	RDFClosure.OWLRLExtras-module.html#versionIRI
RDFClosure.OWLRLExtras.assertionProperty	RDFClosure.OWLRLExtras-module.html#assertionProperty
RDFClosure.OWLRLExtras.datatypeComplementOf	RDFClosure.OWLRLExtras-module.html#datatypeComplementOf
RDFClosure.OWLRLExtras.AllDisjointClasses	RDFClosure.OWLRLExtras-module.html#AllDisjointClasses
RDFClosure.OWLRLExtras.annotatedProperty	RDFClosure.OWLRLExtras-module.html#annotatedProperty
RDFClosure.OWLRLExtras.IrreflexiveProperty	RDFClosure.OWLRLExtras-module.html#IrreflexiveProperty
RDFClosure.OWLRLExtras.NegativePropertyAssertion	RDFClosure.OWLRLExtras-module.html#NegativePropertyAssertion
RDFClosure.OWLRLExtras.Nothing	RDFClosure.OWLRLExtras-module.html#Nothing
RDFClosure.OWLRLExtras.SelfRestriction	RDFClosure.OWLRLExtras-module.html#SelfRestriction
RDFClosure.OWLRLExtras.Class	RDFClosure.OWLRLExtras-module.html#Class
RDFClosure.OWLRLExtras.ns_owl	RDFClosure.OWLRLExtras-module.html#ns_owl
RDFClosure.OWLRLExtras.versionInfo	RDFClosure.OWLRLExtras-module.html#versionInfo
RDFClosure.OWLRLExtras.subPropertyOf	RDFClosure.OWLRLExtras-module.html#subPropertyOf
RDFClosure.OWLRLExtras.InverseFunctionalProperty	RDFClosure.OWLRLExtras-module.html#InverseFunctionalProperty
RDFClosure.OWLRLExtras.priorVersion	RDFClosure.OWLRLExtras-module.html#priorVersion
RDFClosure.OWLRLExtras.propertyDisjointWith	RDFClosure.OWLRLExtras-module.html#propertyDisjointWith
RDFClosure.OWLRLExtras.Thing	RDFClosure.OWLRLExtras-module.html#Thing
RDFClosure.OWLRLExtras.maxQualifiedCardinality	RDFClosure.OWLRLExtras-module.html#maxQualifiedCardinality
RDFClosure.OWLRLExtras.members	RDFClosure.OWLRLExtras-module.html#members
RDFClosure.OWLRLExtras.AnnotationProperty	RDFClosure.OWLRLExtras-module.html#AnnotationProperty
RDFClosure.OWLRLExtras.Property	RDFClosure.OWLRLExtras-module.html#Property
RDFClosure.OWLRLExtras.qualifiedCardinality	RDFClosure.OWLRLExtras-module.html#qualifiedCardinality
RDFClosure.OWLRLExtras.Restriction	RDFClosure.OWLRLExtras-module.html#Restriction
RDFClosure.OWLRLExtras.deprecated	RDFClosure.OWLRLExtras-module.html#deprecated
RDFClosure.OWLRLExtras.FunctionalProperty	RDFClosure.OWLRLExtras-module.html#FunctionalProperty
RDFClosure.OWLRLExtras.withRestrictions	RDFClosure.OWLRLExtras-module.html#withRestrictions
RDFClosure.OWLRLExtras.disjointWith	RDFClosure.OWLRLExtras-module.html#disjointWith
RDFClosure.OWLRLExtras.onClass	RDFClosure.OWLRLExtras-module.html#onClass
RDFClosure.OWLRLExtras.sameAs	RDFClosure.OWLRLExtras-module.html#sameAs
RDFClosure.OWLRLExtras.DeprecatedProperty	RDFClosure.OWLRLExtras-module.html#DeprecatedProperty
RDFClosure.OWLRLExtras.OWLpredicate	RDFClosure.OWLRLExtras-module.html#OWLpredicate
RDFClosure.OWLRLExtras.distinctMembers	RDFClosure.OWLRLExtras-module.html#distinctMembers
RDFClosure.OWLRLExtras.annotatedTarget	RDFClosure.OWLRLExtras-module.html#annotatedTarget
RDFClosure.OWLRLExtras.complementOf	RDFClosure.OWLRLExtras-module.html#complementOf
RDFClosure.OWLRLExtras.OWLNS	RDFClosure.OWLRLExtras-module.html#OWLNS
RDFClosure.OWLRLExtras.propertyChainAxiom	RDFClosure.OWLRLExtras-module.html#propertyChainAxiom
RDFClosure.OWLRLExtras.targetValue	RDFClosure.OWLRLExtras-module.html#targetValue
RDFClosure.OWLRLExtras.Ontology	RDFClosure.OWLRLExtras-module.html#Ontology
RDFClosure.OWLRLExtras.ns_xsd	RDFClosure.OWLRLExtras-module.html#ns_xsd
RDFClosure.OWLRLExtras.Datatype	RDFClosure.OWLRLExtras-module.html#Datatype
RDFClosure.OWLRLExtras.__author__	RDFClosure.OWLRLExtras-module.html#__author__
RDFClosure.OWLRLExtras.cardinality	RDFClosure.OWLRLExtras-module.html#cardinality
RDFClosure.OWLRLExtras.AllDisjointProperties	RDFClosure.OWLRLExtras-module.html#AllDisjointProperties
RDFClosure.OWLRLExtras.someValuesFrom	RDFClosure.OWLRLExtras-module.html#someValuesFrom
RDFClosure.OWLRLExtras.BottomDataProperty	RDFClosure.OWLRLExtras-module.html#BottomDataProperty
RDFClosure.OWLRLExtras.DataRange	RDFClosure.OWLRLExtras-module.html#DataRange
RDFClosure.OWLRLExtras.onDataRange	RDFClosure.OWLRLExtras-module.html#onDataRange
RDFClosure.OWLRLExtras.rdfType	RDFClosure.OWLRLExtras-module.html#rdfType
RDFClosure.OWLRLExtras.onDatatype	RDFClosure.OWLRLExtras-module.html#onDatatype
RDFClosure.OWLRLExtras.minCardinality	RDFClosure.OWLRLExtras-module.html#minCardinality
RDFClosure.OWLRLExtras.subClassOf	RDFClosure.OWLRLExtras-module.html#subClassOf
RDFClosure.OWLRLExtras.equivalentProperty	RDFClosure.OWLRLExtras-module.html#equivalentProperty
RDFClosure.OWLRLExtras.TopObjectProperty	RDFClosure.OWLRLExtras-module.html#TopObjectProperty
RDFClosure.OWLRLExtras.OWLRL_Annotation_properties	RDFClosure.OWLRLExtras-module.html#OWLRL_Annotation_properties
RDFClosure.OWLRLExtras.imports	RDFClosure.OWLRLExtras-module.html#imports
RDFClosure.OWLRLExtras.TopDataProperty	RDFClosure.OWLRLExtras-module.html#TopDataProperty
RDFClosure.OWLRLExtras.AllDifferent	RDFClosure.OWLRLExtras-module.html#AllDifferent
RDFClosure.OWLRLExtras.OWLsubject	RDFClosure.OWLRLExtras-module.html#OWLsubject
RDFClosure.OWLRLExtras.__license__	RDFClosure.OWLRLExtras-module.html#__license__
RDFClosure.OWLRLExtras.incompatibleWith	RDFClosure.OWLRLExtras-module.html#incompatibleWith
RDFClosure.OWLRLExtras.hasValue	RDFClosure.OWLRLExtras-module.html#hasValue
RDFClosure.OWLRLExtras.__package__	RDFClosure.OWLRLExtras-module.html#__package__
RDFClosure.OWLRLExtras.maxCardinality	RDFClosure.OWLRLExtras-module.html#maxCardinality
RDFClosure.OWLRLExtras.AltXSDToPYTHON	RDFClosure.OWLRLExtras-module.html#AltXSDToPYTHON
RDFClosure.OWLRLExtras.BottomObjectProperty	RDFClosure.OWLRLExtras-module.html#BottomObjectProperty
RDFClosure.OWLRLExtras.Resource	RDFClosure.OWLRLExtras-module.html#Resource
RDFClosure.OWLRLExtras.OWL_Datatype_Subsumptions	RDFClosure.OWLRLExtras-module.html#OWL_Datatype_Subsumptions
RDFClosure.OWLRLExtras.OWLClass	RDFClosure.OWLRLExtras-module.html#OWLClass
RDFClosure.OWLRLExtras._strToRational	RDFClosure.OWLRLExtras-module.html#_strToRational
RDFClosure.OWLRLExtras.TransitiveProperty	RDFClosure.OWLRLExtras-module.html#TransitiveProperty
RDFClosure.OWLRLExtras.disjointUnionOf	RDFClosure.OWLRLExtras-module.html#disjointUnionOf
RDFClosure.OWLRLExtras.allValuesFrom	RDFClosure.OWLRLExtras-module.html#allValuesFrom
RDFClosure.OWLRLExtras.SymmetricProperty	RDFClosure.OWLRLExtras-module.html#SymmetricProperty
RDFClosure.OWLRLExtras.ObjectProperty	RDFClosure.OWLRLExtras-module.html#ObjectProperty
RDFClosure.OWLRLExtras.NamedIndividual	RDFClosure.OWLRLExtras-module.html#NamedIndividual
RDFClosure.OWLRLExtras.differentFrom	RDFClosure.OWLRLExtras-module.html#differentFrom
RDFClosure.OWLRLExtras.minQualifiedCardinality	RDFClosure.OWLRLExtras-module.html#minQualifiedCardinality
RDFClosure.OWLRLExtras.onProperty	RDFClosure.OWLRLExtras-module.html#onProperty
RDFClosure.OWLRLExtras.equivalentClass	RDFClosure.OWLRLExtras-module.html#equivalentClass
RDFClosure.OWLRLExtras.unionOf	RDFClosure.OWLRLExtras-module.html#unionOf
RDFClosure.OWLRLExtras.targetIndividual	RDFClosure.OWLRLExtras-module.html#targetIndividual
RDFClosure.RDFS'	RDFClosure.RDFS%27-module.html
RDFClosure.RDFS'.comment	RDFClosure.RDFS%27-module.html#comment
RDFClosure.RDFS'.domain	RDFClosure.RDFS%27-module.html#domain
RDFClosure.RDFS'.Container	RDFClosure.RDFS%27-module.html#Container
RDFClosure.RDFS'.LangString	RDFClosure.RDFS%27-module.html#LangString
RDFClosure.RDFS'.rest	RDFClosure.RDFS%27-module.html#rest
RDFClosure.RDFS'.Literal	RDFClosure.RDFS%27-module.html#Literal
RDFClosure.RDFS'.Statement	RDFClosure.RDFS%27-module.html#Statement
RDFClosure.RDFS'.isDefinedBy	RDFClosure.RDFS%27-module.html#isDefinedBy
RDFClosure.RDFS'.label	RDFClosure.RDFS%27-module.html#label
RDFClosure.RDFS'.subject	RDFClosure.RDFS%27-module.html#subject
RDFClosure.RDFS'.RDFSNS	RDFClosure.RDFS%27-module.html#RDFSNS
RDFClosure.RDFS'.__package__	RDFClosure.RDFS%27-module.html#__package__
RDFClosure.RDFS'.member	RDFClosure.RDFS%27-module.html#member
RDFClosure.RDFS'.HTMLLiteral	RDFClosure.RDFS%27-module.html#HTMLLiteral
RDFClosure.RDFS'.type	RDFClosure.RDFS%27-module.html#type
RDFClosure.RDFS'.Class	RDFClosure.RDFS%27-module.html#Class
RDFClosure.RDFS'.ContainerMembershipProperty	RDFClosure.RDFS%27-module.html#ContainerMembershipProperty
RDFClosure.RDFS'.predicate	RDFClosure.RDFS%27-module.html#predicate
RDFClosure.RDFS'.subPropertyOf	RDFClosure.RDFS%27-module.html#subPropertyOf
RDFClosure.RDFS'.Resource	RDFClosure.RDFS%27-module.html#Resource
RDFClosure.RDFS'.nil	RDFClosure.RDFS%27-module.html#nil
RDFClosure.RDFS'.Datatype	RDFClosure.RDFS%27-module.html#Datatype
RDFClosure.RDFS'.XMLLiteral	RDFClosure.RDFS%27-module.html#XMLLiteral
RDFClosure.RDFS'.object	RDFClosure.RDFS%27-module.html#object
RDFClosure.RDFS'.List	RDFClosure.RDFS%27-module.html#List
RDFClosure.RDFS'.Bag	RDFClosure.RDFS%27-module.html#Bag
RDFClosure.RDFS'.Property	RDFClosure.RDFS%27-module.html#Property
RDFClosure.RDFS'.subClassOf	RDFClosure.RDFS%27-module.html#subClassOf
RDFClosure.RDFS'.Seq	RDFClosure.RDFS%27-module.html#Seq
RDFClosure.RDFS'.RDFNS	RDFClosure.RDFS%27-module.html#RDFNS
RDFClosure.RDFS'.value	RDFClosure.RDFS%27-module.html#value
RDFClosure.RDFS'.range	RDFClosure.RDFS%27-module.html#range
RDFClosure.RDFS'.Alt	RDFClosure.RDFS%27-module.html#Alt
RDFClosure.RDFS'.seeAlso	RDFClosure.RDFS%27-module.html#seeAlso
RDFClosure.RDFS'.first	RDFClosure.RDFS%27-module.html#first
RDFClosure.RDFSClosure	RDFClosure.RDFSClosure-module.html
RDFClosure.RDFSClosure.__license__	RDFClosure.RDFSClosure-module.html#__license__
RDFClosure.RDFSClosure.__author__	RDFClosure.RDFSClosure-module.html#__author__
RDFClosure.RDFSClosure.__package__	RDFClosure.RDFSClosure-module.html#__package__
RDFClosure.RestrictedDatatype	RDFClosure.RestrictedDatatype-module.html
RDFClosure.RestrictedDatatype.DatatypeProperty	RDFClosure.RestrictedDatatype-module.html#DatatypeProperty
RDFClosure.RestrictedDatatype.OntologyProperty	RDFClosure.RestrictedDatatype-module.html#OntologyProperty
RDFClosure.RestrictedDatatype.Axiom	RDFClosure.RestrictedDatatype-module.html#Axiom
RDFClosure.RestrictedDatatype.LENGTH_AND_PATTERN	RDFClosure.RestrictedDatatype-module.html#LENGTH_AND_PATTERN
RDFClosure.RestrictedDatatype.sourceIndividual	RDFClosure.RestrictedDatatype-module.html#sourceIndividual
RDFClosure.RestrictedDatatype.maxQualifiedCardinality	RDFClosure.RestrictedDatatype-module.html#maxQualifiedCardinality
RDFClosure.RestrictedDatatype.annotatedSource	RDFClosure.RestrictedDatatype-module.html#annotatedSource
RDFClosure.RestrictedDatatype.Annotation	RDFClosure.RestrictedDatatype-module.html#Annotation
RDFClosure.RestrictedDatatype.Datatypes_per_facets	RDFClosure.RestrictedDatatype-module.html#Datatypes_per_facets
RDFClosure.RestrictedDatatype.inverseOf	RDFClosure.RestrictedDatatype-module.html#inverseOf
RDFClosure.RestrictedDatatype.MIN_MAX	RDFClosure.RestrictedDatatype-module.html#MIN_MAX
RDFClosure.RestrictedDatatype.hasSelf	RDFClosure.RestrictedDatatype-module.html#hasSelf
RDFClosure.RestrictedDatatype.hasKey	RDFClosure.RestrictedDatatype-module.html#hasKey
RDFClosure.RestrictedDatatype.onProperties	RDFClosure.RestrictedDatatype-module.html#onProperties
RDFClosure.RestrictedDatatype.oneOf	RDFClosure.RestrictedDatatype-module.html#oneOf
RDFClosure.RestrictedDatatype.ReflexiveProperty	RDFClosure.RestrictedDatatype-module.html#ReflexiveProperty
RDFClosure.RestrictedDatatype.disjointClasses	RDFClosure.RestrictedDatatype-module.html#disjointClasses
RDFClosure.RestrictedDatatype.LENGTH	RDFClosure.RestrictedDatatype-module.html#LENGTH
RDFClosure.RestrictedDatatype.AsymmetricProperty	RDFClosure.RestrictedDatatype-module.html#AsymmetricProperty
RDFClosure.RestrictedDatatype.intersectionOf	RDFClosure.RestrictedDatatype-module.html#intersectionOf
RDFClosure.RestrictedDatatype.DeprecatedClass	RDFClosure.RestrictedDatatype-module.html#DeprecatedClass
RDFClosure.RestrictedDatatype.versionIRI	RDFClosure.RestrictedDatatype-module.html#versionIRI
RDFClosure.RestrictedDatatype.assertionProperty	RDFClosure.RestrictedDatatype-module.html#assertionProperty
RDFClosure.RestrictedDatatype.datatypeComplementOf	RDFClosure.RestrictedDatatype-module.html#datatypeComplementOf
RDFClosure.RestrictedDatatype.AllDisjointClasses	RDFClosure.RestrictedDatatype-module.html#AllDisjointClasses
RDFClosure.RestrictedDatatype.annotatedProperty	RDFClosure.RestrictedDatatype-module.html#annotatedProperty
RDFClosure.RestrictedDatatype.IrreflexiveProperty	RDFClosure.RestrictedDatatype-module.html#IrreflexiveProperty
RDFClosure.RestrictedDatatype.NegativePropertyAssertion	RDFClosure.RestrictedDatatype-module.html#NegativePropertyAssertion
RDFClosure.RestrictedDatatype.Nothing	RDFClosure.RestrictedDatatype-module.html#Nothing
RDFClosure.RestrictedDatatype.SelfRestriction	RDFClosure.RestrictedDatatype-module.html#SelfRestriction
RDFClosure.RestrictedDatatype.annotatedTarget	RDFClosure.RestrictedDatatype-module.html#annotatedTarget
RDFClosure.RestrictedDatatype.versionInfo	RDFClosure.RestrictedDatatype-module.html#versionInfo
RDFClosure.RestrictedDatatype.InverseFunctionalProperty	RDFClosure.RestrictedDatatype-module.html#InverseFunctionalProperty
RDFClosure.RestrictedDatatype.priorVersion	RDFClosure.RestrictedDatatype-module.html#priorVersion
RDFClosure.RestrictedDatatype.propertyDisjointWith	RDFClosure.RestrictedDatatype-module.html#propertyDisjointWith
RDFClosure.RestrictedDatatype.Thing	RDFClosure.RestrictedDatatype-module.html#Thing
RDFClosure.RestrictedDatatype.onClass	RDFClosure.RestrictedDatatype-module.html#onClass
RDFClosure.RestrictedDatatype.AnnotationProperty	RDFClosure.RestrictedDatatype-module.html#AnnotationProperty
RDFClosure.RestrictedDatatype.qualifiedCardinality	RDFClosure.RestrictedDatatype-module.html#qualifiedCardinality
RDFClosure.RestrictedDatatype.Restriction	RDFClosure.RestrictedDatatype-module.html#Restriction
RDFClosure.RestrictedDatatype.deprecated	RDFClosure.RestrictedDatatype-module.html#deprecated
RDFClosure.RestrictedDatatype.FunctionalProperty	RDFClosure.RestrictedDatatype-module.html#FunctionalProperty
RDFClosure.RestrictedDatatype.withRestrictions	RDFClosure.RestrictedDatatype-module.html#withRestrictions
RDFClosure.RestrictedDatatype.disjointWith	RDFClosure.RestrictedDatatype-module.html#disjointWith
RDFClosure.RestrictedDatatype.members	RDFClosure.RestrictedDatatype-module.html#members
RDFClosure.RestrictedDatatype.sameAs	RDFClosure.RestrictedDatatype-module.html#sameAs
RDFClosure.RestrictedDatatype.DeprecatedProperty	RDFClosure.RestrictedDatatype-module.html#DeprecatedProperty
RDFClosure.RestrictedDatatype.OWLpredicate	RDFClosure.RestrictedDatatype-module.html#OWLpredicate
RDFClosure.RestrictedDatatype._lit_to_value	RDFClosure.RestrictedDatatype-module.html#_lit_to_value
RDFClosure.RestrictedDatatype.distinctMembers	RDFClosure.RestrictedDatatype-module.html#distinctMembers
RDFClosure.RestrictedDatatype.OWLNS	RDFClosure.RestrictedDatatype-module.html#OWLNS
RDFClosure.RestrictedDatatype.propertyChainAxiom	RDFClosure.RestrictedDatatype-module.html#propertyChainAxiom
RDFClosure.RestrictedDatatype.targetValue	RDFClosure.RestrictedDatatype-module.html#targetValue
RDFClosure.RestrictedDatatype.Ontology	RDFClosure.RestrictedDatatype-module.html#Ontology
RDFClosure.RestrictedDatatype.backwardCompatibleWith	RDFClosure.RestrictedDatatype-module.html#backwardCompatibleWith
RDFClosure.RestrictedDatatype.__author__	RDFClosure.RestrictedDatatype-module.html#__author__
RDFClosure.RestrictedDatatype.cardinality	RDFClosure.RestrictedDatatype-module.html#cardinality
RDFClosure.RestrictedDatatype.AllDisjointProperties	RDFClosure.RestrictedDatatype-module.html#AllDisjointProperties
RDFClosure.RestrictedDatatype.someValuesFrom	RDFClosure.RestrictedDatatype-module.html#someValuesFrom
RDFClosure.RestrictedDatatype.BottomDataProperty	RDFClosure.RestrictedDatatype-module.html#BottomDataProperty
RDFClosure.RestrictedDatatype.DataRange	RDFClosure.RestrictedDatatype-module.html#DataRange
RDFClosure.RestrictedDatatype.onDataRange	RDFClosure.RestrictedDatatype-module.html#onDataRange
RDFClosure.RestrictedDatatype.onDatatype	RDFClosure.RestrictedDatatype-module.html#onDatatype
RDFClosure.RestrictedDatatype.minCardinality	RDFClosure.RestrictedDatatype-module.html#minCardinality
RDFClosure.RestrictedDatatype.equivalentProperty	RDFClosure.RestrictedDatatype-module.html#equivalentProperty
RDFClosure.RestrictedDatatype.TopObjectProperty	RDFClosure.RestrictedDatatype-module.html#TopObjectProperty
RDFClosure.RestrictedDatatype.complementOf	RDFClosure.RestrictedDatatype-module.html#complementOf
RDFClosure.RestrictedDatatype.imports	RDFClosure.RestrictedDatatype-module.html#imports
RDFClosure.RestrictedDatatype.TopDataProperty	RDFClosure.RestrictedDatatype-module.html#TopDataProperty
RDFClosure.RestrictedDatatype.facetable_datatypes	RDFClosure.RestrictedDatatype-module.html#facetable_datatypes
RDFClosure.RestrictedDatatype.AllDifferent	RDFClosure.RestrictedDatatype-module.html#AllDifferent
RDFClosure.RestrictedDatatype.OWLsubject	RDFClosure.RestrictedDatatype-module.html#OWLsubject
RDFClosure.RestrictedDatatype.__license__	RDFClosure.RestrictedDatatype-module.html#__license__
RDFClosure.RestrictedDatatype.incompatibleWith	RDFClosure.RestrictedDatatype-module.html#incompatibleWith
RDFClosure.RestrictedDatatype.hasValue	RDFClosure.RestrictedDatatype-module.html#hasValue
RDFClosure.RestrictedDatatype.__package__	RDFClosure.RestrictedDatatype-module.html#__package__
RDFClosure.RestrictedDatatype.maxCardinality	RDFClosure.RestrictedDatatype-module.html#maxCardinality
RDFClosure.RestrictedDatatype.BottomObjectProperty	RDFClosure.RestrictedDatatype-module.html#BottomObjectProperty
RDFClosure.RestrictedDatatype.LENGTH_PATTERN_LRANGE	RDFClosure.RestrictedDatatype-module.html#LENGTH_PATTERN_LRANGE
RDFClosure.RestrictedDatatype.extract_faceted_datatypes	RDFClosure.RestrictedDatatype-module.html#extract_faceted_datatypes
RDFClosure.RestrictedDatatype.OWLClass	RDFClosure.RestrictedDatatype-module.html#OWLClass
RDFClosure.RestrictedDatatype.TransitiveProperty	RDFClosure.RestrictedDatatype-module.html#TransitiveProperty
RDFClosure.RestrictedDatatype._lang_range_check	RDFClosure.RestrictedDatatype-module.html#_lang_range_check
RDFClosure.RestrictedDatatype.disjointUnionOf	RDFClosure.RestrictedDatatype-module.html#disjointUnionOf
RDFClosure.RestrictedDatatype.allValuesFrom	RDFClosure.RestrictedDatatype-module.html#allValuesFrom
RDFClosure.RestrictedDatatype.SymmetricProperty	RDFClosure.RestrictedDatatype-module.html#SymmetricProperty
RDFClosure.RestrictedDatatype.ObjectProperty	RDFClosure.RestrictedDatatype-module.html#ObjectProperty
RDFClosure.RestrictedDatatype.NamedIndividual	RDFClosure.RestrictedDatatype-module.html#NamedIndividual
RDFClosure.RestrictedDatatype.differentFrom	RDFClosure.RestrictedDatatype-module.html#differentFrom
RDFClosure.RestrictedDatatype.minQualifiedCardinality	RDFClosure.RestrictedDatatype-module.html#minQualifiedCardinality
RDFClosure.RestrictedDatatype.onProperty	RDFClosure.RestrictedDatatype-module.html#onProperty
RDFClosure.RestrictedDatatype.equivalentClass	RDFClosure.RestrictedDatatype-module.html#equivalentClass
RDFClosure.RestrictedDatatype.unionOf	RDFClosure.RestrictedDatatype-module.html#unionOf
RDFClosure.RestrictedDatatype.targetIndividual	RDFClosure.RestrictedDatatype-module.html#targetIndividual
RDFClosure.XsdDatatypes	RDFClosure.XsdDatatypes-module.html
RDFClosure.XsdDatatypes.__license__	RDFClosure.XsdDatatypes-module.html#__license__
RDFClosure.XsdDatatypes.OWL_Datatype_Subsumptions	RDFClosure.XsdDatatypes-module.html#OWL_Datatype_Subsumptions
RDFClosure.XsdDatatypes._Common_XSD_Datatypes	RDFClosure.XsdDatatypes-module.html#_Common_XSD_Datatypes
RDFClosure.XsdDatatypes.RDFS_Datatype_Subsumptions	RDFClosure.XsdDatatypes-module.html#RDFS_Datatype_Subsumptions
RDFClosure.XsdDatatypes._Common_Datatype_Subsumptions	RDFClosure.XsdDatatypes-module.html#_Common_Datatype_Subsumptions
RDFClosure.XsdDatatypes.__package__	RDFClosure.XsdDatatypes-module.html#__package__
RDFClosure.XsdDatatypes.__author__	RDFClosure.XsdDatatypes-module.html#__author__
RDFClosure.XsdDatatypes.OWL_RL_Datatypes	RDFClosure.XsdDatatypes-module.html#OWL_RL_Datatypes
RDFClosure.XsdDatatypes.RDFS_Datatypes	RDFClosure.XsdDatatypes-module.html#RDFS_Datatypes
RDFClosure.Closure.Core	RDFClosure.Closure.Core-class.html
RDFClosure.Closure.Core.add_d_axioms	RDFClosure.Closure.Core-class.html#add_d_axioms
RDFClosure.Closure.Core.closure	RDFClosure.Closure.Core-class.html#closure
RDFClosure.Closure.Core.added_triples	RDFClosure.Closure.Core-class.html#added_triples
RDFClosure.Closure.Core.empty_stored_triples	RDFClosure.Closure.Core-class.html#empty_stored_triples
RDFClosure.Closure.Core.store_triple	RDFClosure.Closure.Core-class.html#store_triple
RDFClosure.Closure.Core.rdfs	RDFClosure.Closure.Core-class.html#rdfs
RDFClosure.Closure.Core.rules	RDFClosure.Closure.Core-class.html#rules
RDFClosure.Closure.Core.graph	RDFClosure.Closure.Core-class.html#graph
RDFClosure.Closure.Core.flush_stored_triples	RDFClosure.Closure.Core-class.html#flush_stored_triples
RDFClosure.Closure.Core.IMaxNum	RDFClosure.Closure.Core-class.html#IMaxNum
RDFClosure.Closure.Core.one_time_rules	RDFClosure.Closure.Core-class.html#one_time_rules
RDFClosure.Closure.Core.axioms	RDFClosure.Closure.Core-class.html#axioms
RDFClosure.Closure.Core.daxioms	RDFClosure.Closure.Core-class.html#daxioms
RDFClosure.Closure.Core.literal_proxies	RDFClosure.Closure.Core-class.html#literal_proxies
RDFClosure.Closure.Core.pre_process	RDFClosure.Closure.Core-class.html#pre_process
RDFClosure.Closure.Core.get_literal_value	RDFClosure.Closure.Core-class.html#get_literal_value
RDFClosure.Closure.Core.post_process	RDFClosure.Closure.Core-class.html#post_process
RDFClosure.Closure.Core.error_messages	RDFClosure.Closure.Core-class.html#error_messages
RDFClosure.Closure.Core.add_axioms	RDFClosure.Closure.Core-class.html#add_axioms
RDFClosure.Closure.Core.__init__	RDFClosure.Closure.Core-class.html#__init__
RDFClosure.Closure.Core.add_error	RDFClosure.Closure.Core-class.html#add_error
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html
RDFClosure.OWLRL.OWLRL_Semantics.restriction_typing_check	RDFClosure.OWLRL.OWLRL_Semantics-class.html#restriction_typing_check
RDFClosure.Closure.Core.empty_stored_triples	RDFClosure.Closure.Core-class.html#empty_stored_triples
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.one_time_rules	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#one_time_rules
RDFClosure.Closure.Core.get_literal_value	RDFClosure.Closure.Core-class.html#get_literal_value
RDFClosure.Closure.Core.pre_process	RDFClosure.Closure.Core-class.html#pre_process
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.add_d_axioms	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#add_d_axioms
RDFClosure.Closure.Core.store_triple	RDFClosure.Closure.Core-class.html#store_triple
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.rdfs	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#rdfs
RDFClosure.Closure.Core.daxioms	RDFClosure.Closure.Core-class.html#daxioms
RDFClosure.Closure.Core.graph	RDFClosure.Closure.Core-class.html#graph
RDFClosure.Closure.Core.flush_stored_triples	RDFClosure.Closure.Core-class.html#flush_stored_triples
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.add_axioms	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#add_axioms
RDFClosure.OWLRL.OWLRL_Semantics._get_resource_or_literal	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_get_resource_or_literal
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.__init__	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#__init__
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.post_process	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#post_process
RDFClosure.OWLRL.OWLRL_Semantics._property_chain	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_property_chain
RDFClosure.OWLRL.OWLRL_Semantics._classes	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_classes
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.rules	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#rules
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.full_binding_triples	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#full_binding_triples
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.add_new_datatype	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#add_new_datatype
RDFClosure.OWLRL.OWLRL_Semantics._class_axioms	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_class_axioms
RDFClosure.Closure.Core.error_messages	RDFClosure.Closure.Core-class.html#error_messages
RDFClosure.Closure.Core.literal_proxies	RDFClosure.Closure.Core-class.html#literal_proxies
RDFClosure.Closure.Core.axioms	RDFClosure.Closure.Core-class.html#axioms
RDFClosure.Closure.Core.add_error	RDFClosure.Closure.Core-class.html#add_error
RDFClosure.Closure.Core.closure	RDFClosure.Closure.Core-class.html#closure
RDFClosure.OWLRL.OWLRL_Semantics._list	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_list
RDFClosure.OWLRL.OWLRL_Semantics._schema_vocabulary	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_schema_vocabulary
RDFClosure.Closure.Core.IMaxNum	RDFClosure.Closure.Core-class.html#IMaxNum
RDFClosure.Closure.Core.added_triples	RDFClosure.Closure.Core-class.html#added_triples
RDFClosure.OWLRL.OWLRL_Semantics._one_time_rules_misc	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_one_time_rules_misc
RDFClosure.OWLRL.OWLRL_Semantics._properties	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_properties
RDFClosure.OWLRL.OWLRL_Semantics._equality	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_equality
RDFClosure.OWLRL.OWLRL_Semantics._one_time_rules_datatypes	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_one_time_rules_datatypes
RDFClosure.DatatypeHandling._namelessTZ	RDFClosure.DatatypeHandling._namelessTZ-class.html
RDFClosure.DatatypeHandling._namelessTZ.dst	RDFClosure.DatatypeHandling._namelessTZ-class.html#dst
RDFClosure.DatatypeHandling._namelessTZ.utcoffset	RDFClosure.DatatypeHandling._namelessTZ-class.html#utcoffset
RDFClosure.DatatypeHandling._namelessTZ.tzname	RDFClosure.DatatypeHandling._namelessTZ-class.html#tzname
RDFClosure.DatatypeHandling._namelessTZ.__init__	RDFClosure.DatatypeHandling._namelessTZ-class.html#__init__
RDFClosure.DeductiveClosure	RDFClosure.DeductiveClosure-class.html
RDFClosure.DeductiveClosure.axiomatic_triples	RDFClosure.DeductiveClosure-class.html#axiomatic_triples
RDFClosure.DeductiveClosure.datatype_axioms	RDFClosure.DeductiveClosure-class.html#datatype_axioms
RDFClosure.DeductiveClosure.use_improved_datatypes_conversions	RDFClosure.DeductiveClosure-class.html#use_improved_datatypes_conversions
RDFClosure.DeductiveClosure.rdfs_closure	RDFClosure.DeductiveClosure-class.html#rdfs_closure
RDFClosure.DeductiveClosure.improved_datatype_generic	RDFClosure.DeductiveClosure-class.html#improved_datatype_generic
RDFClosure.DeductiveClosure.__init__	RDFClosure.DeductiveClosure-class.html#__init__
RDFClosure.DeductiveClosure.closure_class	RDFClosure.DeductiveClosure-class.html#closure_class
RDFClosure.DeductiveClosure.expand	RDFClosure.DeductiveClosure-class.html#expand
RDFClosure.DeductiveClosure.use_rdflib_datatypes_conversions	RDFClosure.DeductiveClosure-class.html#use_rdflib_datatypes_conversions
RDFClosure.Literals.LiteralProxies	RDFClosure.Literals.LiteralProxies-class.html
RDFClosure.Literals.LiteralProxies.restore	RDFClosure.Literals.LiteralProxies-class.html#restore
RDFClosure.Literals.LiteralProxies.__init__	RDFClosure.Literals.LiteralProxies-class.html#__init__
RDFClosure.Literals.LiteralProxies._massageGraph	RDFClosure.Literals.LiteralProxies-class.html#_massageGraph
RDFClosure.Literals._LiteralStructure	RDFClosure.Literals._LiteralStructure-class.html
RDFClosure.Literals._LiteralStructure.__ne__	RDFClosure.Literals._LiteralStructure-class.html#__ne__
RDFClosure.Literals._LiteralStructure.__repr__	RDFClosure.Literals._LiteralStructure-class.html#__repr__
RDFClosure.Literals._LiteralStructure.compare_value	RDFClosure.Literals._LiteralStructure-class.html#compare_value
RDFClosure.Literals._LiteralStructure.__hash__	RDFClosure.Literals._LiteralStructure-class.html#__hash__
RDFClosure.Literals._LiteralStructure.__eq__	RDFClosure.Literals._LiteralStructure-class.html#__eq__
RDFClosure.Literals._LiteralStructure.__init__	RDFClosure.Literals._LiteralStructure-class.html#__init__
RDFClosure.OWLRL.OWLRL_Semantics	RDFClosure.OWLRL.OWLRL_Semantics-class.html
RDFClosure.OWLRL.OWLRL_Semantics.restriction_typing_check	RDFClosure.OWLRL.OWLRL_Semantics-class.html#restriction_typing_check
RDFClosure.Closure.Core.empty_stored_triples	RDFClosure.Closure.Core-class.html#empty_stored_triples
RDFClosure.OWLRL.OWLRL_Semantics.one_time_rules	RDFClosure.OWLRL.OWLRL_Semantics-class.html#one_time_rules
RDFClosure.Closure.Core.get_literal_value	RDFClosure.Closure.Core-class.html#get_literal_value
RDFClosure.OWLRL.OWLRL_Semantics.__init__	RDFClosure.OWLRL.OWLRL_Semantics-class.html#__init__
RDFClosure.OWLRL.OWLRL_Semantics.add_d_axioms	RDFClosure.OWLRL.OWLRL_Semantics-class.html#add_d_axioms
RDFClosure.OWLRL.OWLRL_Semantics._list	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_list
RDFClosure.Closure.Core.rdfs	RDFClosure.Closure.Core-class.html#rdfs
RDFClosure.Closure.Core.daxioms	RDFClosure.Closure.Core-class.html#daxioms
RDFClosure.Closure.Core.graph	RDFClosure.Closure.Core-class.html#graph
RDFClosure.Closure.Core.flush_stored_triples	RDFClosure.Closure.Core-class.html#flush_stored_triples
RDFClosure.Closure.Core.axioms	RDFClosure.Closure.Core-class.html#axioms
RDFClosure.OWLRL.OWLRL_Semantics._get_resource_or_literal	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_get_resource_or_literal
RDFClosure.Closure.Core.pre_process	RDFClosure.Closure.Core-class.html#pre_process
RDFClosure.OWLRL.OWLRL_Semantics.post_process	RDFClosure.OWLRL.OWLRL_Semantics-class.html#post_process
RDFClosure.OWLRL.OWLRL_Semantics._property_chain	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_property_chain
RDFClosure.OWLRL.OWLRL_Semantics.rules	RDFClosure.OWLRL.OWLRL_Semantics-class.html#rules
RDFClosure.OWLRL.OWLRL_Semantics._classes	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_classes
RDFClosure.OWLRL.OWLRL_Semantics._class_axioms	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_class_axioms
RDFClosure.Closure.Core.error_messages	RDFClosure.Closure.Core-class.html#error_messages
RDFClosure.Closure.Core.literal_proxies	RDFClosure.Closure.Core-class.html#literal_proxies
RDFClosure.OWLRL.OWLRL_Semantics.add_axioms	RDFClosure.OWLRL.OWLRL_Semantics-class.html#add_axioms
RDFClosure.Closure.Core.add_error	RDFClosure.Closure.Core-class.html#add_error
RDFClosure.Closure.Core.closure	RDFClosure.Closure.Core-class.html#closure
RDFClosure.Closure.Core.store_triple	RDFClosure.Closure.Core-class.html#store_triple
RDFClosure.OWLRL.OWLRL_Semantics._schema_vocabulary	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_schema_vocabulary
RDFClosure.Closure.Core.IMaxNum	RDFClosure.Closure.Core-class.html#IMaxNum
RDFClosure.Closure.Core.added_triples	RDFClosure.Closure.Core-class.html#added_triples
RDFClosure.OWLRL.OWLRL_Semantics._one_time_rules_misc	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_one_time_rules_misc
RDFClosure.OWLRL.OWLRL_Semantics._properties	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_properties
RDFClosure.OWLRL.OWLRL_Semantics._equality	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_equality
RDFClosure.OWLRL.OWLRL_Semantics._one_time_rules_datatypes	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_one_time_rules_datatypes
RDFClosure.OWLRLExtras.OWLRL_Extension	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html
RDFClosure.OWLRLExtras.OWLRL_Extension.restriction_typing_check	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#restriction_typing_check
RDFClosure.Closure.Core.empty_stored_triples	RDFClosure.Closure.Core-class.html#empty_stored_triples
RDFClosure.OWLRLExtras.OWLRL_Extension.one_time_rules	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#one_time_rules
RDFClosure.Closure.Core.get_literal_value	RDFClosure.Closure.Core-class.html#get_literal_value
RDFClosure.OWLRLExtras.OWLRL_Extension.__init__	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#__init__
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.add_d_axioms	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#add_d_axioms
RDFClosure.Closure.Core.store_triple	RDFClosure.Closure.Core-class.html#store_triple
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.rdfs	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#rdfs
RDFClosure.Closure.Core.daxioms	RDFClosure.Closure.Core-class.html#daxioms
RDFClosure.Closure.Core.graph	RDFClosure.Closure.Core-class.html#graph
RDFClosure.Closure.Core.flush_stored_triples	RDFClosure.Closure.Core-class.html#flush_stored_triples
RDFClosure.OWLRLExtras.OWLRL_Extension._subsume_restricted_datatypes	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#_subsume_restricted_datatypes
RDFClosure.OWLRLExtras.OWLRL_Extension.add_axioms	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#add_axioms
RDFClosure.OWLRL.OWLRL_Semantics._get_resource_or_literal	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_get_resource_or_literal
RDFClosure.Closure.Core.pre_process	RDFClosure.Closure.Core-class.html#pre_process
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.post_process	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#post_process
RDFClosure.OWLRL.OWLRL_Semantics._property_chain	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_property_chain
RDFClosure.OWLRL.OWLRL_Semantics._classes	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_classes
RDFClosure.OWLRLExtras.OWLRL_Extension.restricted_datatypes	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#restricted_datatypes
RDFClosure.OWLRLExtras.OWLRL_Extension.rules	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#rules
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.full_binding_triples	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#full_binding_triples
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.add_new_datatype	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#add_new_datatype
RDFClosure.OWLRL.OWLRL_Semantics._class_axioms	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_class_axioms
RDFClosure.Closure.Core.error_messages	RDFClosure.Closure.Core-class.html#error_messages
RDFClosure.Closure.Core.literal_proxies	RDFClosure.Closure.Core-class.html#literal_proxies
RDFClosure.OWLRLExtras.OWLRL_Extension.extra_axioms	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#extra_axioms
RDFClosure.Closure.Core.axioms	RDFClosure.Closure.Core-class.html#axioms
RDFClosure.Closure.Core.add_error	RDFClosure.Closure.Core-class.html#add_error
RDFClosure.Closure.Core.closure	RDFClosure.Closure.Core-class.html#closure
RDFClosure.OWLRL.OWLRL_Semantics._list	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_list
RDFClosure.OWLRL.OWLRL_Semantics._schema_vocabulary	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_schema_vocabulary
RDFClosure.Closure.Core.IMaxNum	RDFClosure.Closure.Core-class.html#IMaxNum
RDFClosure.Closure.Core.added_triples	RDFClosure.Closure.Core-class.html#added_triples
RDFClosure.OWLRL.OWLRL_Semantics._one_time_rules_misc	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_one_time_rules_misc
RDFClosure.OWLRL.OWLRL_Semantics._properties	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_properties
RDFClosure.OWLRL.OWLRL_Semantics._equality	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_equality
RDFClosure.OWLRL.OWLRL_Semantics._one_time_rules_datatypes	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_one_time_rules_datatypes
RDFClosure.OWLRLExtras.OWLRL_Extension_Trimming	RDFClosure.OWLRLExtras.OWLRL_Extension_Trimming-class.html
RDFClosure.OWLRLExtras.OWLRL_Extension.restriction_typing_check	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#restriction_typing_check
RDFClosure.Closure.Core.empty_stored_triples	RDFClosure.Closure.Core-class.html#empty_stored_triples
RDFClosure.OWLRLExtras.OWLRL_Extension.one_time_rules	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#one_time_rules
RDFClosure.Closure.Core.get_literal_value	RDFClosure.Closure.Core-class.html#get_literal_value
RDFClosure.OWLRLExtras.OWLRL_Extension_Trimming.__init__	RDFClosure.OWLRLExtras.OWLRL_Extension_Trimming-class.html#__init__
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.add_d_axioms	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#add_d_axioms
RDFClosure.Closure.Core.store_triple	RDFClosure.Closure.Core-class.html#store_triple
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.rdfs	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#rdfs
RDFClosure.Closure.Core.daxioms	RDFClosure.Closure.Core-class.html#daxioms
RDFClosure.Closure.Core.graph	RDFClosure.Closure.Core-class.html#graph
RDFClosure.Closure.Core.flush_stored_triples	RDFClosure.Closure.Core-class.html#flush_stored_triples
RDFClosure.OWLRLExtras.OWLRL_Extension._subsume_restricted_datatypes	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#_subsume_restricted_datatypes
RDFClosure.OWLRLExtras.OWLRL_Extension.add_axioms	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#add_axioms
RDFClosure.OWLRL.OWLRL_Semantics._get_resource_or_literal	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_get_resource_or_literal
RDFClosure.Closure.Core.pre_process	RDFClosure.Closure.Core-class.html#pre_process
RDFClosure.OWLRLExtras.OWLRL_Extension_Trimming.post_process	RDFClosure.OWLRLExtras.OWLRL_Extension_Trimming-class.html#post_process
RDFClosure.OWLRL.OWLRL_Semantics._property_chain	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_property_chain
RDFClosure.OWLRL.OWLRL_Semantics._classes	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_classes
RDFClosure.OWLRLExtras.OWLRL_Extension.restricted_datatypes	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#restricted_datatypes
RDFClosure.OWLRLExtras.OWLRL_Extension.rules	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#rules
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.full_binding_triples	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#full_binding_triples
RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics.add_new_datatype	RDFClosure.CombinedClosure.RDFS_OWLRL_Semantics-class.html#add_new_datatype
RDFClosure.OWLRL.OWLRL_Semantics._class_axioms	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_class_axioms
RDFClosure.Closure.Core.error_messages	RDFClosure.Closure.Core-class.html#error_messages
RDFClosure.Closure.Core.literal_proxies	RDFClosure.Closure.Core-class.html#literal_proxies
RDFClosure.OWLRLExtras.OWLRL_Extension.extra_axioms	RDFClosure.OWLRLExtras.OWLRL_Extension-class.html#extra_axioms
RDFClosure.Closure.Core.axioms	RDFClosure.Closure.Core-class.html#axioms
RDFClosure.Closure.Core.add_error	RDFClosure.Closure.Core-class.html#add_error
RDFClosure.Closure.Core.closure	RDFClosure.Closure.Core-class.html#closure
RDFClosure.OWLRL.OWLRL_Semantics._list	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_list
RDFClosure.OWLRL.OWLRL_Semantics._schema_vocabulary	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_schema_vocabulary
RDFClosure.Closure.Core.IMaxNum	RDFClosure.Closure.Core-class.html#IMaxNum
RDFClosure.Closure.Core.added_triples	RDFClosure.Closure.Core-class.html#added_triples
RDFClosure.OWLRL.OWLRL_Semantics._one_time_rules_misc	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_one_time_rules_misc
RDFClosure.OWLRL.OWLRL_Semantics._properties	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_properties
RDFClosure.OWLRL.OWLRL_Semantics._equality	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_equality
RDFClosure.OWLRL.OWLRL_Semantics._one_time_rules_datatypes	RDFClosure.OWLRL.OWLRL_Semantics-class.html#_one_time_rules_datatypes
RDFClosure.RDFSClosure.RDFS_Semantics	RDFClosure.RDFSClosure.RDFS_Semantics-class.html
RDFClosure.RDFSClosure.RDFS_Semantics.add_d_axioms	RDFClosure.RDFSClosure.RDFS_Semantics-class.html#add_d_axioms
RDFClosure.Closure.Core.closure	RDFClosure.Closure.Core-class.html#closure
RDFClosure.Closure.Core.pre_process	RDFClosure.Closure.Core-class.html#pre_process
RDFClosure.Closure.Core.empty_stored_triples	RDFClosure.Closure.Core-class.html#empty_stored_triples
RDFClosure.Closure.Core.store_triple	RDFClosure.Closure.Core-class.html#store_triple
RDFClosure.Closure.Core.rdfs	RDFClosure.Closure.Core-class.html#rdfs
RDFClosure.RDFSClosure.RDFS_Semantics.rules	RDFClosure.RDFSClosure.RDFS_Semantics-class.html#rules
RDFClosure.Closure.Core.graph	RDFClosure.Closure.Core-class.html#graph
RDFClosure.Closure.Core.flush_stored_triples	RDFClosure.Closure.Core-class.html#flush_stored_triples
RDFClosure.Closure.Core.IMaxNum	RDFClosure.Closure.Core-class.html#IMaxNum
RDFClosure.RDFSClosure.RDFS_Semantics.one_time_rules	RDFClosure.RDFSClosure.RDFS_Semantics-class.html#one_time_rules
RDFClosure.Closure.Core.axioms	RDFClosure.Closure.Core-class.html#axioms
RDFClosure.Closure.Core.daxioms	RDFClosure.Closure.Core-class.html#daxioms
RDFClosure.Closure.Core.literal_proxies	RDFClosure.Closure.Core-class.html#literal_proxies
RDFClosure.Closure.Core.added_triples	RDFClosure.Closure.Core-class.html#added_triples
RDFClosure.Closure.Core.get_literal_value	RDFClosure.Closure.Core-class.html#get_literal_value
RDFClosure.Closure.Core.post_process	RDFClosure.Closure.Core-class.html#post_process
RDFClosure.Closure.Core.error_messages	RDFClosure.Closure.Core-class.html#error_messages
RDFClosure.RDFSClosure.RDFS_Semantics.add_axioms	RDFClosure.RDFSClosure.RDFS_Semantics-class.html#add_axioms
RDFClosure.RDFSClosure.RDFS_Semantics.__init__	RDFClosure.RDFSClosure.RDFS_Semantics-class.html#__init__
RDFClosure.Closure.Core.add_error	RDFClosure.Closure.Core-class.html#add_error
RDFClosure.RestrictedDatatype.RestrictedDatatype	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html
RDFClosure.RestrictedDatatype.RestrictedDatatype.minExclusive	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#minExclusive
RDFClosure.RestrictedDatatype.RestrictedDatatype._check_min_exclusive	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#_check_min_exclusive
RDFClosure.RestrictedDatatype.RestrictedDatatype._check_min_length	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#_check_min_length
RDFClosure.RestrictedDatatype.RestrictedDatatype.minInclusive	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#minInclusive
RDFClosure.RestrictedDatatype.RestrictedDatatype._check_length	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#_check_length
RDFClosure.RestrictedDatatype.RestrictedDatatype._check_max_inclusive	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#_check_max_inclusive
RDFClosure.RestrictedDatatype.RestrictedDatatype.__init__	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#__init__
RDFClosure.RestrictedDatatype.RestrictedDatatype.pattern	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#pattern
RDFClosure.RestrictedDatatype.RestrictedDatatype.base_type	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#base_type
RDFClosure.RestrictedDatatype.RestrictedDatatype.check_methods	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#check_methods
RDFClosure.RestrictedDatatype.RestrictedDatatype.maxExclusive	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#maxExclusive
RDFClosure.RestrictedDatatype.RestrictedDatatype.checkValue	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#checkValue
RDFClosure.RestrictedDatatype.RestrictedDatatype.maxInclusive	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#maxInclusive
RDFClosure.RestrictedDatatype.RestrictedDatatype.minLength	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#minLength
RDFClosure.RestrictedDatatype.RestrictedDatatype.maxLength	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#maxLength
RDFClosure.RestrictedDatatype.RestrictedDatatype._check_max_length	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#_check_max_length
RDFClosure.RestrictedDatatype.RestrictedDatatype.langRange	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#langRange
RDFClosure.RestrictedDatatype.RestrictedDatatype._check_lang_range	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#_check_lang_range
RDFClosure.RestrictedDatatype.RestrictedDatatype.converter	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#converter
RDFClosure.RestrictedDatatype.RestrictedDatatypeCore.type_uri	RDFClosure.RestrictedDatatype.RestrictedDatatypeCore-class.html#type_uri
RDFClosure.RestrictedDatatype.RestrictedDatatype.datatype	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#datatype
RDFClosure.RestrictedDatatype.RestrictedDatatype._check_pattern	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#_check_pattern
RDFClosure.RestrictedDatatype.RestrictedDatatype.length	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#length
RDFClosure.RestrictedDatatype.RestrictedDatatype._check_min_inclusive	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#_check_min_inclusive
RDFClosure.RestrictedDatatype.RestrictedDatatype.toPython	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#toPython
RDFClosure.RestrictedDatatype.RestrictedDatatype._check_max_exclusive	RDFClosure.RestrictedDatatype.RestrictedDatatype-class.html#_check_max_exclusive
RDFClosure.RestrictedDatatype.RestrictedDatatypeCore	RDFClosure.RestrictedDatatype.RestrictedDatatypeCore-class.html
RDFClosure.RestrictedDatatype.RestrictedDatatypeCore.toPython	RDFClosure.RestrictedDatatype.RestrictedDatatypeCore-class.html#toPython
RDFClosure.RestrictedDatatype.RestrictedDatatypeCore.checkValue	RDFClosure.RestrictedDatatype.RestrictedDatatypeCore-class.html#checkValue
RDFClosure.RestrictedDatatype.RestrictedDatatypeCore.base_type	RDFClosure.RestrictedDatatype.RestrictedDatatypeCore-class.html#base_type
RDFClosure.RestrictedDatatype.RestrictedDatatypeCore.__init__	RDFClosure.RestrictedDatatype.RestrictedDatatypeCore-class.html#__init__
RDFClosure.RestrictedDatatype.RestrictedDatatypeCore.type_uri	RDFClosure.RestrictedDatatype.RestrictedDatatypeCore-class.html#type_uri