forked from pcp-on-web/ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-inital-version-from-cpm.rdf
1548 lines (1289 loc) · 74.6 KB
/
index-inital-version-from-cpm.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
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 : <http://purl.org/pcp-on-web/ontology#> .
@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#> .
@base <http://purl.org/pcp-on-web/ontology#> .
<http://purl.org/pcp-on-web/ontology#> rdf:type owl:Ontology ;
owl:imports <http://ns.aksw.org/spatialHierarchy/> ;
<http://creativecommons.org/ns#attributionName> "AKSW"^^xsd:string ;
<http://purl.org/dc/elements/1.1/title> "Catalogus Professorum Model - Version 2.1 (CPM)"^^xsd:string ;
<http://purl.org/dc/terms/license> "http://creativecommons.org/licenses/by/4.0/"^^xsd:string ;
<http://purl.org/dc/terms/modified> "2007-05-24"^^xsd:string ,
"2013-04-24"^^xsd:string ,
"2013-09-09"^^xsd:string ,
"2013-09-10"^^xsd:string ,
"2018-04-26"^^xsd:string ;
<http://purl.org/vocab/vann/changes> <https://github.com/pcp-on-web/ontology/commits/master/index.rdf> ;
<http://purl.org/vocab/vann/preferredNamespacePrefix> "cpm"^^xsd:string ;
<http://purl.org/vocab/vann/preferredNamespaceUri> "http://purl.org/pcp-on-web/ontology#"^^xsd:string ;
<http://usefulinc.com/ns/doap#homepage> <https://catalogus-professorum.org/project/> ;
<http://usefulinc.com/ns/doap#maintainer> <http://catalogus-professorum.org/team/ThomasRiechert> ;
rdfs:comment "The Catalogus Professorum Model defines the Model of the Catalogus Professorum Lipsiensium, the professors catalog of the University of Leipzig, Germany."^^xsd:string ;
rdfs:label "Catalogus Professorum Model - Version 2.1 (CPM)"^^xsd:string ;
owl:versionInfo "Version 1.0 (inital) - 2007-05-24 - Thomas Riechert"^^xsd:string ,
"Version 1.9 - 2013-04-24 - Thomas Riechert"^^xsd:string ,
"Version 2.0 - 2013-09-09 - Thomas Riechert"^^xsd:string ,
"Version 2.1 - 2018-04-26 - Thomas Riechert"^^xsd:string ;
<http://xmlns.com/foaf/0.1/maker> <http://catalogus-professorum.org/team/AndreasNareike> ,
<http://catalogus-professorum.org/team/ChristianAugustin> ,
<http://catalogus-professorum.org/team/ChristianRau> ,
<http://catalogus-professorum.org/team/EdgardMarx> ,
<http://catalogus-professorum.org/team/FrederikeBulka> ,
<http://catalogus-professorum.org/team/LydiaMueller> ,
<http://catalogus-professorum.org/team/NatanaelArndt> ,
<http://catalogus-professorum.org/team/NormanRadtke> ,
<http://catalogus-professorum.org/team/SimeonAckermann> ,
<http://catalogus-professorum.org/team/ThomasRiechert> ,
<http://catalogus-professorum.org/team/UlfMorgenstern> .
#################################################################
# Annotation properties
#################################################################
### http://ns.ontowiki.net/SysOnt/order
<http://ns.ontowiki.net/SysOnt/order> rdf:type owl:AnnotationProperty .
#################################################################
# Datatypes
#################################################################
### http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .
### http://www.w3.org/2001/XMLSchema#gDay
xsd:gDay rdf:type rdfs:Datatype .
### http://www.w3.org/2001/XMLSchema#gMonth
xsd:gMonth rdf:type rdfs:Datatype .
### http://www.w3.org/2001/XMLSchema#gMonthDay
xsd:gMonthDay rdf:type rdfs:Datatype .
### http://www.w3.org/2001/XMLSchema#gYear
xsd:gYear rdf:type rdfs:Datatype .
### http://www.w3.org/2001/XMLSchema#gYearMonth
xsd:gYearMonth rdf:type rdfs:Datatype .
#################################################################
# Object Properties
#################################################################
### http://purl.org/pcp-on-web/ontology#bodyPlace
:bodyPlace rdf:type owl:ObjectProperty ,
owl:FunctionalProperty ;
rdfs:domain :Body ;
rdfs:range <http://ns.aksw.org/spatialHierarchy/SpatialArea> ;
rdfs:comment "Beziehung zu einem Ort einer Körperschaft. Dies kann eine Stadt, eine Verwaltungseinheit oder ein Land sein"@de ,
"Relation to a place of a body, this could be eather a City, a District or a Country"@en ;
rdfs:label "Body place"@en ,
"Ort der Körperschaft"@de ;
owl:versionInfo "0.1 initial creation - 19.01.2010"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#cognateBody
:cognateBody rdf:type owl:ObjectProperty ;
rdfs:domain :Body ;
rdfs:range :Body ;
rdfs:comment "verwandte Institutionen (manche Akademien wurden mehrfach umbenannt bzw. aufgelöst und wenig später neu gegründet; diese sollten dann verlinkt werden können) (Related Institutions)"^^xsd:string ;
rdfs:label "Verwandte Körperschaft"@de ,
"cognate body"@en ;
owl:versionInfo "0.1 initial creation - 10.12.2009"^^xsd:string ,
"04.02.2015 change to ObjectProperty"^^xsd:string ,
"2.0 stable changed from relatedBody"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#consistsOf
:consistsOf rdf:type owl:ObjectProperty ;
rdfs:domain :Body ;
rdfs:range :Body ;
rdfs:label "eine Institution besteht aus"@de ,
"institution consists of"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable changed from consists-of on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#familyAdoptiveChild
:familyAdoptiveChild rdf:type owl:ObjectProperty ;
rdfs:domain :Family ;
rdfs:range :Person ;
rdfs:comment "A property that adds a adoptive child to a family"@en ,
"Ein Prädikat zur Angabe eines zur Familie gehörenden Adoptivkindes"@de ;
rdfs:label "Adoptive child"@en ,
"Adoptivkind"@de ;
owl:versionInfo "0.1 initial creation date: 19.01.2010"^^xsd:string ,
"2.0 stable not often used so far"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#familyChild
:familyChild rdf:type owl:ObjectProperty ;
rdfs:domain :Family ;
rdfs:range :Person ;
rdfs:comment "A property that adds a child to a family"@en ,
"Ein Prädikat zur Angabe eines zur Familie gehörenden Kindes"@de ;
rdfs:label "Child"@en ,
"Kind"@de ;
owl:versionInfo "0.1 initial creation date: 19.01.2010"^^xsd:string ,
"2.0 stable not often used so far"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#familyCohabitant
:familyCohabitant rdf:type owl:ObjectProperty ;
rdfs:domain :Family ;
rdfs:range :Person ;
rdfs:comment "A property that adds a cohabitant to a family"@en ,
"Ein Prädikat zur Angabe eines Lebenspartners einer Familie"@de ;
rdfs:label "Cohabitant"@en ,
"Lebenspartner"@de ;
owl:versionInfo "0.1 initial creation date: 19.01.2010"^^xsd:string ,
"2.0 stable not often used so far"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#familyFosterChild
:familyFosterChild rdf:type owl:ObjectProperty ;
rdfs:domain :Family ;
rdfs:range :Person ;
rdfs:comment "A property that adds a foster child to a family"@en ,
"Ein Prädikat zur Angabe eines zur Familie gehörenden Pflegekindes"@de ;
rdfs:label "Foster child"@en ,
"Pflegekind"@de ;
owl:versionInfo "0.1 initial creation date: 19.01.2010"^^xsd:string ,
"2.0 stable not often used so far"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#familyParent
:familyParent rdf:type owl:ObjectProperty ;
rdfs:domain :Family ;
rdfs:range :Person ;
rdfs:comment "A property that adds a parent to a family"@en ,
"Ein Prädikat zur Angabe eines Elternteils einer Familie"@de ;
rdfs:label "Eltern"@de ,
"Parent"@en ;
owl:versionInfo "0.1 initial creation date: 19.01.2010"^^xsd:string ,
"2.0 stable not often used so far"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#hasPeriod
:hasPeriod rdf:type owl:ObjectProperty ;
rdfs:domain :Person ;
rdfs:range :PeriodOfLife ;
rdfs:comment "Ein Prädikat, das einer Person einen Lebensabschnitt zuordnet"@de ,
"This property connects a person to their period of life"@en ;
rdfs:label "has period"@en ,
"hat Lebensabschnitt"@de ;
owl:versionInfo "0.1 initial creation date: 24.05.2007"^^xsd:string ,
"0.2 change to professor - 14.02.2008"^^xsd:string ,
"0.3 changed back to person - 17.03.2008"^^xsd:string ,
"2.0 stable changed from has-periods to has-period on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#hasPicture
:hasPicture rdf:type owl:ObjectProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range :Picture ;
<http://ns.ontowiki.net/SysOnt/order> "160"^^xsd:string ;
rdfs:label "has picture"@en ,
"hat Bild"@de ;
owl:versionInfo "0.1 initial creation - 10.03.2008; replaces prof-has-to-do-with"^^xsd:string ,
"0.2 changed - 31.03.08"^^xsd:string ,
"13.01.2015 changed to class archive relation"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#hasTutor
:hasTutor rdf:type owl:ObjectProperty ;
owl:inverseOf :isTutor ;
rdf:type owl:FunctionalProperty ;
rdfs:domain :QualificationDocument ;
rdfs:range :Person ;
rdfs:label "Betreuer"@de ,
"Tutor"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable changed from has-tutor on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#isPartOf
:isPartOf rdf:type owl:ObjectProperty ;
owl:inverseOf :consistsOf ;
rdfs:domain :Body ;
rdfs:range :Body ;
rdfs:label "an institution is part of"@en ,
"eine Institution gehört zu"@de ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable changed from is-part-of on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#isTutor
:isTutor rdf:type owl:ObjectProperty ;
rdfs:domain :Person ;
rdfs:range :QualificationDocument ;
<http://ns.ontowiki.net/SysOnt/order> "330"^^xsd:string ;
rdfs:label "is tutor"@en ,
"ist Betreuer"@de ;
owl:versionInfo "0.1 initial creation - 26.06.2007"^^xsd:string ,
"2.0 stable changed from is-tutor on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#periodBody
:periodBody rdf:type owl:ObjectProperty ,
owl:FunctionalProperty ;
rdfs:domain :PeriodOfLife ;
rdfs:range :Body ;
rdfs:label "Related Body"@en ,
"Zugehörige Körperschaft"@de ;
owl:versionInfo "0.1 initial creation - 11.12.2009; replaces prof-has-to-do-with"^^xsd:string ,
"05.02.2015 - Rename to periodBody"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#periodDocument
:periodDocument rdf:type owl:ObjectProperty ,
owl:FunctionalProperty ;
rdfs:domain :PeriodOfLife ;
rdfs:range :Document ;
rdfs:label "Related Document"@en ,
"Zugehöriges Dokument"@de ;
owl:versionInfo "initial creation - 14.01.2015;"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#periodPlace
:periodPlace rdf:type owl:ObjectProperty ,
owl:FunctionalProperty ;
rdfs:domain :PeriodOfLife ;
rdfs:range <http://ns.aksw.org/spatialHierarchy/SpatialArea> ;
rdfs:comment "Beziehung zu einem Ort eines Lebensabschnitts. Dies kann eine Stadt, eine Verwaltungseinheit oder ein Land sein"@de ,
"Relation to a place of a period of life, this could be eather a City, a District or a Country"@en ;
rdfs:label "Ort des Lebensabschnitts"@de ,
"Period place"@en ;
owl:versionInfo "2.0 initial creation - 09.09.2013, stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#pictureArchive
:pictureArchive rdf:type owl:ObjectProperty ,
owl:FunctionalProperty ;
rdfs:domain :Picture ;
rdfs:range :Archive ;
rdfs:label "Bildherkunft"@de ,
"picture archive"@en ;
owl:versionInfo "13.01.2015 initial creation as replacement for pictureArchive"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#published
:published rdf:type owl:ObjectProperty ;
rdfs:domain :Person ;
rdfs:range :Document ;
rdfs:label "published"@en ,
"veröffentlicht"@de ;
owl:versionInfo "0.1 initial creation - 25.05.2007"^^xsd:string ,
"13.01.2015 changed as relation to Person"^^xsd:string ,
"2.0 stable"^^xsd:string .
#################################################################
# Data properties
#################################################################
### http://purl.org/pcp-on-web/ontology#academicTitle
:academicTitle rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :QualificationDocument ;
rdfs:range xsd:string ;
rdfs:label "Qualifikationsschrift - akademischer Titel"@de ,
"qualificationpaper academic title"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable changed from bodyPlaceom qualiPaperAcademicalTitle to qualificationPaperAcademicalTitle on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#academyType
:academyType rdf:type owl:DatatypeProperty ;
rdfs:domain :Academy ;
rdfs:range xsd:string ;
rdfs:comment "Beschreibt den Typ der Hochschule genauer"@de ,
"Describes the academy type in more detail"@en ;
rdfs:label "Academy type"@en ,
"Hochschultyp"@de .
### http://purl.org/pcp-on-web/ontology#additionToSurname
:additionToSurname rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range xsd:string ;
rdfs:comment "Additions to the surname can be of, etc."@en ,
"Namenszusätze sind zum Beispiel von, zu, etc."@de ;
rdfs:label "Additions to Surename"@en ,
"Namenszusatz"@de ;
owl:versionInfo "0.2 changed Domain from Professor to Person 0.1 initial creation - 24.05.07"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#alternativeWritingOfSurname
:alternativeWritingOfSurname rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range xsd:string ;
<http://ns.ontowiki.net/SysOnt/order> "20"^^xsd:string ;
rdfs:comment "Bsp: Meier, Meyer, Maier"@de ,
"For Example Meier, Meyer, Maier"@en ;
rdfs:label "Alternative Namensschreibweisen"@de ,
"Alternative writings of the surname"@en ;
owl:versionInfo "0.1 initial creation - 24.05.07"^^xsd:string ,
"0.2 changed Domain from Professor to Person"^^xsd:string ,
"2.0 under discussion"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#archiveCode
:archiveCode rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Archive ;
rdfs:range xsd:string ;
rdfs:comment "Beschreibt das Kürzel des Archievs"@de ,
"Describes the code of the archive"@en ;
rdfs:label "Archive Code"@en ,
"Archivkürzel"@de ;
owl:versionInfo "0.1 initial creation - 31.03.2008"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#date
:date rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :PeriodOfLife ;
rdfs:range rdfs:Literal;
rdfs:comment "The date within a period of life from a valid datatype xsd:date,
xsd:gDay ,
xsd:gMonth ,
xsd:gMonthDay ,
xsd:gYear ,
xsd:gYearMonth"@en,
"Zeitpunkt innerhalb eines Lebensabschnitts"@de ;
rdfs:label "Date"@en ,
"Datum"@de ,
"date"@en ;
owl:versionInfo "2.0 initial creation date: 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#denomination
:denomination rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "140"^^xsd:string ;
rdfs:label "Konfession"@de ,
"Religious Denomination"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"0.2 changed Domain from Professor to Person"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#dissolved
:dissolved rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Body ;
rdfs:range rdfs:Literal;
rdfs:comment "Valid datatypes xsd:date,
xsd:gYear,
xsd:gYearMonth"@en;
rdfs:label "Auflösungsjahr"@de ,
"Dissolved (year)"@en ;
owl:versionInfo "0.1 initial creation - 10.12.2009"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#firstName
:firstName rdf:type owl:DatatypeProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal;
rdfs:comment "Rufname einer Person"@de ,
"The given first name of a person"@en ,
"given name of a person"@en ;
rdfs:label "First Name"@en ,
"Rufname"@de ;
owl:versionInfo "0.1 initial creation date: 18.05.2015"^^xsd:string ,
"0.1 initial creation date: 29.01.2015"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#forename
:forename rdf:type owl:DatatypeProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal;
rdfs:comment "Forename(s) of a person, seperated by space"@en ,
"Vorname(n) einer Person, getrennt mit Leerzeichen"@de ;
rdfs:label "Forename"@en ,
"Vorname"@de ;
owl:versionInfo "0.1 initial creation date: 18.05.2015"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#founded
:founded rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Body ;
rdfs:range rdfs:Literal;
rdfs:comment "From a valid datatype xsd:date ,
xsd:gYear ,
xsd:gYearMonth"@en;
rdfs:label "Gründungsjahr"@de ,
"founded (year)"@en ;
owl:versionInfo "0.1 initial creation - 10.12.2009"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#from
:from rdf:type owl:DatatypeProperty ;
rdfs:domain :PeriodOfLife ;
rdfs:range rdfs:Literal ;
rdfs:comment "Das Startdatum eines Lebensabschnitts"@de ,
"The date of the beginning of a period of life from a valid datatype xsd:date ,
xsd:gDay ,
xsd:gMonth ,
xsd:gMonthDay ,
xsd:gYear ,
xsd:gYearMonth"@en ;
rdfs:label "From"@en ,
"Von"@de ;
owl:versionInfo "0.1 initial creation date: 24.05.2007"^^xsd:string ,
"2.0 stable other types added"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#fullAcademicTitle
:fullAcademicTitle rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "30"^^xsd:string ;
rdfs:label "full academic title"@en ,
"voller akademischer Titel"@de ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#functionInOrganisation
:functionInOrganisation rdf:type owl:DatatypeProperty ;
rdfs:domain :SocialRole ;
rdfs:range rdfs:Literal ;
rdfs:label "Funktion in der Organisation"@de ,
"function in organisation"@en ;
owl:versionInfo "0.1 initial creation - 25.05.2007"^^xsd:string ,
"0.2 changed to DatatypeProperty - 13.11.07 by TR"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#furtherInformation
:furtherInformation rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "340"^^xsd:string ;
rdfs:label "further information"@en ,
"weitere Informationen"@de ;
owl:versionInfo "0.1 initial creation - 28.06.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#gender
:gender rdf:type owl:DatatypeProperty ;
rdfs:domain :Person ;
rdfs:comment "Das Geschlecht einer Person"@de ,
"Gender of a person"@en ;
rdfs:label "Gender"@en ,
"Geschlecht"@de ;
owl:versionInfo "0.1 initial creation date: 19.01.2009"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#gnd
:gnd rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "370"^^xsd:string ;
rdfs:comment "Personennamendatei"^^xsd:string ;
rdfs:label "PND"@de ,
"PND"@en ;
owl:versionInfo "0.1 initial creation - 10.03.2008"^^xsd:string ,
"2.0 stable"^^xsd:string ,
"rename from pnd to gnd - 15.01.2016"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#graduationType
:graduationType rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Graduation ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "290"^^xsd:string ;
rdfs:comment "Bsp: Gymnasium, etc."^^xsd:string ;
rdfs:label "Abitur Schulart"@de ,
"graduation type"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#isPublic
:isPublic rdf:type owl:DatatypeProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
rdfs:comment "A boolean from a type xsd:boolean"@en;
rdfs:label "is public"@en ,
"ist öffentlich"@de ;
owl:versionInfo "0.1 initial creation - 17.02.2015"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#lectureLink
:lectureLink rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :PeriodOfLife ,
:Person ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "186"^^xsd:string ;
rdfs:comment "This property is used for links to Lectures. The main use is to link into http://histvv.uni-leipzig.de/."^^xsd:string ;
rdfs:label "Lectures"@en ,
"Vorlesungen"@de ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#literature
:literature rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "260"^^xsd:string ;
rdfs:label "biographical, autobiographical literature"@en ,
"biographische, autobiograhpische Literatur"@de ;
owl:versionInfo "0.1 initial creation - 28.06.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#note
:note rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "390"^^xsd:string ;
rdfs:comment "additional information that does not fit elsewhere"@en ,
"zusätzliche Informationen die nirgends sonst eingetragen werden können"@de ;
rdfs:label "Vermerk, Hinweis"@de ,
"note"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"0.2 changed Domain from Professor to Person"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#organisationName
:organisationName rdf:type owl:DatatypeProperty ;
rdfs:domain :SocialRole ;
rdfs:comment "Der Name der Organisation"@de ,
"Name of the organisation"@en ;
rdfs:label "Name of organisation"@en ,
"Organisationsname"@de ;
owl:versionInfo "0.1 initial creation date: 24.05.2007"^^xsd:string ,
"2.0 under discussion"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#periodNote
:periodNote rdf:type owl:DatatypeProperty ;
rdfs:domain :PeriodOfLife ;
rdfs:comment "Bemerkungen zu einem Lebensabschnitt"@de ,
"Notes about period of life"@en ;
rdfs:label "Bemerkung"@de ,
"Notes"@en ;
owl:versionInfo "0.1 initial creation date: 31.03.2008"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#picture
:picture rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Picture ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "150"^^xsd:string ;
rdfs:comment "Web-URL zum Bild"@de ;
rdfs:label "Bild"@de ,
"picture"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#pictureCredits
:pictureCredits rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Picture ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "180"^^xsd:string ;
rdfs:label "Bildnachweis"@de ,
"picture credits"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#pictureKey
:pictureKey rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Picture ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "170"^^xsd:string ;
rdfs:label "Bildnummer"@de ,
"picture key"@en ;
owl:versionInfo "0.1 initial creation - 10.03.2008"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#pid
:pid rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "50"^^xsd:string ;
rdfs:comment "kuenstliche ID als Primaerschluessel fuer Person. Sollte automatisch erstellt werden."@de,
"A valid xsd:int"@en;
rdfs:label "Person ID"@de ,
"person id"@en ;
owl:versionInfo "0.1 initial creation - 25.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#profession
:profession rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
rdfs:label "Beruf"@de ,
"Profession"@en ;
owl:versionInfo "0.1 initial creation - 12.02.2010"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#publicationReference
:publicationReference rdf:type owl:DatatypeProperty ;
rdfs:domain :Person ;
rdfs:comment "Publikationsverzeichnisse einer Person"@de ,
"publication reference of a person"@en ;
rdfs:label "Publikationsverzeichnisse"@de ,
"publication reference"@en ;
owl:versionInfo "0.1 initial creation date: 09.02.2015"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#reasonForResigning
:reasonForResigning rdf:type owl:DatatypeProperty ;
rdfs:domain :Career ;
rdfs:range rdfs:Literal ;
rdfs:label "Grund des Austritts"@de ,
"reason for resigning"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"0.2 changed to DatatypeProperty - 13.11.2007 by TR"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#reference
:reference rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Publication ;
rdfs:range rdfs:Literal ;
rdfs:label "Veröffentlichung Quellenangabe"@de ,
"publication reference"@en ;
owl:versionInfo "0.1 initial creation - 25.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#references
:references rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "380"^^xsd:string ;
rdfs:label "Quellennachweis"@de ,
"reference"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"0.2 changed Domain from Professor to Person"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#reviewed
:reviewed rdf:type owl:DatatypeProperty ;
rdfs:domain :Person ;
rdfs:range rdfs:Literal ;
rdfs:label "reviewed"@en ,
"überprüft"@de ;
owl:versionInfo "0.1 initial creation - 17.02.2015"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#subject
:subject rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :QualificationDocument ;
rdfs:range rdfs:Literal ;
rdfs:label "Qualifikationsschrift - Fach"@de ,
"qualification paper - subject"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable changed from qualiPaperSubject to qualificationPaperSubject on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#subjectStudied
:subjectStudied rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Study ;
rdfs:range rdfs:Literal ;
rdfs:comment "Das Thema/Gebiet des Studiums"@de ,
"The subject of Study"@en ;
rdfs:label "Fach"@de ,
"Studiumsthema"@de ,
"Subject studied"@en ,
"subject, the professor studied"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"0.1 initial creation date: 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#subjectsTaught
:subjectsTaught rdf:type owl:DatatypeProperty ;
rdfs:domain :Career ;
rdfs:range rdfs:Literal ;
rdfs:comment "Subjects the professor has taught."@en ;
rdfs:label "Fächer die Gelehrt wurden"@de ,
"Taught Subjects"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#surname
:surname rdf:type owl:DatatypeProperty ;
rdfs:domain :Person ;
rdfs:comment "Nachname einer Person"@de ,
"The surname of a person"@en ;
rdfs:range rdfs:Literal ;
rdfs:label "Nachname"@de ,
"Surname"@en ;
owl:versionInfo "0.1 initial creation date: 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string ,
"version 0.2 10.03.2008"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#title
:title rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Document ;
rdfs:range rdfs:Literal ;
rdfs:label "Titel der Qualifikationsschrift"@de ,
"Title of Qualificationpaper"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable changed from qualiPaperTitle to qualificationPaperTitle on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#to
:to rdf:type owl:DatatypeProperty ;
rdfs:domain :PeriodOfLife ;
rdfs:range rdfs:Literal ;
rdfs:comment "Das Enddatum eines Lebensabschnitts"@de ,
"The date of the ending of a period of life from a valid datatype xsd:date ,
xsd:gDay,
xsd:gMonth,
xsd:gMonthDay,
xsd:gYear,
xsd:gYearMonth"@en ;
rdfs:label "Bis"@de ,
"To"@en ;
owl:versionInfo "0.1 initial creation date: 24.05.2007"^^xsd:string ,
"2.0 stable other types added"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#type
:type rdf:type owl:DatatypeProperty ;
rdfs:domain :QualificationDocument ;
rdfs:range rdfs:Literal ;
rdfs:label "Art der Qualifikationsschrift"@de ,
"Qualification Paper Type"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"0.2 changed to DatatypeProperty - 13.11.2007 by TR"^^xsd:string ,
"2.0 stable changed from qualiPaperType to qualificationPaperType on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#typeOfBody
:typeOfBody rdf:type owl:DatatypeProperty ;
rdfs:domain :Body ;
rdfs:range rdfs:Literal ;
rdfs:label "Typ der Körperschaft"@de ,
"Type of Body"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#veniaLegendi
:veniaLegendi rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :QualificationDocument ;
rdfs:range rdfs:Literal ;
rdfs:label "Qualifikationsschrift (Venia Legendi)"@de ,
"Qualification Paper (Venia Legendi)"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable changed from qualiPaperVeniaLegendi to qualificationPaperVeniaLegendi on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#webLink
:webLink rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Body ,
:Document ,
:Person ;
rdfs:range rdfs:Literal ;
<http://ns.ontowiki.net/SysOnt/order> "185"^^xsd:string ;
rdfs:comment "This property is used for links into the WWW. e.g. Wikipedia."^^xsd:string ;
rdfs:label "Links (e.g.Wikipedia)"@de ,
"Links to (e.g.Wikipedia)"@en ;
owl:versionInfo "0.1 initial creation - 24.05.2007"^^xsd:string ,
"2.0 stable changed from webLinks to webLink on 09.09.2013"^^xsd:string .
#################################################################
# Classes
#################################################################
### http://purl.org/pcp-on-web/ontology#AcademicSociety
:AcademicSociety rdf:type owl:Class ;
rdfs:subClassOf :Organisation ;
rdfs:comment "Diese Konzept beschreibt eine wissenschaftliche Gesellschaft"@de ,
"The concept Person describes an academic society"@en ;
rdfs:label "Academic Society"@en ,
"Wissenschaftliche Gesellschaft"@de ;
owl:versionInfo "0.1 initial creation date: 04.12.2009"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Academy
:Academy rdf:type owl:Class ;
rdfs:subClassOf :Institution ;
rdfs:comment "Diese Konzept beschreibt eine Hochschule"@de ,
"The concept Person describes an academy"@en ;
rdfs:label "Academy"@en ,
"Hochschule"@de ;
owl:versionInfo "0.1 initial creation date: 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Archive
:Archive rdf:type owl:Class ;
rdfs:subClassOf :Institution ;
rdfs:comment "Diese Konzept beschreibt ein Archiv"@de ,
"The concept Person describes an archive"@en ;
rdfs:label "Archiv"@de ,
"Archive"@en ;
owl:versionInfo "0.1 initial creation date: 31.03.2008"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Birth
:Birth rdf:type owl:Class ;
rdfs:subClassOf :PeriodOfLife ;
rdfs:comment "Diese Konzept beschreibt den Geburtstag"@de ,
"The concept Birth describes a birth day"@en ;
rdfs:label "Birth"@en ,
"Geburt"@de ;
owl:versionInfo "0.1 initial creation date: 09.09.2013"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Body
:Body rdf:type owl:Class ;
rdfs:comment "Diese Konzept beschreibt Körperschaften"@de ,
"The concept Person describes a Body"@en ;
rdfs:label "Body"@en ,
"Körperschaft"@de ;
owl:versionInfo "0.1 initial creation date: 04.12.2009"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Career
:Career rdf:type owl:Class ;
rdfs:subClassOf :PeriodOfLife ;
rdfs:comment "Diese Konzept beschreibt die Karriere einer Person"@de ,
"The concept Person is described by career steps."@en ;
rdfs:label "Career"@en ,
"Karriere"@de ;
owl:versionInfo "0.1 initial creation date: 24.05.2007"^^xsd:string ,
"13.01.2015 changed as subclass of PeriodOfLife"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Death
:Death rdf:type owl:Class ;
rdfs:subClassOf :PeriodOfLife ;
rdfs:comment "Diese Konzept beschreibt den Sterbetag"@de ,
"The concept describes a day of death"@en ;
rdfs:label "Death"@en ,
"Gestorben"@de ;
owl:versionInfo "0.1 initial creation date: 09.09.2013"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Department
:Department rdf:type owl:Class ;
rdfs:subClassOf :Institution ;
rdfs:comment "Diese Konzept beschreibt eine Abteilung"@de ,
"The concept Person describes a department"@en ;
rdfs:label "Abteilung"@de ,
"Department"@en ;
owl:versionInfo "0.1 initial creation date: 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Document
:Document rdf:type owl:Class ;
rdfs:comment "Dokument einer Periode"@de ,
"document of a period"@en ;
rdfs:label "Document"@en ,
"Dokument"@de ;
owl:versionInfo "0.1 initial creation date: 13.01.2015"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Faculty
:Faculty rdf:type owl:Class ;
rdfs:subClassOf :Institution ;
rdfs:comment "Diese Konzept beschreibt eine Fakultät"@de ,
"The concept Person describes a faculty"@en ;
rdfs:label "Faculty"@en ,
"Fakultät"@de ;
owl:versionInfo "0.1 initial creation date: 24.05.2007"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Family
:Family rdf:type owl:Class ;
rdfs:subClassOf :PeriodOfLife ;
rdfs:comment "Diese Konzept beschreibt Familien"@de ,
"The concept Person describes families"@en ;
rdfs:label "Familie"@de ,
"Family"@en ;
owl:versionInfo "0.1 initial creation date: 19.01.2010"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#GeneralPeriod
:GeneralPeriod rdf:type owl:Class ;
rdfs:subClassOf :PeriodOfLife ;
rdfs:comment "Diese Konzept beschreibt einen allgemeineren Lebensabschnitt"@de ,
"The concept Person describes a general period of life"@en ;
rdfs:label "Allgemeiner Abschnitt"@de ,
"General Period"@en ;
owl:versionInfo "0.1 initial creation date: 24.05.2007"^^xsd:string ,
"2.0 stable changed from cpm:General to cpm:GeneralPeriod on 09.09.2013"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#Graduation
:Graduation rdf:type owl:Class ;
rdfs:subClassOf :PeriodOfLife ;
rdfs:comment "Diese Konzept beschreibt einen Abschluss"@de ,
"The concept describes a graduation"@en ;
rdfs:label "Abschluss"@de ,
"Graduation"@en ;
owl:versionInfo "0.1 initial creation date: 09.09.2013"^^xsd:string ,
"2.0 stable"^^xsd:string .
### http://purl.org/pcp-on-web/ontology#GraduationDoctorate
:GraduationDoctorate rdf:type owl:Class ;
rdfs:subClassOf :Graduation ;
rdfs:comment "Diese Konzept beschreibt den Abschluss einer Promotion"@de ,
"The concept describes a graduation at university"@en ;
rdfs:label "Graduation Doctorate"@en ,
"Promotion"@de ;
owl:versionInfo "0.1 initial creation date: 09.09.2013"^^xsd:string ,