Skip to content

Commit 741aacc

Browse files
authored
Merge pull request #8 from chenejac/main
[i18n-redesign] correction of existing language specific sample data
2 parents 8f8127e + 80c7165 commit 741aacc

6 files changed

+265
-2
lines changed

i18n/sample-data-i18n-de_DE.ttl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ sample-data:n1810
8585
.
8686
sample-data:n1927
8787
rdfs:label "Physik"@de-DE ;
88+
vivo:overview "Das Fachgebiet Physik befindet sich an der Fakultät 1 der Hochschule."@de-DE ;
8889
.
8990
sample-data:n2238
9091
rdfs:label "Rekonstruktion des Bürgerkriegs"@de-DE ;
@@ -173,6 +174,9 @@ sample-data:n4869
173174
sample-data:n489
174175
rdfs:label "Institut für Technologie Kalifornien"@de-DE ;
175176
.
177+
sample-data:n4983
178+
vcard:title "Professor und stellvertretender Dekan"@de-DE ;
179+
.
176180
sample-data:n5058
177181
rdfs:label "Peters, Jasper I betreut Martinez, Claudia (Postdoc)"@de-DE ;
178182
.

i18n/sample-data-i18n-en_CA.ttl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ sample-data:n1810
8585
.
8686
sample-data:n1927
8787
rdfs:label "Physics"@en-CA ;
88+
vivo:overview "The Physics Department is in the College of Science of Sample University"@en-CA ;
8889
.
8990
sample-data:n2238
9091
rdfs:label "Civil War Reconstruction"@en-CA ;
@@ -173,6 +174,9 @@ sample-data:n4869
173174
sample-data:n489
174175
rdfs:label "California Institute of Technology"@en-CA ;
175176
.
177+
sample-data:n4983
178+
vcard:title "Professor and Associate Dean"@en-CA ;
179+
.
176180
sample-data:n5058
177181
rdfs:label "Peters, Jasper I advising Martinez, Claudia (Postdoc)"@en-CA ;
178182
.

i18n/sample-data-i18n-en_US.ttl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ sample-data:n1810
8585
.
8686
sample-data:n1927
8787
rdfs:label "Physics"@en-US ;
88+
vivo:overview "The Physics Department is in the College of Science of Sample University"@en-US ;
8889
.
8990
sample-data:n2238
9091
rdfs:label "Civil War Reconstruction"@en-US ;
@@ -173,6 +174,9 @@ sample-data:n4869
173174
sample-data:n489
174175
rdfs:label "California Institute of Technology"@en-US ;
175176
.
177+
sample-data:n4983
178+
vcard:title "Professor and Associate Dean"@en-US ;
179+
.
176180
sample-data:n5058
177181
rdfs:label "Peters, Jasper I advising Martinez, Claudia (Postdoc)"@en-US ;
178182
.

i18n/sample-data-i18n-fr_CA.ttl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ sample-data:n1810
8787
.
8888
sample-data:n1927
8989
rdfs:label "Physique"@fr-CA ;
90+
vivo:overview "Le département de Physique fait partie du Collège des Sciences de l'Université Exemple."@fr-CA ;
9091
.
9192
sample-data:n2238
9293
rdfs:label "Reconstruction de la guerre civile"@fr-CA ;
@@ -175,8 +176,11 @@ sample-data:n4869
175176
sample-data:n489
176177
rdfs:label "Institut de technologie de Californie"@fr-CA ;
177178
.
179+
sample-data:n4983
180+
vcard:title "Professeur et Doyen associé"@fr-CA ;
181+
.
178182
sample-data:n5058
179-
rdfs:label "Peters, Jasper I superviseur de Martinez, Claudia (Postdoc)"@fr-CA ;
183+
rdfs:label "Peters, Jasper I est le superviseur de Martinez, Claudia (Postdoc)"@fr-CA ;
180184
.
181185
sample-data:n5345
182186
rdfs:label "Président"@fr-CA ;

