-
Notifications
You must be signed in to change notification settings - Fork 1
/
database_test.ttl
189 lines (161 loc) · 5.2 KB
/
database_test.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
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
@prefix ex: <http://example.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ex_ont: <http://example.org/ontology#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
ex:Wimmics
rdf:type ex:Team ;
ex_ont:full_name "Web-Instrumented Man-Machine Interactions, Communities and Semantics";
ex_ont:dependency "Inria" ;
ex_ont:partnership "CNRS", "UCA", "I3S" ;
ex_ont:subject "Web Semantique" .
ex:UCA
rdf:type ex:Team ;
ex_ont:full_name "Universite Côte d'Azur";
ex_ont:dependency "France" ;
ex_ont:partnership "CNRS", "INRIA", "I3S" ;
ex_ont:subject "Apprentissage" .
ex:CNRS
rdf:type ex:Team ;
ex_ont:full_name "Centre National de la Recherche Scientifique";
ex_ont:dependency "France" ;
ex_ont:partnership "UCA", "INRIA", "I3S" ;
ex_ont:subject "Apprentissage" .
ex:I3S
rdf:type ex:Team ;
ex_ont:full_name "laboratoire d'Informatique, Signaux et Systèmes de Sophia-antipolis";
ex_ont:dependency "France" ;
ex_ont:partnership "CNRS", "INRIA", "UCA" ;
ex_ont:subject "Apprentissage" .
ex:Other
rdf:type ex:Team ;
ex_ont:full_name "Other team";
ex_ont:dependency "Other" ;
ex_ont:partnership "Other" ;
ex_ont:subject "Variety" .
ex:IMREDD
rdf:type ex:Team ;
ex_ont:full_name "Institut Méditerranéen du Risque de l'Environnement et du Développement Durable";
ex_ont:dependency "France" ;
ex_ont:partnership "INRIA", "UCA", "CNRS" ;
ex_ont:subject "Apprentissage" .
ex:Nice
rdf:type ex:City ;
ex_ont:name "Nice" ;
ex_ont:country "France" ;
ex_ont:region "Provence Alpes Cote d'Azur" ;
ex_ont:county "Alpes-Maritimes" .
ex:Antibes
rdf:type ex:City ;
ex_ont:name "Antibes" ;
ex_ont:country "France" ;
ex_ont:region "Provence Alpes Cote d'Azur" ;
ex_ont:county "Alpes-Maritimes" .
ex:Cannes
rdf:type ex:City ;
ex_ont:name "Cannes" ;
ex_ont:country "France" ;
ex_ont:region "Provence Alpes Cote d'Azur" ;
ex_ont:county "Alpes-Maritimes" .
ex:Grasse
rdf:type ex:City ;
ex_ont:name "Grasse" ;
ex_ont:country "France" ;
ex_ont:region "Provence Alpes Cote d'Azur" ;
ex_ont:county "Alpes-Maritimes" .
ex:Sophia
rdf:type ex:City ;
ex_ont:name "Sophia" ;
ex_ont:country "France" ;
ex_ont:region "Provence Alpes Cote d'Azur" ;
ex_ont:county "Alpes-Maritimes" .
ex:Nicolas_Robert
rdf:type ex:Person ;
foaf:gender foaf:Man ;
ex_ont:first_name "Nicolas" ;
ex_ont:last_name "Robert" ;
ex_ont:gender "Homme";
ex_ont:city ex:Grasse ;
ex_ont:research_subject "HyperAgent" ;
ex_ont:team ex:Wimmics .
ex:Arnaud_Barbe
rdf:type ex:Person ;
foaf:gender foaf:Man ;
ex_ont:first_name "Arnaud" ;
ex_ont:last_name "Barbe" ;
ex_ont:gender "Homme";
ex_ont:city ex:Nice ;
ex_ont:research_subject "Librairie Javascript" ;
ex_ont:team ex:Wimmics, ex:UCA .
ex:Hugo_Carton
rdf:type ex:Person ;
foaf:gender foaf:Man ;
ex_ont:first_name "Hugo" ;
ex_ont:last_name "Carton" ;
ex_ont:gender "Homme";
ex_ont:city ex:Sophia ;
ex_ont:research_subject "Librairie Javascript" ;
ex_ont:team ex:Wimmics .
ex:Fabien_Gandon
rdf:type ex:Person ;
foaf:gender foaf:Man ;
ex_ont:first_name "Fabien" ;
ex_ont:last_name "Gandon" ;
ex_ont:gender "Homme";
ex_ont:city zx:Nice ;
ex_ont:research_subject "Web Semantique et Gestion Equipe de Recherche" ;
ex_ont:team ex:Wimmics .
ex:Pierre_Monnin
rdf:type ex:Person ;
foaf:gender foaf:Man ;
ex_ont:first_name "Pierre" ;
ex_ont:last_name "Monnin" ;
ex_ont:gender "Homme";
ex_ont:city ex:Cannes ;
ex_ont:research_subject "Cycle de vie des graph de connaissance" ;
ex_ont:team ex:Wimmics, ex:UCA .
ex:Eric_Carton
rdf:type ex:Person ;
foaf:gender foaf:Man ;
ex_ont:first_name "Eric" ;
ex_ont:last_name "Carton" ;
ex_ont:gender "Homme";
ex_ont:city ex:Nice ;
ex_ont:research_subject "Histoire de l'animation" ;
ex_ont:team ex:Other, ex:IMREDD .
ex:Catherine_Faron
rdf:type ex_ont:Person ;
foaf:gender foaf:Woman ;
ex_ont:first_name "Catherine" ;
ex_ont:last_name "Faron" ;
ex_ont:gender "Femme";
ex_ont:city ex:Nice ;
ex_ont:research_subject "Web Semantique et Gestion de connaissance" ;
ex_ont:team ex:UCA, ex:Wimmics, ex:CNRS, ex:I3S, ex:Other .
ex:Aline_Menin
rdf:type ex:Person ;
foaf:gender foaf:Woman ;
ex_ont:first_name "Aline" ;
ex_ont:last_name "Menin" ;
ex_ont:gender "Femme" ;
ex_ont:city ex:Antibes ;
ex_ont:research_subject "Géo-visualisation de données liées" ;
ex_ont:team ex:UCA, ex:Wimmics .
ex:Pierre_Maillot
rdf:type ex:Person ;
foaf:gender foaf:Man ;
ex_ont:first_name "Pierre" ;
ex_ont:last_name "Maillot" ;
ex_ont:gender "Homme" ;
ex_ont:city ex:Cannes ;
ex_ont:research_subject "Web Semantique et Data Mining" ;
ex_ont:team ex:Wimmics .
ex:Remi_Ceres
rdf:type ex:Person ;
foaf:gender foaf:Man ;
ex_ont:first_name "Rémi" ;
ex_ont:last_name "Cérès" ;
ex_ont:gender "Homme" ;
ex_ont:city ex:Cannes ;
ex_ont:research_subject "Corese" ;
ex_ont:team ex:Wimmics .