-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhsh-in-rdf.ttl
160 lines (134 loc) · 6.25 KB
/
hsh-in-rdf.ttl
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
### RDF-Datei
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix core: <http://vivoweb.org/ontology#> .
@prefix foaf: <http://xmlns.com/foaf/0.1> .
@prefix vcard: <http://www.w3.org/2006/vcard#> .
@prefix obo: <http://purl.obolibrary.org/obo#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix hshont: <http://www.hs-hannover/ontology#> .
@prefix hshobj: <http://www.hs-hannover/objekte/> .
@prefix dbpedia: <http://www.dbpedia.org/dbpedia#> .
@prefix teach: <http://linkedscience.org/teach/ns#> .
hshobj:H4854 rdf:type org:Organization , core:University ;
vcard:OrganizationName "Hochschule Hannover"@de , "Univercity of Applied Scince and Arts Hannover"@en ;
foaf:homepage <http://www.hs-hannover.de> ;
dbpedia:hasLocation dbpedia:Hannover ;
org:hasSub-Organization hshobj:Fak6234 ;
hshont:ermoeglichtAbschluesstyp hshobj:Abs8888 , hshobj:Abs9999 , hshobj:Abs5555 .
dbpedia:Hannover rdf:type dbpedia:City .
hshobj:Abs8888 rdf:label "Bachelor" .
hshobj:Abs9999 rdf:label "Master" .
hshobj:Abs5555 rdf:label "Diplom" .
hshobj:Fak6234 rdf:type core:AcademicDepartment ;
org:Sub-OrganizationOf hshobj:H4854 ;
vcard:OrganizationalUnitName "Fakultaet III Medien, Information und Design"@de ;
vcard:hasURL <http://f3.hs-hannover.de> ;
org:hasSub-Organization hshobj:Abt62341 .
hshobj:Abt62341 rdf:type core:Division ;
vcard:OrganizationalUnitName "Abteilung Information und Kommunikation"@de ;
org:Sub-OrganizationOf hshobj:H4854 ,hshobj:Fak6234 ;
vcard:hasStreetAddress "Expo-Plaza 12";
vcard:hasPostalCode "D-30539" ;
dbpedia:location dbpedia:Hannover ;
vcard:hasTelephone "+49-(0) 511- 92 96 - 2602/2605" ;
vcard:hasEmail <http://dekanat-ikat-zeichenhs-hannover.de> ;
org:hasSub-Organization hshobj:S623411 , hshobj:S623412 .
hshobj:S623411 rdf:type hshont:Studiengang ;
org:Sub-OrganizationOf hshobj:H4854 , hshobj:Fak6234 , hshobj:Abt62341 ;
vcard:OrganizationalUnitName "Informationsmanagement"@de ;
vcard:homepage <http://f3.hs-hannover.de/studium/bachelor/informationsmanagement> ;
vcard:hasAddress "Expo Plaza 12" ;
hshont:hatAbschluessTyp hshobj:Abs8888 ;
hshont:hatSemesterAnzahl "7" ;
obo:locatedIn hshobj:Geb3333 .
hshobj:S623412 rdf:type hshont:Studiengang ;
org:SuborganizationOf hshobj:H4854 , hshobj:Fak6234 , hshobj:Abt62341 ;
vcard:OrganizationalUnitName "Medizinisches Informationsmanagement" ;
vcard:homepage <http://f3.hs-hannover.de/studium/bachelor/medizinisches-informationsmanagement> ;
hshont:hatAbschlusstyp hshobj:Abs8888 ;
hshont:hatSemesterAnzahl "7" ;
obo:locatedIn hshobj:Geb3333 .
hshobj:Geb3333 rdf:type core:Building ;
hshont:inBesitz hshobj:H4854 .
hshobj:P00075 rdf:type foaf:Person , foaf:Agent ;
core:relates hshobj:H4854 , hshobj:Fak6234 , hshobj:S623411 , hshobj:S623412 ;
obo:memberOf hshobj:H4854 , hshobj:Fak6234 , hshobj:S623411 , hshobj:S623412 ;
core:hasTeacherRole hshobj:S623411 , hshobj:S623412 , hshobj:Abt62341 ;
core:hasFacultyMentoringPosition "Studiengangskoordinator" ;
core:hasAkademicDegree "Professor" , "Doktor" ;
vcard:FamilyName "Wartena" ;
vcard:GivenName "Christian" ;
vcard:hasStreetAddress "Expo Plaza 12" ;
vcard:hasPostalcode "30539" ;
dbpedia:location dbpedia:Hannover ;
teach:building"Raum 4.85b" ;
vcard:hasTelephone "+49 511 9296-2594" ;
vcard:hasEmail <http://christian.wartenaat-zeichenhs-hannover.de> ;
dbpedia:location dbpedia:Hannover ;
teach:teacherOf hshobj:F00002 , hshobj:F333222 , hshobj:F44444 , hshobj:F77777 ;
core:hasResearchArea hshobj:RA55555 ;
dc:creator "Segmentation Strategies for Passage Retrieval from Internet Video using Speech Transcripts" .
hshobj:RA55555 dc:title "Sprach- und Wissensverarbeitung" .
hshobj:P00054 rdf:type foaf:Person ;
rdf:type foaf:Agent ;
core:relates hshobj:H4854 ;
obo:memberOf hshobj:Fak6234 ;
core:hasAkademicDegree "Professor" , "Doktor" ;
core:hasTeacherRole hshobj:S623411 , hshobj:S623412 ;
vcard:FamilyName "Wuebbelt" ;
vcard:GivenName "Peter" ;
vcard:hasAddress "Expo Plaza 12" , "30539 Hannover" , "Raum: 4.21" ;
vcard:hasTelephone "+49 511 9296-2660" ;
vcard:hasEmail <http://peter.wuebbeltat-zeichenhs-hannover.de> ;
dbpedia:location dbpedia:Hannover ;
teach:teacherOf hshobj:F00002 , hshobj:F333222 , hshobj:F009988 .
hshobj:F333222 rdf:type teach:Course ;
dc:title "Grundlagen der XML" ;
hshont:InhaltVon hshobj:TM333222 , hshobj:M70452 .
hshobj:F00002 rdf:type teach:Course ;
dc:title "Semantic Web" ;
hshont:InhaltVon hshobj:TM00002 , hshobj:M70452 .
hshobj:M70452 teach:module hshobj:Sem6234113 ;
dc:title "XML und Semantic Web";
hshont:Modulart hshont:Wahlpflicht ;
teach:ects "6" .
hshobj:Sem6234113 hshont:Semester "3" ;
obo:partOf hshont:S623411 .
hshobj:TM333222 hshont:TeilmodulVon hshobj:M70452 ;
dc:title "XML-Grundlagen, WiSe 2012" ;
hshont:beinhaltet hshobj:F333222;
teach:teacher hshobj:P00075 ;
hshont:wirdUnterrichtetFuer hshobj:Sem6234113 ;
teach:room hshobj:R73466 ;
teach:building hshobj:Geb3333 ;
teach:akademicTerm "Wintersemester 2012/2013" .
hshobj:TM00002 hshont:TeilmodulVon hshobj:M70452 ;
hshont:beinhaltet hshobj:F00002;
dc:title "Semantic Web, WiSe 2012" ;
teach:teacher hshobj:P00075 ;
hshont:wirdunterrichtetFuer hshobj:Sem6234113 ;
teach:room hshobj:R73466 ;
teach:building hshobj:Geb3333 ;
teach:akademicTerm "Wintersemester 2012/2013" .
hshobj:R73466 rdf:type core:Raum ;
hshont:hatNummer "2.29" ;
obo:locatedIn hshobj:Geb3333 ;
core:relates hshobj:S623411 , hshobj:S623412 , hshobj:Abt62341 , hshobj:Fak6234, hshobj:H4854 .
hshobj:M34789 teach:module hshobj:S6234123 ;
dc:title "XML und Semantic Web" ;
obo:hasPart hshobj:F6234213 , hshobj:F00002 ;
hshont:Modulart hshont:Wahlpflicht ;
teach:ects "6" .
hshobj:S6234123 hshont:Semester "3" ;
obo:partOf hshobj:S623412 .
hshobj:F6234213 teach:teacher hshobj:P00054 ;
teach:room hshobj:R73489;
teach:building hshobj:Geb3333 .
hshobj:R73489 rdf:type core:Room ;
hshont:hatNummer "3.59" ;
obo:locatedIn hshobj:Geb3333 ;
core:relates hshobj:S623411 , hshobj:S623412 , hshobj:Abt62341 , hshobj:Fak6234, hshobj:H4854 .