i18n/sample-data-i18n-fr_FR.ttl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ sample-data:n1810
8787
.
8888
sample-data:n1927
8989
rdfs:label "Physique"@fr-FR ;
90+
vivo:overview "Le département de Physique fait partie du Collège des Sciences de l'Université Exemple de France"@fr-FR ;
9091
.
9192
sample-data:n2238
9293
rdfs:label "Reconstruction de la guerre civile"@fr-FR ;
@@ -175,8 +176,11 @@ sample-data:n4869
175176
sample-data:n489
176177
rdfs:label "Institut de technologie de Californie"@fr-FR ;
177178
.
179+
sample-data:n4983
180+
vcard:title "Professeur et Doyen associé"@fr-FR ;
181+
.
178182
sample-data:n5058
179-
rdfs:label "Peters, Jasper I superviseur de Martinez, Claudia (Postdoc)"@fr-FR ;
183+
rdfs:label "Peters, Jasper I est le superviseur de Martinez, Claudia (Postdoc)"@fr-FR ;
180184
.
181185
sample-data:n5345
182186
rdfs:label "Président"@fr-FR ;

i18n/sample-data-i18n-sr_Latn_RS.ttl

Lines changed: 243 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,243 @@
1+
# baseURI: http://localhost:8080/vivo_i18n/sample-data-i18n-sr-Latn-RS
2+
3+
@prefix : <http://localhost:8080/vivo_i18n/sample-data-i18n-sr-Latn-RS#> .
4+
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
5+
@prefix bibo: <http://purl.org/ontology/bibo/> .
6+
@prefix corpus: <http://topbraid.org/corpus#> .
7+
@prefix crosswalk: <http://topbraid.org/crosswalk#> .
8+
@prefix crosswalk.spin: <http://topbraid.org/crosswalk.spin#> .
9+
@prefix crosswalkapp: <http://topbraid.org/swa/crosswalkapp#> .
10+
@prefix crosswalkprojects: <http://teamwork.topbraidlive.org/crosswalkprojects#> .
11+
@prefix evnconstraints: <http://topbraid.org/spin/evnconstraints#> .
12+
@prefix evnui: <http://evn.topbraidlive.org/ui#> .
13+
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
14+
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
15+
@prefix geo: <http://aims.fao.org/aos/geopolitical.owl#> .
16+
@prefix governance: <http://topbraid.org/teamworkgovernance.ui#> .
17+
@prefix html: <http://uispin.org/html#> .
18+
@prefix jfn: <java:org.apache.jena.sparql.function.library.> .
19+
@prefix obo: <http://purl.obolibrary.org/obo/> .
20+
@prefix ontologyprojects: <http://teamwork.topbraidlive.org/ontologyprojects#> .
21+
@prefix owl: <http://www.w3.org/2002/07/owl#> .
22+
@prefix owlrl: <http://topbraid.org/spin/owlrl#> .
23+
@prefix pf: <http://jena.hpl.hp.com/ARQ/property#> .
24+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
25+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
26+
@prefix safconfig: <http://topbraid.org/safconfig/> .
27+
@prefix safm: <http://saf.topbraidlive.org/metaschema/> .
28+
@prefix sample-data: <http://localhost:8080/vivo_i18n/individual/> .
29+
@prefix savedQueries: <http://teamwork.topbraidlive.org/ui/savedQueries#> .
30+
@prefix search: <http://topbraid.org/search#> .
31+
@prefix sharepoint: <http://topbraid.org/sharepoint#> .
32+
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
33+
@prefix skosspin: <http://topbraid.org/spin/skosspin#> .
34+
@prefix skostemplate: <http://topbraid.org/spin/skostemplates#> .
35+
@prefix sm: <http://topbraid.org/sparqlmotion#> .
36+
@prefix sm2wsdl: <http://topbraid.org/sparqlmotion/sm2wsdl.sms#> .
37+
@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> .
38+
@prefix sml: <http://topbraid.org/sparqlmotionlib#> .
39+
@prefix sp: <http://spinrdf.org/sp#> .
40+
@prefix spif: <http://spinrdf.org/spif#> .
41+
@prefix spin: <http://spinrdf.org/spin#> .
42+
@prefix spinmap: <http://spinrdf.org/spinmap#> .
43+
@prefix spinmapl: <http://topbraid.org/spin/spinmapl#> .
44+
@prefix spl: <http://spinrdf.org/spl#> .
45+
@prefix spr: <http://spinrdf.org/spr#> .
46+
@prefix spra: <http://spinrdf.org/spra#> .
47+
@prefix swa: <http://topbraid.org/swa#> .
48+
@prefix swaclasses: <http://topbraid.org/swaclasses#> .
49+
@prefix swauml: <http://topbraid.org/swauml#> .
50+
@prefix swon: <http://uispin.org/swon#> .
51+
@prefix tables: <http://topbraid.org/tables#> .
52+
@prefix tablesmap: <http://topbraid.org/spin/tablesmap#> .
53+
@prefix tagger: <http://evn.topbraidlive.org/tagger#> .
54+
@prefix tasks: <http://topbraid.org/tasks#> .
55+
@prefix taxonomies: <http://evn.topbraidlive.org/evnprojects#> .
56+
@prefix tbladmin: <http://server.topbraidlive.org/system-applications/tbladmin#> .
57+
@prefix teamwork: <http://topbraid.org/teamwork#> .
58+
@prefix teamworkupdate: <http://teamworkAPI.topbraid.com/teamworkUpdate#> .
59+
@prefix textindex: <http://topbraid.org/textindex#> .
60+
@prefix tops: <http://www.topbraid.org/tops#> .
61+
@prefix tosh.ui: <http://topbraid.org/tosh.ui#> .
62+
@prefix tracker: <http://teamwork.topbraidlive.org/ui/tracker#> .
63+
@prefix ui: <http://uispin.org/ui#> .
64+
@prefix uix: <http://topbraidlive.org/uix#> .
65+
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
66+
@prefix vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> .
67+
@prefix vivo: <http://vivoweb.org/ontology/core#> .
68+
@prefix vivo-sample_fr-localhost: <http://localhost:8080/vivo/vivo-sample_fr-localhost#> .
69+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
70+
71+
geo:Poland
72+
rdfs:label "Poljska"@sr-Latn-RS ;
73+
.
74+
sample-data:n1246
75+
rdfs:label "ENC 1114 -- Uvod u besedu"@sr-Latn-RS ;
76+
.
77+
sample-data:n1467
78+
rdfs:label "Profesor"@sr-Latn-RS ;
79+
.
80+
sample-data:n1630
81+
rdfs:label "Član"@sr-Latn-RS ;
82+
.
83+
sample-data:n1810
84+
rdfs:label "Prodekan za nauku"@sr-Latn-RS ;
85+
.
86+
sample-data:n1927
87+
rdfs:label "Fizika"@sr-Latn-RS ;
88+
vivo:overview "Odsek za fiziku Prirodno-matematičkog fakulteta Univerziteta"@sr-Latn-RS ;
89+
.
90+
sample-data:n2238
91+
rdfs:label "Rekonstrukcija građanskog rata"@sr-Latn-RS ;
92+
.
93+
sample-data:n2264
94+
rdfs:label "Vanredni profesor"@sr-Latn-RS ;
95+
.
96+
sample-data:n2543
97+
rdfs:label "Post-doktorant"@sr-Latn-RS ;
98+
.
99+
sample-data:n2681
100+
rdfs:label "Profesor"@sr-Latn-RS ;
101+
.
102+
sample-data:n269
103+
rdfs:label "Instruktor"@sr-Latn-RS ;
104+
.
105+
sample-data:n2757
106+
rdfs:label "Vanredni profesor"@sr-Latn-RS ;
107+
.
108+
sample-data:n2837
109+
rdfs:label "Istorija"@sr-Latn-RS ;
110+
.
111+
sample-data:n2854
112+
rdfs:label "Beseda"@sr-Latn-RS ;
113+
.
114+
sample-data:n2969
115+
rdfs:label "Vanredni profesor"@sr-Latn-RS ;
116+
.
117+
sample-data:n2992
118+
rdfs:label "Početna strana"@sr-Latn-RS ;
119+
.
120+
sample-data:n3390
121+
rdfs:label "Roberts, Patricia : Doktor nauka"@sr-Latn-RS ;
122+
.
123+
sample-data:n3396
124+
rdfs:label "Građanski rat u Americi"@sr-Latn-RS ;
125+
.
126+
sample-data:n3407
127+
rdfs:label "Nastavnik godine"@sr-Latn-RS ;
128+
.
129+
sample-data:n3674
130+
rdfs:label "Vanredni profesor"@sr-Latn-RS ;
131+
.
132+
sample-data:n3684
133+
rdfs:label "Profesor"@sr-Latn-RS ;
134+
.
135+
sample-data:n3694
136+
rdfs:label "ENC 4013 -- Škola za seniore"@sr-Latn-RS ;
137+
.
138+
sample-data:n3728
139+
rdfs:label "Solo izvođenje Aide sa orkestrom iz Filadelfije"@sr-Latn-RS ;
140+
.
141+
sample-data:n3787
142+
rdfs:label "Nacionalna fondacija za razvoj nauke"@sr-Latn-RS ;
143+
.
144+
sample-data:n3854
145+
rdfs:label "Odbor za radni odnos Fakulteta umetnosti i humanistike"@sr-Latn-RS ;
146+
.
147+
sample-data:n3910
148+
rdfs:label "Fakultet umetnosti i humanistike"@sr-Latn-RS ;
149+
.
150+
sample-data:n3954
151+
rdfs:label "Deridin uticaj na političku retoriku"@sr-Latn-RS ;
152+
.
153+
sample-data:n4085
154+
rdfs:label "Engleski"@sr-Latn-RS ;
155+
.
156+
sample-data:n4109
157+
rdfs:label "Muzika"@sr-Latn-RS ;
158+
.
159+
sample-data:n4221
160+
rdfs:label "Nastavnik godine (Roberts, Patricia - 2001)"@sr-Latn-RS ;
161+
.
162+
sample-data:n4531
163+
rdfs:label "Profesor"@sr-Latn-RS ;
164+
.
165+
sample-data:n469
166+
rdfs:label "Prirodno-matematički fakultet"@sr-Latn-RS ;
167+
.
168+
sample-data:n4762
169+
rdfs:label "Harvard univerzitet"@sr-Latn-RS ;
170+
.
171+
sample-data:n4869
172+
rdfs:label "17. godišnja konferencija o filozofiji i retorici"@sr-Latn-RS ;
173+
.
174+
sample-data:n489
175+
rdfs:label "Kalifornija institut za tehnologiju"@sr-Latn-RS ;
176+
.
177+
sample-data:n4983
178+
vcard:title "Profesor i prodekan"@sr-Latn-RS ;
179+
.
180+
sample-data:n5058
181+
rdfs:label "Peters, Jasper I je mentor Martinez, Claudia (postdoktorant)"@sr-Latn-RS ;
182+
.
183+
sample-data:n5345
184+
rdfs:label "Šef"@sr-Latn-RS ;
185+
.
186+
sample-data:n5504
187+
rdfs:label "Politički diskurs"@sr-Latn-RS ;
188+
.
189+
sample-data:n5685
190+
rdfs:label "Glavni urednik"@sr-Latn-RS ;
191+
.
192+
sample-data:n5987
193+
rdfs:label "Društveni mediji kao diskurs"@sr-Latn-RS ;
194+
.
195+
sample-data:n6053
196+
rdfs:label "NSF nagrada za postdoktorsko usavršavanje"@sr-Latn-RS ;
197+
.
198+
sample-data:n6523
199+
rdfs:label "Kvantna fizika"@sr-Latn-RS ;
200+
.
201+
sample-data:n6561
202+
rdfs:label "Electracy"@sr-Latn-RS ;
203+
.
204+
sample-data:n6737
205+
rdfs:label "Derida i politički diskurs"@sr-Latn-RS ;
206+
.
207+
sample-data:n6748
208+
rdfs:label "Časopis za političku retoriku"@sr-Latn-RS ;
209+
.
210+
sample-data:n6795
211+
rdfs:label "Kalifornijski univerzitet za medije"@sr-Latn-RS ;
212+
.
213+
sample-data:n6810
214+
rdfs:label "Neki univerzitet"@sr-Latn-RS ;
215+
.
216+
sample-data:n6983
217+
rdfs:label "Instruktor"@sr-Latn-RS ;
218+
.
219+
sample-data:n700
220+
rdfs:label "Odbor za nastavni plan i program osnovnih studija"@sr-Latn-RS ;
221+
.
222+
sample-data:n722
223+
rdfs:label "Pomoćni urednik"@sr-Latn-RS ;
224+
.
225+
sample-data:n7238
226+
rdfs:label "Šef"@sr-Latn-RS ;
227+
.
228+
sample-data:n7257
229+
rdfs:label "Hemija"@sr-Latn-RS ;
230+
.
231+
sample-data:n7431
232+
rdfs:label "Derida i Electracy zagonetka"@sr-Latn-RS ;
233+
.
234+
sample-data:n7979
235+
rdfs:label "Twitter i retorika"@sr-Latn-RS ;
236+
.
237+
sample-data:n86
238+
rdfs:label "Docent"@sr-Latn-RS ;
239+
.
240+
<http://localhost:8080/vivo_i18n/sample-data-i18n-sr-Latn-RS>
241+
rdf:type owl:Ontology ;
242+
owl:versionInfo "Dragan Ivanović, 2022, University of Novi Sad" ;
243+
.

0 commit comments

Comments
 (0)