-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlp-land-TH-full.owl
More file actions
3609 lines (2803 loc) · 260 KB
/
Copy pathlp-land-TH-full.owl
File metadata and controls
3609 lines (2803 loc) · 260 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
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
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Prefix(:=<https://w3id.org/lehrplan/ontology/>)
Prefix(dc:=<http://purl.org/dc/elements/1.1/>)
Prefix(gnd:=<https://d-nb.info/standards/elementset/gnd#>)
Prefix(obo:=<http://purl.obolibrary.org/obo/>)
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(skos:=<http://www.w3.org/2004/02/skos/core#>)
Prefix(terms:=<http://purl.org/dc/terms/>)
Prefix(protege:=<http://protege.stanford.edu/plugins/owl/protege#>)
Prefix(ontology:=<https://w3id.org/lehrplan/ontology/>)
Ontology(<https://w3id.org/lehrplan/ontology/>
<https://w3id.org/lehrplan/ontology/1.0.0-8>
Annotation(terms:bibliographicCitation "Lehrplan Ontology. Version 1.0.0-8, https://w3id.org/lehrplan/ontology")
Annotation(terms:created "2025-12-08")
Annotation(terms:creator <https://orcid.org/0000-0001-6378-2618>)
Annotation(terms:creator <https://orcid.org/0000-0001-7192-7143>)
Annotation(terms:creator "Almut Steinlein"@de)
Annotation(terms:creator "Cindy Bloes"@de)
Annotation(terms:creator "Johann Bergh"@de)
Annotation(terms:creator "Laura Junghanns"@de)
Annotation(terms:description "Diese Ontologie ist eine formale Repräsentation, die die grundlegenden Konzepte und ihre Beziehungen zueinander im Bereich der Lehrplangestaltung und -umsetzung im deutschen Schulsystem erfasst."@de)
Annotation(terms:description "This ontology is a formal representation that captures the fundamental concepts and their relationships to one another in the field of curriculum design and implementation of the German school system."@en)
Annotation(terms:license <https://creativecommons.org/licenses/by-sa/4.0/>)
Annotation(terms:subject "Lehrplan Thüringen")
Annotation(terms:title "Curriculum Ontology"@en)
Annotation(terms:title "Lehrplan Ontologie"@de)
Annotation(owl:versionInfo "1.0.0-8")
Declaration(Class(obo:BFO_0000001))
Declaration(Class(obo:BFO_0000002))
Declaration(Class(obo:BFO_0000003))
Declaration(Class(obo:BFO_0000004))
Declaration(Class(obo:BFO_0000006))
Declaration(Class(obo:BFO_0000008))
Declaration(Class(obo:BFO_0000009))
Declaration(Class(obo:BFO_0000011))
Declaration(Class(obo:BFO_0000015))
Declaration(Class(obo:BFO_0000016))
Declaration(Class(obo:BFO_0000017))
Declaration(Class(obo:BFO_0000018))
Declaration(Class(obo:BFO_0000019))
Declaration(Class(obo:BFO_0000020))
Declaration(Class(obo:BFO_0000023))
Declaration(Class(obo:BFO_0000024))
Declaration(Class(obo:BFO_0000026))
Declaration(Class(obo:BFO_0000027))
Declaration(Class(obo:BFO_0000028))
Declaration(Class(obo:BFO_0000029))
Declaration(Class(obo:BFO_0000030))
Declaration(Class(obo:BFO_0000031))
Declaration(Class(obo:BFO_0000034))
Declaration(Class(obo:BFO_0000035))
Declaration(Class(obo:BFO_0000038))
Declaration(Class(obo:BFO_0000040))
Declaration(Class(obo:BFO_0000140))
Declaration(Class(obo:BFO_0000141))
Declaration(Class(obo:BFO_0000142))
Declaration(Class(obo:BFO_0000145))
Declaration(Class(obo:BFO_0000146))
Declaration(Class(obo:BFO_0000147))
Declaration(Class(obo:BFO_0000148))
Declaration(Class(obo:BFO_0000182))
Declaration(Class(obo:BFO_0000202))
Declaration(Class(obo:BFO_0000203))
Declaration(Class(obo:IAO_0000027))
Declaration(Class(obo:IAO_0000028))
Declaration(Class(obo:IAO_0000030))
Declaration(Class(obo:IAO_0000078))
Declaration(Class(obo:IAO_0000102))
Declaration(Class(obo:IAO_0000225))
Declaration(Class(obo:IAO_0000300))
Declaration(Class(obo:IAO_0000409))
Declaration(Class(<http://qudt.org/schema/qudt/Unit>))
Declaration(Class(ontology:LP_0000001))
Declaration(Class(ontology:LP_0000002))
Declaration(Class(ontology:LP_0000003))
Declaration(Class(ontology:LP_0000004))
Declaration(Class(ontology:LP_0000005))
Declaration(Class(ontology:LP_0000006))
Declaration(Class(ontology:LP_0000007))
Declaration(Class(ontology:LP_0000009))
Declaration(Class(ontology:LP_0000010))
Declaration(Class(ontology:LP_0000011))
Declaration(Class(ontology:LP_0000012))
Declaration(Class(ontology:LP_0000013))
Declaration(Class(ontology:LP_0000019))
Declaration(Class(ontology:LP_0000020))
Declaration(Class(ontology:LP_0000028))
Declaration(Class(ontology:LP_0000037))
Declaration(Class(ontology:LP_0000039))
Declaration(Class(ontology:LP_0000040))
Declaration(Class(ontology:LP_0000043))
Declaration(Class(ontology:LP_0000053))
Declaration(Class(ontology:LP_0000054))
Declaration(Class(ontology:LP_0000056))
Declaration(Class(ontology:LP_0000057))
Declaration(Class(ontology:LP_0000069))
Declaration(Class(ontology:LP_0000076))
Declaration(Class(ontology:LP_0000077))
Declaration(Class(ontology:LP_0000078))
Declaration(Class(ontology:LP_0000079))
Declaration(Class(ontology:LP_0000081))
Declaration(Class(ontology:LP_0000111))
Declaration(Class(ontology:LP_0000160))
Declaration(Class(ontology:LP_0000176))
Declaration(Class(ontology:LP_0000200))
Declaration(Class(ontology:LP_0000261))
Declaration(Class(ontology:LP_0000263))
Declaration(Class(ontology:LP_0000265))
Declaration(Class(ontology:LP_0000268))
Declaration(Class(ontology:LP_0000332))
Declaration(Class(ontology:LP_0000336))
Declaration(Class(ontology:LP_0000337))
Declaration(Class(ontology:LP_0000346))
Declaration(Class(ontology:LP_0000347))
Declaration(Class(ontology:LP_0000349))
Declaration(Class(ontology:LP_0000438))
Declaration(Class(ontology:LP_0000443))
Declaration(Class(ontology:LP_0000475))
Declaration(Class(ontology:LP_0000478))
Declaration(Class(ontology:LP_0000482))
Declaration(Class(ontology:LP_0000493))
Declaration(Class(ontology:LP_0000499))
Declaration(Class(ontology:LP_0000508))
Declaration(Class(ontology:LP_0000530))
Declaration(Class(ontology:LP_0000531))
Declaration(Class(ontology:LP_0000536))
Declaration(Class(ontology:LP_0000540))
Declaration(Class(ontology:LP_0000541))
Declaration(Class(ontology:LP_0000542))
Declaration(Class(ontology:LP_0000543))
Declaration(Class(ontology:LP_0000544))
Declaration(Class(ontology:LP_0000545))
Declaration(Class(ontology:LP_0000551))
Declaration(Class(ontology:LP_0000571))
Declaration(Class(ontology:LP_0000802))
Declaration(Class(ontology:LP_0000808))
Declaration(Class(ontology:LP_0000809))
Declaration(Class(ontology:LP_0000810))
Declaration(Class(ontology:LP_0000813))
Declaration(Class(ontology:LP_0000814))
Declaration(Class(ontology:LP_0000815))
Declaration(Class(ontology:LP_0000816))
Declaration(Class(ontology:LP_0000820))
Declaration(Class(ontology:LP_0000832))
Declaration(Class(ontology:LP_0000834))
Declaration(Class(ontology:LP_0000835))
Declaration(Class(ontology:LP_0000845))
Declaration(Class(ontology:LP_0000851))
Declaration(Class(ontology:LP_0000852))
Declaration(Class(ontology:LP_0001015))
Declaration(Class(ontology:LP_0001038))
Declaration(Class(ontology:LP_0002097))
Declaration(Class(ontology:LP_0002098))
Declaration(Class(ontology:LP_0010001))
Declaration(Class(ontology:LP_0030003))
Declaration(Class(ontology:LP_0030019))
Declaration(Class(ontology:LP_0030024))
Declaration(Class(ontology:LP_0030025))
Declaration(Class(ontology:LP_0030026))
Declaration(Class(ontology:LP_0030028))
Declaration(Class(ontology:LP_0030029))
Declaration(Class(ontology:LP_0030031))
Declaration(Class(ontology:LP_0030032))
Declaration(Class(ontology:LP_0030065))
Declaration(Class(ontology:LP_0030097))
Declaration(Class(ontology:LP_0030263))
Declaration(Class(ontology:LP_0030264))
Declaration(Class(ontology:LP_0030265))
Declaration(Class(ontology:LP_0030266))
Declaration(Class(ontology:LP_0030267))
Declaration(Class(ontology:LP_0030268))
Declaration(Class(ontology:LP_0030269))
Declaration(Class(ontology:LP_0030277))
Declaration(Class(ontology:LP_0030283))
Declaration(Class(ontology:LP_0030284))
Declaration(Class(ontology:LP_0030285))
Declaration(Class(ontology:LP_0030286))
Declaration(Class(ontology:LP_0030287))
Declaration(Class(ontology:LP_0030288))
Declaration(Class(ontology:LP_0030289))
Declaration(Class(ontology:LP_0030290))
Declaration(Class(ontology:LP_0030291))
Declaration(Class(ontology:LP_0030292))
Declaration(Class(ontology:LP_0030293))
Declaration(Class(ontology:LP_0030294))
Declaration(Class(ontology:LP_0030295))
Declaration(Class(ontology:LP_0030296))
Declaration(Class(ontology:LP_0030297))
Declaration(Class(ontology:LP_0030298))
Declaration(Class(ontology:LP_0030325))
Declaration(Class(ontology:LP_0030335))
Declaration(Class(ontology:LP_0030361))
Declaration(ObjectProperty(obo:BFO_0000050))
Declaration(ObjectProperty(obo:BFO_0000051))
Declaration(ObjectProperty(obo:BFO_0000054))
Declaration(ObjectProperty(obo:BFO_0000055))
Declaration(ObjectProperty(obo:BFO_0000062))
Declaration(ObjectProperty(obo:BFO_0000063))
Declaration(ObjectProperty(obo:BFO_0000066))
Declaration(ObjectProperty(obo:BFO_0000108))
Declaration(ObjectProperty(obo:BFO_0000117))
Declaration(ObjectProperty(obo:BFO_0000118))
Declaration(ObjectProperty(obo:BFO_0000121))
Declaration(ObjectProperty(obo:BFO_0000132))
Declaration(ObjectProperty(obo:BFO_0000136))
Declaration(ObjectProperty(obo:BFO_0000138))
Declaration(ObjectProperty(obo:BFO_0000139))
Declaration(ObjectProperty(obo:BFO_0000153))
Declaration(ObjectProperty(obo:BFO_0000181))
Declaration(ObjectProperty(obo:BFO_0000183))
Declaration(ObjectProperty(obo:BFO_0000184))
Declaration(ObjectProperty(obo:BFO_0000185))
Declaration(ObjectProperty(obo:BFO_0000194))
Declaration(ObjectProperty(obo:BFO_0000195))
Declaration(ObjectProperty(obo:BFO_0000196))
Declaration(ObjectProperty(obo:BFO_0000197))
Declaration(ObjectProperty(obo:BFO_0000199))
Declaration(ObjectProperty(obo:BFO_0000200))
Declaration(ObjectProperty(obo:BFO_0000221))
Declaration(ObjectProperty(obo:BFO_0000222))
Declaration(ObjectProperty(obo:BFO_0000223))
Declaration(ObjectProperty(obo:BFO_0000224))
Declaration(ObjectProperty(obo:IAO_0000136))
Declaration(ObjectProperty(obo:RO_0000056))
Declaration(ObjectProperty(obo:RO_0000057))
Declaration(ObjectProperty(obo:RO_0000058))
Declaration(ObjectProperty(obo:RO_0000059))
Declaration(ObjectProperty(obo:RO_0000079))
Declaration(ObjectProperty(obo:RO_0000085))
Declaration(ObjectProperty(<http://www.w3.org/ns/prov#wasDerivedFrom>))
Declaration(ObjectProperty(ontology:LP_0000008))
Declaration(ObjectProperty(ontology:LP_0000015))
Declaration(ObjectProperty(ontology:LP_0000017))
Declaration(ObjectProperty(ontology:LP_0000021))
Declaration(ObjectProperty(ontology:LP_0000024))
Declaration(ObjectProperty(ontology:LP_0000026))
Declaration(ObjectProperty(ontology:LP_0000029))
Declaration(ObjectProperty(ontology:LP_0000041))
Declaration(ObjectProperty(ontology:LP_0000047))
Declaration(ObjectProperty(ontology:LP_0000048))
Declaration(ObjectProperty(ontology:LP_0000049))
Declaration(ObjectProperty(ontology:LP_0000071))
Declaration(ObjectProperty(ontology:LP_0000072))
Declaration(ObjectProperty(ontology:LP_0000086))
Declaration(ObjectProperty(ontology:LP_0000343))
Declaration(ObjectProperty(ontology:LP_0000440))
Declaration(ObjectProperty(ontology:LP_0000477))
Declaration(ObjectProperty(ontology:LP_0000483))
Declaration(ObjectProperty(ontology:LP_0000495))
Declaration(ObjectProperty(ontology:LP_0000537))
Declaration(ObjectProperty(ontology:LP_0000578))
Declaration(ObjectProperty(ontology:LP_0000580))
Declaration(ObjectProperty(ontology:LP_0000812))
Declaration(ObjectProperty(ontology:LP_0000833))
Declaration(ObjectProperty(ontology:LP_0000840))
Declaration(ObjectProperty(ontology:LP_0020001))
Declaration(ObjectProperty(ontology:LP_0030051))
Declaration(ObjectProperty(ontology:LP_0030056))
Declaration(ObjectProperty(ontology:LP_0030057))
Declaration(ObjectProperty(ontology:LP_0030071))
Declaration(ObjectProperty(ontology:LP_0030072))
Declaration(DataProperty(ontology:LP_0000344))
Declaration(DataProperty(ontology:LP_0000460))
Declaration(DataProperty(ontology:LP_0000463))
Declaration(NamedIndividual(obo:IAO_0000002))
Declaration(NamedIndividual(obo:IAO_0000103))
Declaration(NamedIndividual(obo:IAO_0000120))
Declaration(NamedIndividual(obo:IAO_0000121))
Declaration(NamedIndividual(obo:IAO_0000122))
Declaration(NamedIndividual(obo:IAO_0000123))
Declaration(NamedIndividual(obo:IAO_0000124))
Declaration(NamedIndividual(obo:IAO_0000125))
Declaration(NamedIndividual(obo:IAO_0000226))
Declaration(NamedIndividual(obo:IAO_0000227))
Declaration(NamedIndividual(obo:IAO_0000228))
Declaration(NamedIndividual(obo:IAO_0000229))
Declaration(NamedIndividual(obo:IAO_0000410))
Declaration(NamedIndividual(obo:IAO_0000420))
Declaration(NamedIndividual(obo:IAO_0000421))
Declaration(NamedIndividual(obo:IAO_0000423))
Declaration(NamedIndividual(obo:IAO_0000428))
Declaration(NamedIndividual(obo:OMO_0001000))
Declaration(NamedIndividual(<http://qudt.org/vocab/unit/MIN>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1000>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1001>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1002>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1003>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1004>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1005>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1006>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1007>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1008>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1009>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1010>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1011>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1012>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1013>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1014>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1015>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1016>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1017>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1019>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1020>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1021>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1022>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1023>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1024>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1025>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1026>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1027>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1028>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1029>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1030>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1031>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1032>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1033>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1034>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1035>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1036>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1037>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1038>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1039>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1040>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1041>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1042>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1043>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1044>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1045>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1046>))
Declaration(NamedIndividual(<http://w3id.org/kim/schulfaecher/s1047>))
Declaration(NamedIndividual(<https://qudt.org/vocab/unit/HR>))
Declaration(NamedIndividual(<https://w3id.org/kim/schulabschluesse/a0e105c6-0fd3-49a0-aa12-8b15a8d6da5a>))
Declaration(NamedIndividual(<https://w3id.org/kim/schulabschluesse/bb03cf93-e197-4942-abba-7c124f0e1ae4>))
Declaration(NamedIndividual(<https://w3id.org/kim/schulabschluesse/cf42a778-3982-4f27-8b9a-92e5875342c0>))
Declaration(NamedIndividual(<https://w3id.org/kim/schulabschluesse/3141d59a-6aea-4f7b-b8ba-e5051612ab5a>))
Declaration(NamedIndividual(<https://w3id.org/kim/schulabschluesse/669bd2d6-a4f1-4234-acdb-5f5031b1c77d>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s02>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s03>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s04>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s05>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s06>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s07>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s08>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s09>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s10>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s11>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s12>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s13>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s14>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s15>))
Declaration(NamedIndividual(<https://w3id.org/kim/schularten/s16>))
Declaration(NamedIndividual(ontology:LP_0000036))
Declaration(NamedIndividual(ontology:LP_0000045))
Declaration(NamedIndividual(ontology:LP_0000046))
Declaration(NamedIndividual(ontology:LP_0000050))
Declaration(NamedIndividual(ontology:LP_0000051))
Declaration(NamedIndividual(ontology:LP_0000052))
Declaration(NamedIndividual(ontology:LP_0000055))
Declaration(NamedIndividual(ontology:LP_0000309))
Declaration(NamedIndividual(ontology:LP_0000310))
Declaration(NamedIndividual(ontology:LP_0000311))
Declaration(NamedIndividual(ontology:LP_0000312))
Declaration(NamedIndividual(ontology:LP_0000313))
Declaration(NamedIndividual(ontology:LP_0000314))
Declaration(NamedIndividual(ontology:LP_0000315))
Declaration(NamedIndividual(ontology:LP_0000479))
Declaration(NamedIndividual(ontology:LP_0000480))
Declaration(NamedIndividual(ontology:LP_0000481))
Declaration(NamedIndividual(ontology:LP_0000497))
Declaration(NamedIndividual(ontology:LP_0000500))
Declaration(NamedIndividual(ontology:LP_0000501))
Declaration(NamedIndividual(ontology:LP_0000502))
Declaration(NamedIndividual(ontology:LP_0000504))
Declaration(NamedIndividual(ontology:LP_0000528))
Declaration(NamedIndividual(ontology:LP_0000529))
Declaration(NamedIndividual(ontology:LP_0000532))
Declaration(NamedIndividual(ontology:LP_0000533))
Declaration(NamedIndividual(ontology:LP_0000535))
Declaration(NamedIndividual(ontology:LP_0000627))
Declaration(NamedIndividual(ontology:LP_0000803))
Declaration(NamedIndividual(ontology:LP_0000804))
Declaration(NamedIndividual(ontology:LP_0000805))
Declaration(NamedIndividual(ontology:LP_0000829))
Declaration(NamedIndividual(ontology:LP_0001014))
Declaration(NamedIndividual(ontology:LP_0002158))
Declaration(NamedIndividual(ontology:LP_0002171))
Declaration(NamedIndividual(ontology:LP_0030312))
Declaration(NamedIndividual(ontology:LP_0030313))
Declaration(NamedIndividual(ontology:LP_0030314))
Declaration(NamedIndividual(ontology:LP_0030315))
Declaration(NamedIndividual(ontology:LP_0030316))
Declaration(NamedIndividual(ontology:LP_0030317))
Declaration(NamedIndividual(ontology:LP_0030326))
Declaration(NamedIndividual(ontology:LP_0030358))
Declaration(NamedIndividual(ontology:LP_0030359))
Declaration(NamedIndividual(ontology:LP_0030376))
Declaration(NamedIndividual(ontology:LP_2000001))
Declaration(NamedIndividual(ontology:LP_2000002))
Declaration(NamedIndividual(ontology:LP_2000003))
Declaration(NamedIndividual(ontology:LP_2000004))
Declaration(NamedIndividual(ontology:LP_2000005))
Declaration(NamedIndividual(ontology:LP_2000006))
Declaration(NamedIndividual(ontology:LP_2000007))
Declaration(NamedIndividual(ontology:LP_2000008))
Declaration(NamedIndividual(ontology:LP_2000009))
Declaration(NamedIndividual(ontology:LP_2000010))
Declaration(NamedIndividual(ontology:LP_2000011))
Declaration(NamedIndividual(ontology:LP_2000012))
Declaration(NamedIndividual(ontology:LP_2000013))
Declaration(NamedIndividual(ontology:LP_3000031))
Declaration(NamedIndividual(ontology:LP_3000043))
Declaration(NamedIndividual(ontology:LP_3000044))
Declaration(NamedIndividual(ontology:LP_3000045))
Declaration(NamedIndividual(ontology:LP_3000046))
Declaration(NamedIndividual(ontology:LP_3000047))
Declaration(NamedIndividual(ontology:LP_3000048))
Declaration(NamedIndividual(ontology:LP_3000049))
Declaration(NamedIndividual(ontology:LP_3000050))
Declaration(NamedIndividual(ontology:LP_3000051))
Declaration(NamedIndividual(ontology:LP_3000052))
Declaration(NamedIndividual(ontology:LP_3000053))
Declaration(NamedIndividual(ontology:LP_3000054))
Declaration(NamedIndividual(ontology:LP_3000055))
Declaration(NamedIndividual(ontology:LP_3000056))
Declaration(NamedIndividual(ontology:LP_3000057))
Declaration(AnnotationProperty(protege:defaultLanguage))
Declaration(AnnotationProperty(obo:BFO_0000179))
Declaration(AnnotationProperty(obo:BFO_0000180))
Declaration(AnnotationProperty(obo:IAO_0000111))
Declaration(AnnotationProperty(obo:IAO_0000112))
Declaration(AnnotationProperty(obo:IAO_0000114))
Declaration(AnnotationProperty(obo:IAO_0000115))
Declaration(AnnotationProperty(obo:IAO_0000116))
Declaration(AnnotationProperty(obo:IAO_0000117))
Declaration(AnnotationProperty(obo:IAO_0000118))
Declaration(AnnotationProperty(obo:IAO_0000119))
Declaration(AnnotationProperty(obo:IAO_0000233))
Declaration(AnnotationProperty(obo:IAO_0000234))
Declaration(AnnotationProperty(obo:IAO_0000600))
Declaration(AnnotationProperty(obo:IAO_0000601))
Declaration(AnnotationProperty(obo:IAO_0000602))
Declaration(AnnotationProperty(obo:IAO_0010000))
Declaration(AnnotationProperty(dc:contributor))
Declaration(AnnotationProperty(dc:description))
Declaration(AnnotationProperty(dc:identifier))
Declaration(AnnotationProperty(dc:license))
Declaration(AnnotationProperty(dc:source))
Declaration(AnnotationProperty(dc:title))
Declaration(AnnotationProperty(terms:bibliographicCitation))
Declaration(AnnotationProperty(terms:created))
Declaration(AnnotationProperty(terms:creator))
Declaration(AnnotationProperty(terms:description))
Declaration(AnnotationProperty(terms:identifier))
Declaration(AnnotationProperty(terms:license))
Declaration(AnnotationProperty(terms:subject))
Declaration(AnnotationProperty(terms:title))
Declaration(AnnotationProperty(rdfs:comment))
Declaration(AnnotationProperty(rdfs:isDefinedBy))
Declaration(AnnotationProperty(rdfs:label))
Declaration(AnnotationProperty(skos:altLabel))
Declaration(AnnotationProperty(skos:closeMatch))
Declaration(AnnotationProperty(skos:definition))
Declaration(AnnotationProperty(skos:editorialNote))
Declaration(AnnotationProperty(skos:exactMatch))
Declaration(AnnotationProperty(skos:example))
Declaration(AnnotationProperty(skos:narrowMatch))
Declaration(AnnotationProperty(skos:prefLabel))
Declaration(AnnotationProperty(skos:related))
Declaration(AnnotationProperty(skos:scopeNote))
Declaration(AnnotationProperty(skos:topConceptOf))
Declaration(AnnotationProperty(gnd:broaderTermGeneral))
Declaration(AnnotationProperty(gnd:gndIdentifier))
Declaration(AnnotationProperty(ontology:LP_0000141))
Declaration(Datatype(<http://qudt.org/schema/qudt/LatexString>))
############################
# Annotation Properties
############################
# Annotation Property: terms:created (created)
AnnotationAssertion(rdfs:label terms:created "created")
AnnotationPropertyRange(terms:created xsd:date)
# Annotation Property: terms:creator (creator)
AnnotationAssertion(rdfs:label terms:creator "creator")
# Annotation Property: terms:description (description)
AnnotationAssertion(rdfs:label terms:description "description")
# Annotation Property: terms:subject (subject)
AnnotationAssertion(rdfs:label terms:subject "subject")
AnnotationPropertyRange(terms:subject xsd:string)
# Annotation Property: terms:title (title)
AnnotationAssertion(rdfs:label terms:title "title")
AnnotationPropertyRange(terms:title xsd:string)
# Annotation Property: ontology:LP_0000141 (entspricht KIM Schulart)
AnnotationAssertion(rdfs:label ontology:LP_0000141 "entspricht KIM Schulart"@de)
############################
# Object Properties
############################
# Object Property: obo:BFO_0000054 (has realization)
AnnotationAssertion(dc:identifier obo:BFO_0000054 "206-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000054 "has realization"@en)
AnnotationAssertion(skos:altLabel obo:BFO_0000054 "realized in"@en)
AnnotationAssertion(skos:definition obo:BFO_0000054 "b has realization c =Def c realizes b"@en)
AnnotationAssertion(skos:example obo:BFO_0000054 "As for realizes"@en)
InverseObjectProperties(obo:BFO_0000054 obo:BFO_0000055)
ObjectPropertyDomain(obo:BFO_0000054 obo:BFO_0000017)
ObjectPropertyRange(obo:BFO_0000054 obo:BFO_0000015)
# Object Property: obo:BFO_0000055 (realizes)
AnnotationAssertion(dc:identifier obo:BFO_0000055 "059-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000055 "realizes"@en)
AnnotationAssertion(skos:definition obo:BFO_0000055 "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en)
AnnotationAssertion(skos:example obo:BFO_0000055 "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en)
AnnotationAssertion(skos:scopeNote obo:BFO_0000055 "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en)
ObjectPropertyDomain(obo:BFO_0000055 obo:BFO_0000015)
ObjectPropertyRange(obo:BFO_0000055 obo:BFO_0000017)
# Object Property: obo:BFO_0000062 (preceded by)
AnnotationAssertion(dc:identifier obo:BFO_0000062 "213-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000062 "preceded by"@en)
AnnotationAssertion(skos:definition obo:BFO_0000062 "b preceded by c =Def b precedes c"@en)
AnnotationAssertion(skos:example obo:BFO_0000062 "The temporal region occupied by the second half of the match is preceded by the temporal region occupied by the first half of the match"@en)
InverseObjectProperties(obo:BFO_0000062 obo:BFO_0000063)
TransitiveObjectProperty(obo:BFO_0000062)
ObjectPropertyDomain(obo:BFO_0000062 obo:BFO_0000003)
ObjectPropertyRange(obo:BFO_0000062 obo:BFO_0000003)
# Object Property: obo:BFO_0000063 (precedes)
AnnotationAssertion(dc:identifier obo:BFO_0000063 "270-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000063 "precedes"@en)
AnnotationAssertion(skos:definition obo:BFO_0000063 "(Elucidation) precedes is a relation between occurrents o, o' such that if t is the temporal extent of o & t' is the temporal extent of o' then either the last instant of o is before the first instant of o' or the last instant of o is the first instant of o' & neither o nor o' are temporal instants"@en)
AnnotationAssertion(skos:example obo:BFO_0000063 "The temporal region occupied by Mary's birth precedes the temporal region occupied by Mary's death."@en)
AnnotationAssertion(skos:scopeNote obo:BFO_0000063 "Each temporal region is its own temporal extent. The temporal extent of a spatiotemporal region is the temporal region it temporally projects onto. The temporal extent of a process or process boundary that occupies temporal region t is t.")
AnnotationAssertion(skos:scopeNote obo:BFO_0000063 "Precedes defines a strict partial order on occurrents.")
TransitiveObjectProperty(obo:BFO_0000063)
ObjectPropertyDomain(obo:BFO_0000063 obo:BFO_0000003)
ObjectPropertyRange(obo:BFO_0000063 obo:BFO_0000003)
# Object Property: obo:BFO_0000066 (occurs in)
AnnotationAssertion(dc:identifier obo:BFO_0000066 "143-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000066 "occurs in"@en)
AnnotationAssertion(skos:definition obo:BFO_0000066 "b occurs in c =Def b is a process or a process boundary & c is a material entity or site & there exists a spatiotemporal region r & b occupies spatiotemporal region r & for all time t, if b exists at t then c exists at t & there exist spatial regions s and s' where b spatially projects onto s at t & c occupies spatial region s' at t & s is a continuant part of s' at t"@en)
AnnotationAssertion(skos:example obo:BFO_0000066 "A process of digestion occurs in the interior of an organism; a process of loading artillery rounds into a tank cannon occurs in the interior of the tank"@en)
InverseObjectProperties(obo:BFO_0000066 obo:BFO_0000183)
ObjectPropertyDomain(obo:BFO_0000066 ObjectUnionOf(obo:BFO_0000015 obo:BFO_0000035))
ObjectPropertyRange(obo:BFO_0000066 ObjectUnionOf(obo:BFO_0000029 obo:BFO_0000040))
# Object Property: obo:BFO_0000108 (exists at)
AnnotationAssertion(dc:identifier obo:BFO_0000108 "118-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000108 "exists at"@en)
AnnotationAssertion(skos:definition obo:BFO_0000108 "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en)
AnnotationAssertion(skos:example obo:BFO_0000108 "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en)
ObjectPropertyDomain(obo:BFO_0000108 obo:BFO_0000001)
ObjectPropertyRange(obo:BFO_0000108 obo:BFO_0000008)
# Object Property: obo:BFO_0000117 (has occurrent part)
AnnotationAssertion(dc:identifier obo:BFO_0000117 "202-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000117 "has occurrent part"@en)
AnnotationAssertion(skos:definition obo:BFO_0000117 "b has occurrent part c =Def c occurrent part of b"@en)
AnnotationAssertion(skos:example obo:BFO_0000117 "Mary's life has occurrent part Mary's 5th birthday"@en)
InverseObjectProperties(obo:BFO_0000117 obo:BFO_0000132)
TransitiveObjectProperty(obo:BFO_0000117)
ObjectPropertyDomain(obo:BFO_0000117 obo:BFO_0000003)
ObjectPropertyRange(obo:BFO_0000117 obo:BFO_0000003)
# Object Property: obo:BFO_0000118 (has proper occurrent part)
AnnotationAssertion(dc:identifier obo:BFO_0000118 "154-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000118 "has proper occurrent part"@en)
AnnotationAssertion(skos:definition obo:BFO_0000118 "b has proper occurrent part c =Def b has occurrent part c & b and c are not identical"@en)
AnnotationAssertion(skos:example obo:BFO_0000118 "As for has occurrent part."@en)
SubObjectPropertyOf(obo:BFO_0000118 obo:BFO_0000117)
InverseObjectProperties(obo:BFO_0000118 obo:BFO_0000138)
TransitiveObjectProperty(obo:BFO_0000118)
ObjectPropertyDomain(obo:BFO_0000118 obo:BFO_0000003)
ObjectPropertyRange(obo:BFO_0000118 obo:BFO_0000003)
# Object Property: obo:BFO_0000121 (has temporal part)
AnnotationAssertion(dc:identifier obo:BFO_0000121 "211-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000121 "has temporal part"@en)
AnnotationAssertion(skos:definition obo:BFO_0000121 "b has temporal part c =Def c temporal part of b"@en)
AnnotationAssertion(skos:example obo:BFO_0000121 "Your life has temporal part the first year of your life"@en)
SubObjectPropertyOf(obo:BFO_0000121 obo:BFO_0000117)
InverseObjectProperties(obo:BFO_0000121 obo:BFO_0000139)
TransitiveObjectProperty(obo:BFO_0000121)
ObjectPropertyDomain(obo:BFO_0000121 obo:BFO_0000003)
ObjectPropertyRange(obo:BFO_0000121 obo:BFO_0000003)
# Object Property: obo:BFO_0000132 (occurrent part of)
AnnotationAssertion(dc:identifier obo:BFO_0000132 "003-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000132 "occurrent part of"@en)
AnnotationAssertion(skos:definition obo:BFO_0000132 "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en)
AnnotationAssertion(skos:example obo:BFO_0000132 "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en)
TransitiveObjectProperty(obo:BFO_0000132)
ObjectPropertyDomain(obo:BFO_0000132 obo:BFO_0000003)
ObjectPropertyRange(obo:BFO_0000132 obo:BFO_0000003)
# Object Property: obo:BFO_0000136 (proper temporal part of)
AnnotationAssertion(dc:identifier obo:BFO_0000136 "116-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000136 "proper temporal part of"@en)
AnnotationAssertion(skos:definition obo:BFO_0000136 "b proper temporal part of c =Def b temporal part of c & not (b = c)"@en)
AnnotationAssertion(skos:example obo:BFO_0000136 "As for temporal part of."@en)
SubObjectPropertyOf(obo:BFO_0000136 obo:BFO_0000139)
InverseObjectProperties(obo:BFO_0000136 obo:BFO_0000181)
ObjectPropertyDomain(obo:BFO_0000136 obo:BFO_0000003)
ObjectPropertyRange(obo:BFO_0000136 obo:BFO_0000003)
# Object Property: obo:BFO_0000138 (proper occurrent part of)
AnnotationAssertion(dc:identifier obo:BFO_0000138 "005-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000138 "proper occurrent part of"@en)
AnnotationAssertion(skos:definition obo:BFO_0000138 "b proper occurrent part of c =Def b occurrent part of c & b and c are not identical"@en)
AnnotationAssertion(skos:example obo:BFO_0000138 "As for occurrent part of."@en)
SubObjectPropertyOf(obo:BFO_0000138 obo:BFO_0000132)
TransitiveObjectProperty(obo:BFO_0000138)
ObjectPropertyDomain(obo:BFO_0000138 obo:BFO_0000003)
ObjectPropertyRange(obo:BFO_0000138 obo:BFO_0000003)
# Object Property: obo:BFO_0000139 (temporal part of)
AnnotationAssertion(dc:identifier obo:BFO_0000139 "078-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000139 "temporal part of"@en)
AnnotationAssertion(skos:definition obo:BFO_0000139 "b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies)"@en)
AnnotationAssertion(skos:example obo:BFO_0000139 "Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game"@en)
SubObjectPropertyOf(obo:BFO_0000139 obo:BFO_0000132)
TransitiveObjectProperty(obo:BFO_0000139)
ObjectPropertyDomain(obo:BFO_0000139 obo:BFO_0000003)
ObjectPropertyRange(obo:BFO_0000139 obo:BFO_0000003)
# Object Property: obo:BFO_0000153 (temporally projects onto)
AnnotationAssertion(dc:identifier obo:BFO_0000153 "080-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000153 "temporally projects onto"@en)
AnnotationAssertion(skos:definition obo:BFO_0000153 "(Elucidation) temporally projects onto is a relation between a spatiotemporal region s and some temporal region which is the temporal extent of s"@en)
AnnotationAssertion(skos:example obo:BFO_0000153 "The world line of a particle temporally projects onto the temporal region extending from the beginning to the end of the existence of the particle"@en)
FunctionalObjectProperty(obo:BFO_0000153)
ObjectPropertyDomain(obo:BFO_0000153 obo:BFO_0000011)
ObjectPropertyRange(obo:BFO_0000153 obo:BFO_0000008)
# Object Property: obo:BFO_0000181 (has proper temporal part)
AnnotationAssertion(dc:identifier obo:BFO_0000181 "212-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000181 "has proper temporal part"@en)
AnnotationAssertion(skos:definition obo:BFO_0000181 "b has proper temporal part c =Def c proper temporal part of b"@en)
AnnotationAssertion(skos:example obo:BFO_0000181 "As for has temporal part."@en)
SubObjectPropertyOf(obo:BFO_0000181 obo:BFO_0000121)
ObjectPropertyDomain(obo:BFO_0000181 obo:BFO_0000003)
ObjectPropertyRange(obo:BFO_0000181 obo:BFO_0000003)
# Object Property: obo:BFO_0000183 (environs)
AnnotationAssertion(dc:identifier obo:BFO_0000183 "267-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000183 "environs"@en)
AnnotationAssertion(skos:altLabel obo:BFO_0000183 "contains process"@en)
AnnotationAssertion(skos:definition obo:BFO_0000183 "b environs c =Def c occurs in b"@en)
AnnotationAssertion(skos:example obo:BFO_0000183 "Mouth environs process of mastication; city environs traffic"@en)
ObjectPropertyDomain(obo:BFO_0000183 ObjectUnionOf(obo:BFO_0000029 obo:BFO_0000040))
ObjectPropertyRange(obo:BFO_0000183 ObjectUnionOf(obo:BFO_0000015 obo:BFO_0000035))
# Object Property: obo:BFO_0000184 (history of)
AnnotationAssertion(dc:identifier obo:BFO_0000184 "144-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000184 "history of"@en)
AnnotationAssertion(skos:definition obo:BFO_0000184 "(Elucidation) history of is a relation between history b and material entity c such that b is the unique history of c"@en)
AnnotationAssertion(skos:example obo:BFO_0000184 "This life is the history of this organism"@en)
InverseObjectProperties(obo:BFO_0000184 obo:BFO_0000185)
FunctionalObjectProperty(obo:BFO_0000184)
InverseFunctionalObjectProperty(obo:BFO_0000184)
ObjectPropertyDomain(obo:BFO_0000184 obo:BFO_0000182)
ObjectPropertyRange(obo:BFO_0000184 obo:BFO_0000040)
# Object Property: obo:BFO_0000185 (has history)
AnnotationAssertion(dc:identifier obo:BFO_0000185 "145-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000185 "has history"@en)
AnnotationAssertion(skos:definition obo:BFO_0000185 "b has history c =Def c history of b"@en)
AnnotationAssertion(skos:example obo:BFO_0000185 "This organism has history this life"@en)
ObjectPropertyDomain(obo:BFO_0000185 obo:BFO_0000040)
ObjectPropertyRange(obo:BFO_0000185 obo:BFO_0000182)
# Object Property: obo:BFO_0000194 (specifically depended on by)
AnnotationAssertion(dc:identifier obo:BFO_0000194 "260-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000194 "specifically depended on by"@en)
AnnotationAssertion(skos:altLabel obo:BFO_0000194 "s-depended on by"@en)
AnnotationAssertion(skos:definition obo:BFO_0000194 "b specifically depended on by c =Def c specifically depends on b"@en)
AnnotationAssertion(skos:example obo:BFO_0000194 "Coloured object specifically depended on by colour"@en)
InverseObjectProperties(obo:BFO_0000194 obo:BFO_0000195)
ObjectPropertyDomain(obo:BFO_0000194 ObjectUnionOf(obo:BFO_0000020 ObjectIntersectionOf(obo:BFO_0000004 ObjectComplementOf(obo:BFO_0000006))))
ObjectPropertyRange(obo:BFO_0000194 obo:BFO_0000020)
# Object Property: obo:BFO_0000195 (specifically depends on)
AnnotationAssertion(dc:identifier obo:BFO_0000195 "012-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000195 "specifically depends on"@en)
AnnotationAssertion(skos:altLabel obo:BFO_0000195 "s-depends on"@en)
AnnotationAssertion(skos:definition obo:BFO_0000195 "(Elucidation) specifically depends on is a relation between a specifically dependent continuant b and specifically dependent continuant or independent continuant that is not a spatial region c such that b and c share no parts in common & b is of a nature such that at all times t it cannot exist unless c exists & b is not a boundary of c"@en)
AnnotationAssertion(skos:example obo:BFO_0000195 "A shape specifically depends on the shaped object; hue, saturation and brightness of a colour sample specifically depends on each other"@en)
AnnotationAssertion(skos:scopeNote obo:BFO_0000195 "The analogue of specifically depends on for occurrents is has participant."@en)
ObjectPropertyDomain(obo:BFO_0000195 obo:BFO_0000020)
ObjectPropertyRange(obo:BFO_0000195 ObjectUnionOf(obo:BFO_0000020 ObjectIntersectionOf(obo:BFO_0000004 ObjectComplementOf(obo:BFO_0000006))))
# Object Property: obo:BFO_0000196 (bearer of)
AnnotationAssertion(dc:identifier obo:BFO_0000196 "053-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000196 "bearer of"@en)
AnnotationAssertion(skos:definition obo:BFO_0000196 "b bearer of c =Def c inheres in b"@en)
AnnotationAssertion(skos:example obo:BFO_0000196 "A patch of ink is the bearer of a colour quality; an organism is the bearer of a temperature quality"@en)
SubObjectPropertyOf(obo:BFO_0000196 obo:BFO_0000194)
InverseObjectProperties(obo:BFO_0000196 obo:BFO_0000197)
ObjectPropertyDomain(obo:BFO_0000196 ObjectIntersectionOf(obo:BFO_0000004 ObjectComplementOf(obo:BFO_0000006)))
ObjectPropertyRange(obo:BFO_0000196 obo:BFO_0000020)
# Object Property: obo:BFO_0000197 (inheres in)
AnnotationAssertion(dc:identifier obo:BFO_0000197 "051-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000197 "inheres in"@en)
AnnotationAssertion(skos:definition obo:BFO_0000197 "b inheres in c =Def b is a specifically dependent continuant & c is an independent continuant that is not a spatial region & b specifically depends on c"@en)
AnnotationAssertion(skos:example obo:BFO_0000197 "A shape inheres in a shaped object; a mass inheres in a material entity"@en)
SubObjectPropertyOf(obo:BFO_0000197 obo:BFO_0000195)
ObjectPropertyDomain(obo:BFO_0000197 obo:BFO_0000020)
ObjectPropertyRange(obo:BFO_0000197 ObjectIntersectionOf(obo:BFO_0000004 ObjectComplementOf(obo:BFO_0000006)))
# Object Property: obo:BFO_0000199 (occupies temporal region)
AnnotationAssertion(dc:identifier obo:BFO_0000199 "132-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000199 "occupies temporal region"@en)
AnnotationAssertion(skos:definition obo:BFO_0000199 "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en)
AnnotationAssertion(skos:example obo:BFO_0000199 "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en)
FunctionalObjectProperty(obo:BFO_0000199)
ObjectPropertyDomain(obo:BFO_0000199 ObjectUnionOf(obo:BFO_0000015 obo:BFO_0000035))
ObjectPropertyRange(obo:BFO_0000199 obo:BFO_0000008)
# Object Property: obo:BFO_0000200 (occupies spatiotemporal region)
AnnotationAssertion(dc:identifier obo:BFO_0000200 "082-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000200 "occupies spatiotemporal region"@en)
AnnotationAssertion(skos:definition obo:BFO_0000200 "(Elucidation) occupies spatiotemporal region is a relation between a process or process boundary p and the spatiotemporal region s which is its spatiotemporal extent"@en)
AnnotationAssertion(skos:example obo:BFO_0000200 "A particle emitted by a nuclear reactor occupies the spatiotemporal region which is its trajectory"@en)
FunctionalObjectProperty(obo:BFO_0000200)
ObjectPropertyDomain(obo:BFO_0000200 ObjectUnionOf(obo:BFO_0000015 obo:BFO_0000035))
ObjectPropertyRange(obo:BFO_0000200 obo:BFO_0000011)
# Object Property: obo:BFO_0000221 (first instant of)
AnnotationAssertion(dc:identifier obo:BFO_0000221 "268-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000221 "first instant of"@en)
AnnotationAssertion(skos:definition obo:BFO_0000221 "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en)
AnnotationAssertion(skos:example obo:BFO_0000221 "An hour starting at midnight yesterday has first instant midnight yesterday"@en)
InverseObjectProperties(obo:BFO_0000221 obo:BFO_0000222)
ObjectPropertyDomain(obo:BFO_0000221 obo:BFO_0000203)
ObjectPropertyRange(obo:BFO_0000221 obo:BFO_0000008)
# Object Property: obo:BFO_0000222 (has first instant)
AnnotationAssertion(dc:identifier obo:BFO_0000222 "261-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000222 "has first instant"@en)
AnnotationAssertion(skos:definition obo:BFO_0000222 "t has first instant t' =Def t' first instant of t"@en)
AnnotationAssertion(skos:example obo:BFO_0000222 "The first hour of a year has first instant midnight on December 31"@en)
FunctionalObjectProperty(obo:BFO_0000222)
ObjectPropertyDomain(obo:BFO_0000222 obo:BFO_0000008)
ObjectPropertyRange(obo:BFO_0000222 obo:BFO_0000203)
# Object Property: obo:BFO_0000223 (last instant of)
AnnotationAssertion(dc:identifier obo:BFO_0000223 "269-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000223 "last instant of"@en)
AnnotationAssertion(skos:definition obo:BFO_0000223 "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en)
AnnotationAssertion(skos:example obo:BFO_0000223 "Last midnight is the last instant of yesterday"@en)
InverseObjectProperties(obo:BFO_0000223 obo:BFO_0000224)
ObjectPropertyDomain(obo:BFO_0000223 obo:BFO_0000203)
ObjectPropertyRange(obo:BFO_0000223 obo:BFO_0000008)
# Object Property: obo:BFO_0000224 (has last instant)
AnnotationAssertion(dc:identifier obo:BFO_0000224 "215-BFO")
AnnotationAssertion(rdfs:label obo:BFO_0000224 "has last instant"@en)
AnnotationAssertion(skos:definition obo:BFO_0000224 "t has last instant t' =Def t' last instant of t"@en)
AnnotationAssertion(skos:example obo:BFO_0000224 "The last hour of a year has last instant midnight December 31"@en)
FunctionalObjectProperty(obo:BFO_0000224)
ObjectPropertyDomain(obo:BFO_0000224 obo:BFO_0000008)
ObjectPropertyRange(obo:BFO_0000224 obo:BFO_0000203)
# Object Property: obo:IAO_0000136 (is about)
AnnotationAssertion(obo:IAO_0000112 obo:IAO_0000136 "This document is about information artifacts and their representations"@en)
AnnotationAssertion(obo:IAO_0000114 obo:IAO_0000136 obo:IAO_0000125)
AnnotationAssertion(obo:IAO_0000115 obo:IAO_0000136 "A (currently) primitive relation that relates an information artifact to an entity."@en)
AnnotationAssertion(obo:IAO_0000116 obo:IAO_0000136 "7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive.
We will try to build it back up by elaborating the various subproperties that are more precisely defined.
Some currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic."@en)
AnnotationAssertion(obo:IAO_0000117 obo:IAO_0000136 "person:Alan Ruttenberg"@en)
AnnotationAssertion(obo:IAO_0000119 obo:IAO_0000136 "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en)
AnnotationAssertion(rdfs:label obo:IAO_0000136 "is about"@en)
InverseObjectProperties(obo:IAO_0000136 ontology:LP_0000024)
ObjectPropertyDomain(obo:IAO_0000136 obo:IAO_0000030)
# Object Property: <http://www.w3.org/ns/prov#wasDerivedFrom> (was derived from)
AnnotationAssertion(rdfs:isDefinedBy <http://www.w3.org/ns/prov#wasDerivedFrom> <http://www.w3.org/ns/prov>)
AnnotationAssertion(rdfs:label <http://www.w3.org/ns/prov#wasDerivedFrom> "was derived from")
# Object Property: ontology:LP_0000008 (hat Teil)
AnnotationAssertion(rdfs:label ontology:LP_0000008 "hat Teil"@de)
SubObjectPropertyOf(ontology:LP_0000008 obo:BFO_0000051)
InverseObjectProperties(ontology:LP_0000008 ontology:LP_0020001)
TransitiveObjectProperty(ontology:LP_0000008)
# Object Property: ontology:LP_0000015 (hat Prozessteil)
AnnotationAssertion(rdfs:label ontology:LP_0000015 "hat Prozessteil"@de)
SubObjectPropertyOf(ontology:LP_0000015 obo:BFO_0000117)
# Object Property: ontology:LP_0000017 (konkretisiert Lehrplan)
AnnotationAssertion(rdfs:label ontology:LP_0000017 "konkretisiert Lehrplan"@de)
SubObjectPropertyOf(ontology:LP_0000017 obo:RO_0000059)
ObjectPropertyRange(ontology:LP_0000017 ontology:LP_0000438)
# Object Property: ontology:LP_0000021 (endet mit Abschluss)
AnnotationAssertion(rdfs:label ontology:LP_0000021 "endet mit Abschluss"@de)
AnnotationAssertion(rdfs:label ontology:LP_0000021 "ermöglicht Abschluss"@de)
AnnotationAssertion(skos:example ontology:LP_0000021 "Ein Bildungsgang (occurent) endet mit Abschluss.")
SubObjectPropertyOf(ontology:LP_0000021 obo:BFO_0000117)
ObjectPropertyRange(ontology:LP_0000021 ontology:LP_0000019)
# Object Property: ontology:LP_0000024 (described by)
AnnotationAssertion(rdfs:label ontology:LP_0000024 "described by"@en)
# Object Property: ontology:LP_0000026 (hat Jahrgangsstufe)
AnnotationAssertion(rdfs:label ontology:LP_0000026 "hat Jahrgangsstufe"@de)
SubObjectPropertyOf(ontology:LP_0000026 ontology:LP_0000024)
ObjectPropertyRange(ontology:LP_0000026 ontology:LP_0000009)
# Object Property: ontology:LP_0000029 (von Bundesland)
AnnotationAssertion(rdfs:label ontology:LP_0000029 "von Bundesland"@de)
SubObjectPropertyOf(ontology:LP_0000029 ontology:LP_0000024)
ObjectPropertyRange(ontology:LP_0000029 ontology:LP_0000040)
# Object Property: ontology:LP_0000041 (has unit)
AnnotationAssertion(rdfs:label ontology:LP_0000041 "has unit"@en)
AnnotationAssertion(rdfs:label ontology:LP_0000041 "hat Einheit"@de)
SubObjectPropertyOf(ontology:LP_0000041 obo:BFO_0000051)
SubObjectPropertyOf(ontology:LP_0000041 ontology:LP_0000008)
# Object Property: ontology:LP_0000047 (hat Schulstufe)
AnnotationAssertion(rdfs:label ontology:LP_0000047 "hat Schulstufe"@de)
SubObjectPropertyOf(ontology:LP_0000047 ontology:LP_0000024)
# Object Property: ontology:LP_0000048 (hat Input)
AnnotationAssertion(rdfs:comment ontology:LP_0000048 "has input")
AnnotationAssertion(rdfs:label ontology:LP_0000048 "hat Input"@de)
SubObjectPropertyOf(ontology:LP_0000048 obo:RO_0000057)
# Object Property: ontology:LP_0000049 (hat Output)
AnnotationAssertion(rdfs:comment ontology:LP_0000049 "has output"@en)
AnnotationAssertion(rdfs:label ontology:LP_0000049 "hat Output"@de)
SubObjectPropertyOf(ontology:LP_0000049 obo:RO_0000057)
# Object Property: ontology:LP_0000071 (benötigt Niveau)
AnnotationAssertion(rdfs:label ontology:LP_0000071 "benötigt Niveau"@de)
SubObjectPropertyOf(ontology:LP_0000071 ontology:LP_0000024)
# Object Property: ontology:LP_0000072 (inkludiert)
AnnotationAssertion(rdfs:label ontology:LP_0000072 "inkludiert"@de)
SubObjectPropertyOf(ontology:LP_0000072 ontology:LP_0000008)
TransitiveObjectProperty(ontology:LP_0000072)
ObjectPropertyDomain(ontology:LP_0000072 ontology:LP_0000028)
ObjectPropertyRange(ontology:LP_0000072 ontology:LP_0000028)
# Object Property: ontology:LP_0000086 (ist Niveau von)
AnnotationAssertion(rdfs:label ontology:LP_0000086 "ist Niveau von"@de)
SubObjectPropertyOf(ontology:LP_0000086 obo:IAO_0000136)
InverseObjectProperties(ontology:LP_0000086 ontology:LP_0000840)
# Object Property: ontology:LP_0000343 (hat Schulartfunktion)
AnnotationAssertion(rdfs:label ontology:LP_0000343 "hat Schulartfunktion"@de)
SubObjectPropertyOf(ontology:LP_0000343 obo:RO_0000085)
# Object Property: ontology:LP_0000440 (für Bildungsgangabschnitt)
AnnotationAssertion(rdfs:label ontology:LP_0000440 "für Bildungsgangabschnitt"@de)
SubObjectPropertyOf(ontology:LP_0000440 obo:RO_0000056)
ObjectPropertyDomain(ontology:LP_0000440 ontology:LP_0000438)
# Object Property: ontology:LP_0000477 (konkretisiert Schulart)
AnnotationAssertion(rdfs:label ontology:LP_0000477 "konkretisiert Schulart"@de)
SubObjectPropertyOf(ontology:LP_0000477 obo:RO_0000059)
ObjectPropertyDomain(ontology:LP_0000477 ontology:LP_0000475)
ObjectPropertyRange(ontology:LP_0000477 ontology:LP_0000111)
# Object Property: ontology:LP_0000483 (hat Funktion)
AnnotationAssertion(rdfs:label ontology:LP_0000483 "hat Funktion"@de)
AnnotationAssertion(skos:altLabel ontology:LP_0000483 "hat Funktionsspezifikation"@de)
SubObjectPropertyOf(ontology:LP_0000483 ontology:LP_0000024)
InverseObjectProperties(ontology:LP_0000483 ontology:LP_0000495)
ObjectPropertyRange(ontology:LP_0000483 ontology:LP_0000478)
# Object Property: ontology:LP_0000495 (ist Funktion von)
AnnotationAssertion(rdfs:label ontology:LP_0000495 "ist Funktion von"@de)
SubObjectPropertyOf(ontology:LP_0000495 obo:IAO_0000136)
# Object Property: ontology:LP_0000537 (hat Schulfach)
AnnotationAssertion(rdfs:comment ontology:LP_0000537 "Wird verwendet, um Etwas einem Fach oder einem Fach mit besonderem \"Bezug\" (z.B. Zweite-Fremdsprache) zuzuordnen."@de)
AnnotationAssertion(rdfs:label ontology:LP_0000537 "hat Schulfach"@de)
AnnotationAssertion(skos:editorialNote ontology:LP_0000537 "wird üblicherweise am Lehrplan verwendet; kann ggf. auch an Kompetenzbereichen/Kompetenzspezifikation bzw. Themenbereichen/Themen verwendet werden, z.B. bei Lehrplänene die sich auf mehrere Fächer beziehen")
AnnotationAssertion(skos:example ontology:LP_0000537 "Gegeben sind:
:sf_1 a :Schulfach .
:sf_1 sameAs ex:Englisch .
Bspl 1: \"Lehrplanelement :lpe_1 bezieht sich auf Schulfach Englisch\"
:lpe_1 :hat_schulfach :sf_1 .
Bspl 2: \"Lehrplanelement :lpe_1 bezieht sich auf Schulfach Englisch als Zweite-Fremdsprache\"
:lpe_2 :hat_schulfach :bezug_1 .
:bezug_1 :hat_schulfach :sf_1 .
:bezug_1 a :Zweite_Fremdsprache .
Anmerkung: Durch die Property Chain wird in Beispiel 2 durch den Reasoner das folgende Tripel automatisch ergänzt:
:lpe_2 :hat_schulfach :sf_1 ."@de)
SubObjectPropertyOf(ontology:LP_0000537 ontology:LP_0000024)
ObjectPropertyRange(ontology:LP_0000537 ObjectUnionOf(ontology:LP_0000001 ontology:LP_0000540))
# Object Property: ontology:LP_0000580 (ist Niveaustufe von)
AnnotationAssertion(rdfs:label ontology:LP_0000580 "ist Niveaustufe von"@de)
SubObjectPropertyOf(ontology:LP_0000580 obo:IAO_0000136)
# Object Property: ontology:LP_0000812 (für Schulart)
AnnotationAssertion(rdfs:label ontology:LP_0000812 "für Schulart"@de)
SubObjectPropertyOf(ontology:LP_0000812 obo:IAO_0000136)
ObjectPropertyRange(ontology:LP_0000812 ontology:LP_0000111)
# Object Property: ontology:LP_0000833 (hat Bildungsgangniveau)
AnnotationAssertion(rdfs:label ontology:LP_0000833 "hat Bildungsgangniveau"@de)
SubObjectPropertyOf(ontology:LP_0000833 ontology:LP_0000024)
ObjectPropertyDomain(ontology:LP_0000833 ontology:LP_0000816)
ObjectPropertyRange(ontology:LP_0000833 ontology:LP_0000028)
# Object Property: ontology:LP_0000840 (hat Niveau)
AnnotationAssertion(rdfs:label ontology:LP_0000840 "hat Niveau"@de)
SubObjectPropertyOf(ontology:LP_0000840 ontology:LP_0000024)
ObjectPropertyDomain(ontology:LP_0000840 ObjectUnionOf(ontology:LP_0000111 ontology:LP_0000261 ontology:LP_0000443))
ObjectPropertyRange(ontology:LP_0000840 ontology:LP_0000037)
# Object Property: ontology:LP_0020001 (ist Teil von)