-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsiac.ttl
588 lines (432 loc) · 28.2 KB
/
siac.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
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
@prefix : <#> .
@prefix db: <file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix d2r: <http://sites.wiwiss.fu-berlin.de/suhl/bizer/d2r-server/config.rdf#> .
@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix map: <file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix swc: <http://data.semanticweb.org/ns/swc/ontology/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix d2rq: <http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix jdbc: <http://d2rq.org/terms/jdbc/> .
@prefix meta: <http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/metadata#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix aiiso: <http://purl.org/vocab/aiiso/schema#> .
@prefix vocab: <file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/vocab/> .
@prefix schema: <http://www.schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://www.w3.org/2002/07/owl#> .
@prefix swrc: <http://swrc.ontoware.org/ontology#> .
[ rdf:type owl:Ontology
] .
#################################################################
# Annotation properties
#################################################################
### http://d2rq.org/terms/jdbc/autoReconnect
jdbc:autoReconnect rdf:type owl:AnnotationProperty .
### http://d2rq.org/terms/jdbc/zeroDateTimeBehavior
jdbc:zeroDateTimeBehavior rdf:type owl:AnnotationProperty .
### http://sites.wiwiss.fu-berlin.de/suhl/bizer/d2r-server/config.rdf#sparqlTimeout
d2r:sparqlTimeout rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#alias
d2rq:alias rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#belongsToClassMap
d2rq:belongsToClassMap rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#class
d2rq:class rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#classDefinitionLabel
d2rq:classDefinitionLabel rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#column
d2rq:column rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#dataStorage
d2rq:dataStorage rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#databaseValue
d2rq:databaseValue rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#href
d2rq:href rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#jdbcDSN
d2rq:jdbcDSN rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#jdbcDriver
d2rq:jdbcDriver rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#join
d2rq:join rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#password
d2rq:password rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#pattern
d2rq:pattern rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#property
d2rq:property rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#propertyDefinitionLabel
d2rq:propertyDefinitionLabel rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#rdfValue
d2rq:rdfValue rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#refersToClassMap
d2rq:refersToClassMap rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#sqlExpression
d2rq:sqlExpression rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#translateWith
d2rq:translateWith rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#uriColumn
d2rq:uriColumn rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#uriPattern
d2rq:uriPattern rdf:type owl:AnnotationProperty .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#username
d2rq:username rdf:type owl:AnnotationProperty .
### http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/metadata#datasetTitle
meta:datasetTitle rdf:type owl:AnnotationProperty .
### http://www4.wiwiss.fu-berlin.de/bizer/d2r-server/metadata#operatorName
meta:operatorName rdf:type owl:AnnotationProperty .
#################################################################
# Classes
#################################################################
### http://sites.wiwiss.fu-berlin.de/suhl/bizer/d2r-server/config.rdf#Server
d2r:Server rdf:type owl:Class .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#ClassMap
d2rq:ClassMap rdf:type owl:Class .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#Database
d2rq:Database rdf:type owl:Class .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#PropertyBridge
d2rq:PropertyBridge rdf:type owl:Class .
### http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#TranslationTable
d2rq:TranslationTable rdf:type owl:Class .
#################################################################
# Individuals
#################################################################
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#SwcTypeTranslationTable
map:SwcTypeTranslationTable rdf:type owl:NamedIndividual ,
d2rq:TranslationTable ;
d2rq:href <file:///C:/Users/Adriano%20Gon%C3%A7alves/Dropbox%20(Adriano%20UFRJ%201)/home-ufrj/Meu%20Mestrado/D2RQ/modalidades_apresentacao_swc.csv> .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#area_conhecimento
map:area_conhecimento rdf:type owl:NamedIndividual ,
d2rq:ClassMap ;
d2rq:class skos:Concept, swrc:ResearchTopic ;
d2rq:classDefinitionLabel "area_conhecimento" ;
d2rq:dataStorage map:database_views ;
d2rq:uriPattern "area_conhecimento/@@v_area_conhecimento.id@@" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#area_conhecimento2
map:area_conhecimento2 rdf:type owl:NamedIndividual ,
d2rq:ClassMap ;
d2rq:class skos:Concept ;
d2rq:classDefinitionLabel "area_conhecimento" ;
d2rq:dataStorage map:database_views ;
d2rq:uriPattern "area_conhecimento/@@v_area_conhecimento.id@@" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#area_conhecimento__label
map:area_conhecimento__label rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:area_conhecimento ;
d2rq:column "v_area_conhecimento.descricao" ;
d2rq:property rdfs:label .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#area_conhecimento_area_id__ref
map:area_conhecimento_area_id__ref rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:alias "v_area_conhecimento AS area_conhecimento_pai" ;
d2rq:belongsToClassMap map:area_conhecimento ;
d2rq:join "v_area_conhecimento.id_area_pai => area_conhecimento_pai.id" ;
d2rq:property skos:broader ;
d2rq:refersToClassMap map:area_conhecimento .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#area_conhecimento_area_id__ref_narrower
map:area_conhecimento_area_id__ref_narrower rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:alias "v_area_conhecimento AS area_conhecimento_filho" ;
d2rq:belongsToClassMap map:area_conhecimento ;
d2rq:join "area_conhecimento_filho.id_area_pai <= v_area_conhecimento.id" ;
d2rq:property skos:narrower ;
d2rq:refersToClassMap map:area_conhecimento2 .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#area_conhecimento_descricao
map:area_conhecimento_descricao rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:area_conhecimento ;
d2rq:column "v_area_conhecimento.descricao" ;
d2rq:property skos:prefLabel ;
d2rq:propertyDefinitionLabel "area_conhecimento descricao" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#curso
map:curso rdf:type owl:NamedIndividual ,
d2rq:ClassMap ;
d2rq:class aiiso:Course ,
schema:Course ;
d2rq:classDefinitionLabel "curso" ;
d2rq:dataStorage map:database_views ;
d2rq:uriPattern "curso/@@v_cursos.id@@" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#curso__label
map:curso__label rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:curso ;
d2rq:pattern "@@v_cursos.curso@@" ;
d2rq:property schema:name ,
rdfs:label ,
foaf:name .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#database
map:database rdf:type owl:NamedIndividual ,
d2rq:Database ;
jdbc:autoReconnect "true" ;
jdbc:zeroDateTimeBehavior "convertToNull" ;
d2rq:jdbcDSN "jdbc:mysql:///siac" ;
d2rq:jdbcDriver "com.mysql.jdbc.Driver" ;
d2rq:password "siac" ;
d2rq:username "siac" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#database_views
map:database_views rdf:type owl:NamedIndividual ,
d2rq:Database ;
jdbc:autoReconnect "true" ;
jdbc:zeroDateTimeBehavior "convertToNull" ;
d2rq:jdbcDSN "jdbc:mysql:///siac_views" ;
d2rq:jdbcDriver "com.mysql.jdbc.Driver" ;
d2rq:password "siac" ;
d2rq:username "siac" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#instituicao
map:instituicao rdf:type owl:NamedIndividual ,
d2rq:ClassMap ;
d2rq:class schema:EducationalOrganization ,
foaf:Organization,
swrc:Organization;
d2rq:classDefinitionLabel "instituicao" ;
d2rq:dataStorage map:database_views ;
d2rq:uriPattern "instituicao/@@v_instituicao.nome|urlify@@" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#instituicao__description
map:instituicao__description rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:instituicao ;
d2rq:pattern "@@v_instituicao.nome@@" ;
d2rq:property schema:description .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#instituicao__label
map:instituicao__label rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:instituicao ;
d2rq:property rdfs:label, foaf:name ;
d2rq:sqlExpression "UPPER(v_instituicao.nome)" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#instituicao_nome
map:instituicao_nome rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:instituicao ;
d2rq:property schema:name ;
d2rq:propertyDefinitionLabel "instituicao nome" ;
d2rq:sqlExpression "UPPER(v_instituicao.nome)" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#instituicao_sigla
map:instituicao_sigla rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:instituicao ;
d2rq:column "v_instituicao.sigla" ;
d2rq:property schema:alternateName ;
d2rq:propertyDefinitionLabel "instituicao sigla" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#palavra_chave
map:palavra_chave rdf:type owl:NamedIndividual ,
d2rq:ClassMap ;
d2rq:class skos:Concept ;
d2rq:classDefinitionLabel "palavra_chave" ;
d2rq:dataStorage map:database_views ;
d2rq:uriPattern "palavra_chave/@@v_palavra_chave.descricao_min|urlify@@" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#palavra_chave__label
map:palavra_chave__label rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:palavra_chave ;
d2rq:property rdfs:label ;
d2rq:sqlExpression "LOWER(v_palavra_chave.descricao)" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#palavra_chave_descricao
map:palavra_chave_descricao rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:palavra_chave ;
d2rq:column "v_palavra_chave.descricao" ;
d2rq:property schema:description ;
d2rq:propertyDefinitionLabel "palavra_chave descricao" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#palavra_chavepref_label
map:palavra_chavepref_label rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:palavra_chave ;
d2rq:property skos:prefLabel ;
d2rq:sqlExpression "LOWER(v_palavra_chave.descricao)" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_cidade_publicacao
map:trabalho_cidade_publicacao rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:property schema:location ,
schema:locationCreated ;
d2rq:uriColumn "v_artigos_publicados.uri_cidade" .
#map:trabalho_cidade_publicacao rdf:type owl:NamedIndividual ,
# d2rq:PropertyBridge ;
# d2rq:belongsToClassMap map:trabalho_publicado ;
# d2rq:property schema:location ,
# schema:locationCreated ;
# d2rq:join "v_artigos_publicados.campus_apresentacao_id => v_campus_apresentacao.id" ;
# d2rq:refersToClassMap map:cidade_apresentacao
# .
#map:cidade_apresentacao rdf:type owl:NamedIndividual ,
# d2rq:ClassMap ;
# d2rq:class <dbo:City> ;
# d2rq:classDefinitionLabel "v_campus_apresentacao" ;
# d2rq:dataStorage map:database_views ;
# d2rq:uriPattern "cidade/@@v_campus_apresentacao.id@@" .
#map:cidade_apresentacao_sameas rdf:type owl:NamedIndividual ,
# d2rq:PropertyBridge ;
# d2rq:belongsToClassMap map:cidade_apresentacao ;
# d2rq:uriColumn "v_campus_apresentacao.uri_cidade" ;
# d2rq:property <owl:sameAs>
# .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_data_publicaco
map:trabalho_data_publicaco rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:pattern "@@v_artigos_publicados.data_sessao@@" ;
d2rq:property dcterms:created ,
dcterms:date ,
schema:datePublished .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado
map:trabalho_publicado rdf:type owl:NamedIndividual ,
d2rq:ClassMap ;
d2rq:class swc:Artefact ,
dbo:Article ,
dcterms:BibliographicResource ,
bibo:Article ,
schema:Article ,
foaf:Document,
swrc:Publication;
d2rq:classDefinitionLabel "Trabalho Publicado" ;
d2rq:dataStorage map:database_views ;
d2rq:uriPattern "trabalhoPublicado/@@v_artigos_publicados.id@@" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado__label
map:trabalho_publicado__label rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:pattern "@@v_artigos_publicados.titulo@@" ;
d2rq:property rdfs:label .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado_area_conhecimento
map:trabalho_publicado_area_conhecimento rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:join "v_artigos_publicados.id_area_conhecimento_final => v_area_conhecimento.id" ;
d2rq:property dcterms:subject ,
schema:genre;
d2rq:refersToClassMap map:area_conhecimento .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado_autor
map:trabalho_publicado_autor rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:join "v_artigos_publicados.id => v_autor_artigo.artigo_id" ,
"v_autor_artigo.etapa => v_artigos_publicados.etapa" ,
"v_autor_artigo.ordem => v_artigos_publicados.ordem" ,
"v_autor_artigo.usuario_id => v_usuario.id" ;
d2rq:property dcterms:creator ,
schema:author ,
foaf:maker ;
d2rq:refersToClassMap map:usuario .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado_modalidade_apresentacao
map:trabalho_publicado_modalidade_apresentacao rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:property rdf:type ;
d2rq:translateWith map:SwcTypeTranslationTable ;
d2rq:uriColumn "v_artigos_publicados.modalidade_apresentacao_id" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado_palavra_chave_revisao_id__ref
map:trabalho_publicado_palavra_chave_revisao_id__ref rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:join "v_palavra_chave.revisao_id => v_artigos_publicados.revisao_id" ;
d2rq:property schema:about, swrc:isAbout ;
d2rq:refersToClassMap map:palavra_chave .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado_palavra_chave_revisao_id__ref_keywords
map:trabalho_publicado_palavra_chave_revisao_id__ref_keywords rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:column "v_palavra_chave.descricao" ;
d2rq:join "v_palavra_chave.revisao_id => v_artigos_publicados.revisao_id" ;
d2rq:property schema:keywords .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado_resumo_art_body
map:trabalho_publicado_resumo_art_body rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:pattern "@@v_artigos_publicados.resumo@@" ;
d2rq:property schema:articleBody .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado_resumo_description
map:trabalho_publicado_resumo_description rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:pattern "@@v_artigos_publicados.resumo@@" ;
d2rq:property schema:description .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado_resumo_text
map:trabalho_publicado_resumo_text rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:pattern "@@v_artigos_publicados.resumo@@" ;
d2rq:property schema:text .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#trabalho_publicado_titulo
map:trabalho_publicado_titulo rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:trabalho_publicado ;
d2rq:pattern "@@v_artigos_publicados.titulo@@" ;
d2rq:property schema:name, dcterms:title .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#usuario
map:usuario rdf:type owl:NamedIndividual ,
d2rq:ClassMap ;
d2rq:class foaf:Person ,
schema:Person,
swrc:Person;
d2rq:classDefinitionLabel "v_usuario" ;
d2rq:dataStorage map:database_views ;
d2rq:uriPattern "usuario/@@v_usuario.id@@" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#usuario__label
map:usuario__label rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:usuario ;
d2rq:pattern "@@v_usuario.nome@@ @@v_usuario.sobrenome@@" ;
d2rq:property rdfs:label ,
foaf:name .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#usuario_curso
map:usuario_curso rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:usuario ;
d2rq:join "v_usuario.id => v_usuario_curso.usuario_id" ,
"v_usuario_curso.curso_id => v_cursos.id" ;
d2rq:property dcterms:related, swrc:member ;
d2rq:propertyDefinitionLabel "Curso" ;
d2rq:refersToClassMap map:curso .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#usuario_email_mbox_sha1sum
map:usuario_email_mbox_sha1sum rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:usuario ;
d2rq:property foaf:mbox_sha1sum ;
d2rq:propertyDefinitionLabel "mbox sha1sum" ;
d2rq:sqlExpression "SHA1(CONCAT('mailto:', v_usuario.email))" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#usuario_instituicao_instituicao_id
map:usuario_instituicao_instituicao_id rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:usuario ;
d2rq:join "v_usuario.id => v_usuario_instituicao.usuario_id" ,
"v_usuario_instituicao.instituicao_id => v_instituicao.id" ;
d2rq:property schema:affiliation, swrc:member ;
d2rq:propertyDefinitionLabel "usuario_instituicao instituicao_id" ;
d2rq:refersToClassMap map:instituicao .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#usuario_nome
map:usuario_nome rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:usuario ;
d2rq:column "v_usuario.nome" ;
d2rq:property foaf:firstName ,
schema:givenName,
swrc:firstName;
d2rq:propertyDefinitionLabel "usuario nome" .
### file:/C:/Users/Adriano%20Gonçalves/Dropbox/home-ufrj/Meu%20Mestrado/D2RQ/#usuario_sobrenome
map:usuario_sobrenome rdf:type owl:NamedIndividual ,
d2rq:PropertyBridge ;
d2rq:belongsToClassMap map:usuario ;
d2rq:column "v_usuario.sobrenome" ;
d2rq:property schema:FamilyName,foaf:familyName,foaf:surname, swrc:lastName ;
d2rq:propertyDefinitionLabel "usuario sobrenome" .
### http://www.w3.org/2002/07/owl
<http://www.w3.org/2002/07/owl> rdf:type owl:NamedIndividual ,
d2r:Server ;
d2r:sparqlTimeout 0 ;
d2r:pageTimeout 0;
rdfs:label "Sistema SIAC" ;
meta:datasetTitle "Sistema SIAC" ;
meta:operatorName "Adriano Gonçalves" .
[ d2rq:databaseValue "F" ;
d2rq:rdfValue schema:Female
] .
[ d2rq:databaseValue "M" ;
d2rq:rdfValue schema:Male
] .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi