-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmbib.bib
More file actions
8640 lines (8085 loc) · 269 KB
/
mbib.bib
File metadata and controls
8640 lines (8085 loc) · 269 KB
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
@InProceedings{jbibtex-1,
title = {Semantic cores for representing documents in IR.},
author = {Baziz, Mustapha and Boughanem, Mohand and Aussenac-Gilles,
Nathalie and Chrisment, Claude},
booktitle = {SAC},
year = {2005},
editor = {Haddad, Hisham and Liebrock, Lorie M. and Omicini, Andrea
and Wainwright, Roger L.},
pages = {1011-1017},
publisher = {ACM},
added-at = {2006-02-10T00:00:00.000+0100},
biburl = {http://www.bibsonomy.org/bibtex/2189ed1483bf3eedb38db4cbd3aeb866c/dblp},
date = {2006-02-10},
description = {dblp},
interhash = {8e15da612a3b6de96442e7d272c5c257},
intrahash = {189ed1483bf3eedb38db4cbd3aeb866c},
isbn = {1-58113-964-0},
keywords = {dblp},
opt = {http://doi.acm.org/10.1145/1066677.1066911},
timestamp = {2006-02-10T00:00:00.000+0100}
}
@Misc{1996,
title = {{Common Facilities RFP-5: Meta-Object Facility,
cf/96-05-02}},
month = jun,
year = {1996},
citeulike-article-id = {4627996},
citeulike-linkout-0 = {http://www.omg.org/cgi-bin/doc?cf/96-05-02.pdf},
day = {4},
keywords = {mof, mof1, omg, request\_for\_proposal},
organization = {Object Management Group},
posted-at = {2009-05-25 09:20:05},
url = {http://www.omg.org/cgi-bin/doc?cf/96-05-02.pdf}
}
@Misc{1996a,
title = {{Common Facilities RFP-5: Meta-Object Facility,
cf/96-05-02}},
month = jun,
year = {1996},
citeulike-article-id = {4627996},
citeulike-linkout-0 = {http://www.omg.org/cgi-bin/doc?cf/96-05-02.pdf},
day = {4},
keywords = {mof, mof1, omg, request\_for\_proposal},
opt = {http://www.omg.org/cgi-bin/doc?cf/96-05-02.pdf},
organization = {Object Management Group},
posted-at = {2009-05-25 09:20:05}
}
@Article{abadi2014,
title = {The Beckman Report on Database Research},
author = {Abadi, Daniel et al.},
journal = {SIGMOD Record},
year = {2014},
number = {3},
pages = {61-70},
volume = {43},
owner = {gyankos},
timestamp = {2014.11.15}
}
@Article{abadi2014a,
title = {The Beckman Report on Database Research},
author = {Abadi, Daniel et al.},
journal = {SIGMOD Record},
year = {2014},
number = {3},
pages = {61-70},
volume = {43},
owner = {gyankos},
timestamp = {2014.11.15}
}
@InProceedings{aberger,
title = {EmptyHeaded: A Relational Engine for Graph Processing},
author = {Aberger, Christopher R. and Tu, Susan and Olukotun, Kunle
and R{\'e}, Christopher},
booktitle = {Proceedings of the 2016 International Conference on
Management of Data},
year = {2016},
address = {New York, NY, USA},
pages = {431--446},
publisher = {ACM},
series = {SIGMOD '16},
acmid = {2915213},
doi = {10.1145/2882903.2915213},
isbn = {978-1-4503-3531-7},
keywords = {GHD, SIMD, generalized hypertree decomposition, graph
processing, single instruction multiple data, worst-case
optimal join},
location = {San Francisco, California, USA},
numpages = {16},
url = {http://doi.acm.org/10.1145/2882903.2915213}
}
@Article{abs13013781,
author = {Tomas Mikolov and Kai Chen and Greg Corrado and Jeffrey
Dean},
title = {Efficient Estimation of Word Representations in Vector
Space},
journal = {CoRR},
volume = {abs/1301.3781},
year = {2013},
url = {http://arxiv.org/abs/1301.3781},
timestamp = {Wed, 07 Jun 2017 14:42:25 +0200},
biburl = {http://dblp.dagstuhl.de/rec/bib/journals/corr/abs-1301-3781},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@Book{aceto2007,
title = {Reactive Systems: Modelling, Specification and
Verification},
author = {Aceto, Luca and Ing\'{o}lfsd\'{o}ttir, Anna and Larsen,
Kim Guldstrand and Srba, Jiri},
publisher = {Cambridge University Press},
year = {2007},
address = {New York, NY, USA},
isbn = {0521875463}
}
@InProceedings{adjiman2005,
title = {SomeWhere in the Semantic Web.},
author = {Adjiman, Philippe and Chatalic, Philippe and Goasdoué,
François and Rousset, Marie-Christine and Simon, Laurent},
booktitle = {PPSWR},
year = {2005},
editor = {Fages, François and Soliman, Sylvain},
pages = {1-16},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {3703},
added-at = {2007-07-10T00:00:00.000+0200},
biburl = {http://www.bibsonomy.org/bibtex/2ace1854a1ff76597afdd5f601603b494/dblp},
date = {2007-07-10},
description = {dblp},
interhash = {3e34ee78fb394a457d051675eaf8394e},
intrahash = {ace1854a1ff76597afdd5f601603b494},
isbn = {3-540-28793-0},
keywords = {dblp},
opt = {http://dx.doi.org/10.1007/11552222_1},
timestamp = {2007-07-10T00:00:00.000+0200}
}
@InProceedings{adjiman2005a,
title = {SomeWhere in the Semantic Web.},
author = {Adjiman, Philippe and Chatalic, Philippe and Goasdoué,
François and Rousset, Marie-Christine and Simon, Laurent},
booktitle = {PPSWR},
year = {2005},
editor = {Fages, François and Soliman, Sylvain},
pages = {1-16},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
volume = {3703},
added-at = {2007-07-10T00:00:00.000+0200},
biburl = {http://www.bibsonomy.org/bibtex/2ace1854a1ff76597afdd5f601603b494/dblp},
date = {2007-07-10},
description = {dblp},
interhash = {3e34ee78fb394a457d051675eaf8394e},
intrahash = {ace1854a1ff76597afdd5f601603b494},
isbn = {3-540-28793-0},
keywords = {dblp},
opt = {http://dx.doi.org/10.1007/11552222_1},
timestamp = {2007-07-10T00:00:00.000+0200}
}
@InProceedings{afrati13,
author = {Afrati, Foto N. and Fotakis, Dimitris and Ullman, Jeffrey
D.},
title = {Enumerating Subgraph Instances Using Map-reduce},
booktitle = {Proceedings of the 2013 IEEE Int. Conf. on Data
Engineering (ICDE 2013)},
series = {ICDE '13},
year = {2013},
isbn = {978-1-4673-4909-3},
pages = {62--73},
numpages = {12},
url = {http://dx.doi.org/10.1109/ICDE.2013.6544814},
doi = {10.1109/ICDE.2013.6544814},
acmid = {2511335},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA}
}
@Article{agrawal1988,
title = {Alpha: An Extension of Relational Algebra to Express a
Class of Recursive Queries},
author = {Agrawal, Rakesh},
year = {1988},
month = jul,
number = {7},
pages = {879--885},
volume = {14},
acmid = {52526},
address = {Piscataway, NJ, USA},
issn = {0098-5589},
issue_date = {July 1988},
journaltitle = {IEEE Trans. Softw. Eng.},
keywords = {Codd, alpha operator, critical path, database theory,
deductive databases, project management network, query
languages, recursive functions, recursive queries,
relational algebra, relational databases, transitive
relationships},
numpages = {7},
publisher = {IEEE Press}
}
@InProceedings{agrawal2006,
title = {Trio: A System for Data, Uncertainty, and Lineage},
author = {Agrawal, Parag and Benjelloun, Omar and Sarma, Anish Das
and Hayworth, Chris and Nabar, Shubha and Sugihara, Tomoe
and Widom, Jennifer},
booktitle = {Proceedings of the 32Nd International Conference on Very
Large Data Bases},
year = {2006},
pages = {1151--1154},
publisher = {VLDB Endowment},
series = {VLDB '06},
acmid = {1164231},
location = {Seoul, Korea},
numpages = {4},
opt = {http://dl.acm.org/citation.cfm?id=1182635.1164231}
}
@InProceedings{aho1979,
title = {Universality of Data Retrieval Languages},
author = {Aho, Alfred V. and Ullman, Jeffrey D.},
booktitle = {Proceedings of the 6th ACM SIGACT-SIGPLAN Symposium on
Principles of Programming Languages},
year = {1979},
address = {New York, NY, USA},
pages = {110--119},
publisher = {ACM},
series = {POPL '79},
acmid = {567763},
location = {San Antonio, Texas},
numpages = {10}
}
@InProceedings{ahoalpha,
title = {Universality of Data Retrieval Languages},
author = {Aho, Alfred V. and Ullman, Jeffrey D.},
booktitle = {Proceedings of the 6th ACM SIGACT-SIGPLAN Symposium on
Principles of Programming Languages},
year = {1979},
address = {New York, NY, USA},
pages = {110--119},
publisher = {ACM},
series = {POPL '79},
acmid = {567763},
location = {San Antonio, Texas},
numpages = {10}
}
@Article{ALIEH17,
title = {Comparative Evaluation of Distributed Clustering Schemes for Multi-source Entity Resolution},
author = {Saeedi, Alieh and Peukert,Eric and Rahm,Erhard},
journal = {ADBIS},
year = {2017}
}
@Article{aligon201520,
author = {Julien Aligon and Enrico Gallinucci and Matteo Golfarelli
and Patrick Marcel and Stefano Rizzi},
title = {A collaborative filtering approach for recommending OLAP
sessions},
journal = {Decision Support Systems},
year = {2015},
volume = {69},
pages = {20 - 30},
issn = {0167-9236},
doi = {https://doi.org/10.1016/j.dss.2014.11.003},
keywords = {OLAP, Similarity measures, Query recommendation,
Personalization },
url = {http://www.sciencedirect.com/science/article/pii/S016792361400270X}
}
@Book{allemang2011,
title = {Semantic Web for the Working Ontologist: Effective
Modeling in RDFS and OWL},
author = {Allemang, Dean and Hendler, James},
publisher = {Morgan Kaufmann Publishers Inc.},
year = {2011},
address = {San Francisco, CA, USA},
edition = {2},
isbn = {9780123859655, 9780123859662}
}
@Book{allemang2011a,
title = {Semantic Web for the Working Ontologist: Effective
Modeling in RDFS and OWL},
author = {Allemang, Dean and Hendler, James},
publisher = {Morgan Kaufmann Publishers Inc.},
year = {2011},
address = {San Francisco, CA, USA},
edition = {2},
isbn = {9780123859655, 9780123859662}
}
@Article{alpha,
title = {Alpha: An Extension of Relational Algebra to Express a
Class of Recursive Queries},
author = {Agrawal, Rakesh},
journal = {IEEE Trans. Softw. Eng.},
year = {1988},
month = jul,
number = {7},
pages = {879--885},
volume = {14},
acmid = {52526},
address = {Piscataway, NJ, USA},
issn = {0098-5589},
issue_date = {July 1988},
keywords = {Codd, alpha operator, critical path, database theory,
deductive databases, project management network, query
languages, recursive functions, recursive queries,
relational algebra, relational databases, transitive
relationships},
numpages = {7},
publisher = {IEEE Press}
}
@Article{ameloot17,
author = {Ameloot, Tom J. and Geck, Gaetano and Ketsman, Bas and
Neven, Frank and Schwentick, Thomas},
title = {Reasoning on Data Partitioning for Single-round Multi-join
Evaluation in Massively Parallel Systems},
journal = {Commun. ACM},
issue_date = {March 2017},
volume = {60},
number = {3},
month = feb,
year = {2017},
issn = {0001-0782},
pages = {93--100},
numpages = {8},
url = {http://doi.acm.org/10.1145/3041063},
doi = {10.1145/3041063},
acmid = {3041063},
publisher = {ACM},
address = {New York, NY, USA}
}
@Article{anatomy,
title = {Anatomy of Data Integration},
author = {Brazhnik, Olga and Jones, John F.},
journal = {J. of Biomedical Informatics},
year = {2007},
month = jun,
number = {3},
pages = {252--269},
volume = {40},
acmid = {1244889},
address = {San Diego, USA},
issn = {1532-0464},
issue_date = {June, 2007},
keywords = {Clinical data integration, Conceptual modeling, Data
processing, Database architecture, Informational value of
data},
numpages = {18},
opt = {http://dx.doi.org/10.1016/j.jbi.2006.09.001},
publisher = {Elsevier Science}
}
@InProceedings{angles12,
title = {A Comparison of Current Graph Database Models},
author = {Angles, Renzo},
booktitle = {Proceedings of the 2012 IEEE 28th International Conference
on Data Engineering Workshops},
year = {2012},
address = {Washington, DC, USA},
pages = {171--177},
publisher = {IEEE Computer Society},
series = {ICDEW '12},
acmid = {2375240},
isbn = {978-0-7695-4748-0},
numpages = {7}
}
@Article{angles2008,
title = {Survey of Graph Database Models},
author = {Angles, Renzo and Gutierrez, Claudio},
journal = {ACM Comput. Surv.},
year = {2008},
month = feb,
number = {1},
pages = {1:1--1:39},
volume = {40},
acmid = {1322433},
address = {New York, NY, USA},
articleno = {1},
issn = {0360-0300},
issue_date = {February 2008},
keywords = {Database systems, database models, graph database models,
graph databases, graph integrity constraints, graph query
languages},
numpages = {39},
publisher = {ACM}
}
@InBook{angles2008a,
title = {The Semantic Web - ISWC 2008: 7th International Semantic
Web Conference, ISWC 2008, Karlsruhe, Germany, October
26-30, 2008. Proceedings},
author = {Angles, Renzo and Gutierrez, Claudio},
chapter = {The Expressive Power of SPARQL},
editor = {Sheth, Amit and Staab, Steffen and Dean, Mike and
Paolucci, Massimo and Maynard, Diana and Finin, Timothy and
Thirunarayan, Krishnaprasad},
pages = {114--129},
publisher = {Springer Berlin Heidelberg},
year = {2008},
address = {Berlin, Heidelberg},
doi = {10.1007/978-3-540-88564-1_8},
isbn = {978-3-540-88564-1},
url = {http://dx.doi.org/10.1007/978-3-540-88564-1_8}
}
@InProceedings{angles2012,
title = {A Comparison of Current Graph Database Models},
author = {Angles, Renzo},
booktitle = {Proceedings of the 2012 IEEE 28th International Conference
on Data Engineering Workshops},
year = {2012},
address = {Washington, DC, USA},
pages = {171--177},
publisher = {IEEE Computer Society},
series = {ICDEW '12},
acmid = {2375240},
isbn = {978-0-7695-4748-0},
numpages = {7}
}
@TechReport{anintroductiongraph,
title = {An Introduction toTemporal Graph Data Management},
author = {Udayan Khurana},
institution = {Computer Science Department, University of Maryland},
year = {2012}
}
@Article{apacheflink,
title = {Analyzing Extended Property Graphs with Apache Flink},
author = {Junghanns, M. and Petermann, A. and Teichmann, N. and
Gomez, K. and Rahm, E.},
journal = {SIGMOD workshop on Network Data Analytics (NDA)},
year = {2016},
month = {07}
}
@PhDThesis{apoggi06,
title = {Structured and Semistructured Data Integration},
author = {Poggi, Antonella},
year = {2006},
address = {Università degli Studi di Roma ``La Sapienza'', Italy},
advisor = {Lenzerini, Maurizio and Abiteboul, Serge}
}
@InProceedings{arasu,
title = {Resource Sharing in Continuous Sliding-Window
Aggregates.},
author = {Arasu, Arvind and Widom, Jennifer},
booktitle = {VLDB},
year = {2004},
editor = {Nascimento, Mario A. and Özsu, M. Tamer and Kossmann,
Donald and Miller, Renée J. and Blakeley, José A. and
Schiefer, K. Bernhard},
pages = {336-347},
publisher = {Morgan Kaufmann},
added-at = {2008-01-03T18:35:03.000+0100},
biburl = {http://www.bibsonomy.org/bibtex/220533dfb3dc20d73db33349a327cd0f3/brainmachine},
date = {2004-09-10},
description = {dblp},
ee = {http://www.vldb.org/conf/2004/RS9P2.PDF},
file = {Paper\\Resource Sharing in Continuous Sliding-Window
Aggregates.pdf:Paper\\Resource Sharing in Continuous
Sliding-Window Aggregates.pdf:PDF},
interhash = {3ed02a3e60a7f6b358cd638ad9cc63df},
intrahash = {20533dfb3dc20d73db33349a327cd0f3},
isbn = {0-12-088469-0},
keywords = {data implementation sliding stream window},
timestamp = {2008-01-03T18:35:03.000+0100},
url = {http://dblp.uni-trier.de/db/conf/vldb/vldb2004.html#ArasuW04}
}
@InProceedings{arasu2004,
title = {Resource Sharing in Continuous Sliding-Window
Aggregates.},
author = {Arasu, Arvind and Widom, Jennifer},
booktitle = {VLDB},
year = {2004},
editor = {Nascimento, Mario A. and Özsu, M. Tamer and Kossmann,
Donald and Miller, Renée J. and Blakeley, José A. and
Schiefer, K. Bernhard},
pages = {336-347},
publisher = {Morgan Kaufmann},
added-at = {2008-01-03T18:35:03.000+0100},
biburl = {http://www.bibsonomy.org/bibtex/220533dfb3dc20d73db33349a327cd0f3/brainmachine},
date = {2004-09-10},
description = {dblp},
file = {Paper\\Resource Sharing in Continuous Sliding-Window
Aggregates.pdf:Paper\\Resource Sharing in Continuous
Sliding-Window Aggregates.pdf:PDF},
interhash = {3ed02a3e60a7f6b358cd638ad9cc63df},
intrahash = {20533dfb3dc20d73db33349a327cd0f3},
isbn = {0-12-088469-0},
keywords = {data implementation sliding stream window},
opt = {http://www.vldb.org/conf/2004/RS9P2.PDF},
timestamp = {2008-01-03T18:35:03.000+0100}
}
@InProceedings{arasu2004a,
title = {Resource Sharing in Continuous Sliding-Window
Aggregates.},
author = {Arasu, Arvind and Widom, Jennifer},
booktitle = {VLDB},
year = {2004},
editor = {Nascimento, Mario A. and Özsu, M. Tamer and Kossmann,
Donald and Miller, Renée J. and Blakeley, José A. and
Schiefer, K. Bernhard},
pages = {336-347},
publisher = {Morgan Kaufmann},
added-at = {2008-01-03T18:35:03.000+0100},
biburl = {http://www.bibsonomy.org/bibtex/220533dfb3dc20d73db33349a327cd0f3/brainmachine},
date = {2004-09-10},
description = {dblp},
file = {Paper\\Resource Sharing in Continuous Sliding-Window
Aggregates.pdf:Paper\\Resource Sharing in Continuous
Sliding-Window Aggregates.pdf:PDF},
interhash = {3ed02a3e60a7f6b358cd638ad9cc63df},
intrahash = {20533dfb3dc20d73db33349a327cd0f3},
isbn = {0-12-088469-0},
keywords = {data implementation sliding stream window},
opt = {http://www.vldb.org/conf/2004/RS9P2.PDF},
timestamp = {2008-01-03T18:35:03.000+0100}
}
@InProceedings{arenas2012,
title = {Counting Beyond a Yottabyte, or How SPARQL 1.1 Property
Paths Will Prevent Adoption of the Standard},
author = {Arenas, Marcelo and Conca, Sebasti\'{a}n and P{\'e}rez,
Jorge},
booktitle = {Proceedings of the 21st International Conference on World
Wide Web},
year = {2012},
address = {New York, NY, USA},
pages = {629--638},
publisher = {ACM},
series = {WWW '12},
acmid = {2187922},
isbn = {978-1-4503-1229-5},
keywords = {SPARQL 1.1, bag semantics, counting complexity, property
paths},
location = {Lyon, France},
numpages = {10}
}
@InProceedings{arenaspropertypaths,
title = {Counting Beyond a Yottabyte, or How SPARQL 1.1 Property
Paths Will Prevent Adoption of the Standard},
author = {Arenas, Marcelo and Conca, Sebasti\'{a}n and P{\'e}rez,
Jorge},
booktitle = {Proceedings of the 21st International Conference on World
Wide Web},
year = {2012},
address = {New York, NY, USA},
pages = {629--638},
publisher = {ACM},
series = {WWW '12},
acmid = {2187922},
isbn = {978-1-4503-1229-5},
keywords = {SPARQL 1.1, bag semantics, counting complexity, property
paths},
location = {Lyon, France},
numpages = {10}
}
@InProceedings{atre,
title = {Matrix "Bit" Loaded: A Scalable Lightweight Join Query
Processor for RDF Data},
author = {Atre, Medha and Chaoji, Vineet and Zaki, Mohammed J. and
Hendler, James A.},
booktitle = {Proceedings of the 19th International Conference on World
Wide Web},
year = {2010},
address = {New York, NY, USA},
pages = {41--50},
publisher = {ACM},
series = {WWW '10},
acmid = {1772696},
isbn = {978-1-60558-799-8},
keywords = {data compression, query algorithm, rdf store},
location = {Raleigh, North Carolina, USA},
numpages = {10}
}
@InProceedings{atre2010,
title = {Matrix "Bit" Loaded: A Scalable Lightweight Join Query
Processor for RDF Data},
author = {Atre, Medha and Chaoji, Vineet and Zaki, Mohammed J. and
Hendler, James A.},
booktitle = {Proceedings of the 19th International Conference on World
Wide Web},
year = {2010},
address = {New York, NY, USA},
pages = {41--50},
publisher = {ACM},
series = {WWW '10},
acmid = {1772696},
isbn = {978-1-60558-799-8},
keywords = {data compression, query algorithm, rdf store},
location = {Raleigh, North Carolina, USA},
numpages = {10}
}
@InProceedings{atre2015,
title = {{Left Bit Right: For SPARQL Join Queries with OPTIONAL
Patterns (Left-outer-joins)}},
author = {Medha Atre},
booktitle = {{SIGMOD Conference}},
year = {2015},
pages = {1793--1808},
publisher = {{ACM}}
}
@InProceedings{atzeni,
title = {Model-Independent Schema and Data Translation},
author = {Atzeni, Paolo and Cappellari, Paolo and Bernstein, Philip
A.},
booktitle = {Proceedings of the 10th International Conference on
Advances in Database Technology},
year = {2006},
address = {Berlin, Heidelberg},
pages = {368--385},
publisher = {Springer-Verlag},
series = {EDBT'06},
acmid = {2118009},
doi = {10.1007/11687238_24},
isbn = {3-540-32960-9, 978-3-540-32960-2},
location = {Munich, Germany},
numpages = {18},
url = {http://dx.doi.org/10.1007/11687238_24}
}
@InProceedings{atzeni2006,
title = {Model-Independent Schema and Data Translation},
author = {Atzeni, Paolo and Cappellari, Paolo and Bernstein, Philip
A.},
booktitle = {Proceedings of the 10th International Conference on
Advances in Database Technology},
year = {2006},
address = {Berlin, Heidelberg},
pages = {368--385},
publisher = {Springer-Verlag},
series = {EDBT'06},
acmid = {2118009},
isbn = {3-540-32960-9, 978-3-540-32960-2},
location = {Munich, Germany},
numpages = {18},
opt = {10.1007/11687238_24}
}
@InProceedings{atzeni2006a,
title = {Model-Independent Schema and Data Translation},
author = {Atzeni, Paolo and Cappellari, Paolo and Bernstein, Philip
A.},
booktitle = {Proceedings of the 10th International Conference on
Advances in Database Technology},
year = {2006},
address = {Berlin, Heidelberg},
pages = {368--385},
publisher = {Springer-Verlag},
series = {EDBT'06},
acmid = {2118009},
isbn = {3-540-32960-9, 978-3-540-32960-2},
location = {Munich, Germany},
numpages = {18},
opt = {10.1007/11687238_24}
}
@Book{atzenien,
title = {Database Systems - Concepts, Languages and Architectures},
author = {Atzeni, Paolo and Ceri, Stefano and Paraboschi, Stefano
and Torlone, Riccardo},
publisher = {McGraw-Hill},
year = {1999},
edition = {1st}
}
@Book{atzeniit,
title = {Basi di dati. Modelli e linguaggi di interrogazione},
author = {Atzeni, Paolo and Ceri, Stefano and Paraboschi, Stefano
and Torlone, Riccardo},
publisher = {McGraw-Hill},
year = {2009},
address = {Milan},
edition = {3rd}
}
@InProceedings{aurora,
author = {Yan, Ling Ling and Ozsu, M. T.},
booktitle = {Proceedings Fourth IFCIS Int. Conf. on Cooperative
Information Systems. CoopIS 99 (Cat. No.PR00384)},
title = {Conflict tolerant queries in AURORA},
year = {1999},
pages = {279-290},
month = {}
}
@InProceedings{ausiello,
title = {Directed Hypergraphs: Problems, Algorithmic Results, and a
Novel Decremental Approach},
author = {Ausiello, Giorgio and Franciosa, Paolo Giulio and
Frigioni, Daniele},
booktitle = {Proceedings of the 7th Italian Conference on Theoretical
Computer Science},
year = {2001},
address = {London, UK, UK},
pages = {312--327},
publisher = {Springer-Verlag},
series = {ICTCS '01},
acmid = {687242},
isbn = {3-540-42672-8},
keywords = {AND/OR graph, directed hypergraph, dynamic algorithm,
minimum weight hyperpath},
numpages = {16},
opt = {http://dl.acm.org/citation.cfm?id=646293.687242}
}
@InProceedings{ausiello2001,
title = {Directed Hypergraphs: Problems, Algorithmic Results, and a
Novel Decremental Approach},
author = {Ausiello, Giorgio and Franciosa, Paolo Giulio and
Frigioni, Daniele},
booktitle = {Proceedings of the 7th Italian Conference on Theoretical
Computer Science},
year = {2001},
address = {London, UK, UK},
pages = {312--327},
publisher = {Springer-Verlag},
series = {ICTCS '01},
acmid = {687242},
isbn = {3-540-42672-8},
keywords = {AND/OR graph, directed hypergraph, dynamic algorithm,
minimum weight hyperpath},
numpages = {16},
opt = {http://dl.acm.org/citation.cfm?id=646293.687242}
}
@Book{baader2010,
title = {The Description Logic Handbook: Theory, Implementation and
Applications},
author = {Baader, Franz and Calvanese, Diego and McGuinness, Deborah
L. and Nardi, Daniele and Patel-Schneider, Peter F.},
publisher = {Cambridge University Press},
year = {2010},
address = {New York, NY, USA},
edition = {2nd},
isbn = {0521150116, 9780521150118}
}
@Book{baader2017,
title = {An Introduction to Description Logic},
author = {Baader, Franz and Horrocks, Ian and Lutz, Carsten and Sattler, Uli},
publisher = {Cambridge University Press},
year = {2017},
edition = {1st}
}
@InProceedings{baazizilcgs17,
author = {Mohamed Amine Baazizi and Houssem Ben Lahmar and Dario
Colazzo and Giorgio Ghelli and Carlo Sartiani},
title = {Schema Inference for Massive {JSON} Datasets},
booktitle = {Proceedings of the 20th International Conference on
Extending Database Technology, {EDBT} 2017, Venice, Italy,
March 21-24, 2017.},
pages = {222--233},
year = {2017},
url = {https://doi.org/10.5441/002/edbt.2017.21},
doi = {10.5441/002/edbt.2017.21},
timestamp = {Sun, 21 May 2017 00:19:15 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/edbt/BaaziziLCGS17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@InProceedings{babcock,
title = {Models and issues in data stream systems},
author = {Babcock, Brian and Babu, Shivnath and Datar, Mayur and
Motwani, Rajeev and Widom, Jennifer},
booktitle = "PODS 2002",
year = {2002},
organization = {ACM},
pages = {1--16},
added-at = {2013-01-11T15:18:10.000+0100},
biburl = {http://www.bibsonomy.org/bibtex/255f4dab73a7e4b0b0a9ca313c8f7df20/jpcik},
file = {:/media/Add/ref/Streams/Babcock2002.pdf:PDF},
groups = {public},
interhash = {80a3fd2acfc5bec5b6af3f3e28901604},
intrahash = {55f4dab73a7e4b0b0a9ca313c8f7df20},
timestamp = {2013-01-11T15:18:10.000+0100},
username = {jpcik}
}
@InProceedings{babcock2002,
title = {Models and issues in data stream systems},
author = {Babcock, Brian and Babu, Shivnath and Datar, Mayur and
Motwani, Rajeev and Widom, Jennifer},
booktitle = "PODS 2002",
year = {2002},
organization = {ACM},
pages = {1--16},
added-at = {2013-01-11T15:18:10.000+0100},
biburl = {http://www.bibsonomy.org/bibtex/255f4dab73a7e4b0b0a9ca313c8f7df20/jpcik},
file = {:/media/Add/ref/Streams/Babcock2002.pdf:PDF},
groups = {public},
interhash = {80a3fd2acfc5bec5b6af3f3e28901604},
intrahash = {55f4dab73a7e4b0b0a9ca313c8f7df20},
timestamp = {2013-01-11T15:18:10.000+0100},
username = {jpcik}
}
@InProceedings{babcock2002a,
title = {Models and issues in data stream systems},
author = {Babcock, Brian and Babu, Shivnath and Datar, Mayur and
Motwani, Rajeev and Widom, Jennifer},
booktitle = "PODS 2002",
year = {2002},
organization = {ACM},
pages = {1--16},
added-at = {2013-01-11T15:18:10.000+0100},
biburl = {http://www.bibsonomy.org/bibtex/255f4dab73a7e4b0b0a9ca313c8f7df20/jpcik},
file = {:/media/Add/ref/Streams/Babcock2002.pdf:PDF},
groups = {public},
interhash = {80a3fd2acfc5bec5b6af3f3e28901604},
intrahash = {55f4dab73a7e4b0b0a9ca313c8f7df20},
timestamp = {2013-01-11T15:18:10.000+0100},
username = {jpcik}
}
@Article{badia,
author = {Badia, Antonio and Lemire, Daniel},
title = {A Call to Arms: Revisiting Database Design},
journal = {SIGMOD Rec.},
year = {2011},
volume = {40},
number = {3},
pages = {61--69},
month = nov,
issn = {0163-5808},
acmid = {2070750},
address = {New York, NY, USA},
doi = {10.1145/2070736.2070750},
issue_date = {September 2011},
numpages = {9},
publisher = {ACM},
url = {http://doi.acm.org/10.1145/2070736.2070750}
}
@Book{banker2012,
title = {{MongoDB} in action},
author = {Kyle Banker},
publisher = {Manning},
year = {2012},
address = {Greenwich, CT, USA},
bibdate = {Fri Dec 28 05:48:37 MST 2012},
isbn = {1-935182-87-0},
isbn-13 = {978-1-935182-87-0},
keywords = {NoSQL},
lccn = {QA76.9.D3 B354 2012},
pages = {xxi + 287},
subject = {MongoDB; Database management; Object-oriented databases;
Open source software}
}
@InProceedings{barabucciearmark,
title = {Annotations with EARMARK in Practice: A Fairy Tale},
author = {Barabucci, Gioele and Di Iorio, Angelo and Peroni, Silvio
and Poggi, Francesco and Vitali, Fabio},
booktitle = {Proceedings of the 1st International Workshop on
Collaborative Annotations in Shared Environment: Metadata,
Vocabularies and Techniques in the Digital Humanities},
year = {2013},
address = {New York, NY, USA},
pages = {11:1--11:8},
publisher = {ACM},
series = {DH-CASE '13},
acmid = {2517990},
articleno = {11},
isbn = {978-1-4503-2199-0},
keywords = {EARMARK, annotations, embedded markup, linked open data,
stand-off markup},
location = {Florence, Italy},
numpages = {8},
opt = {http://doi.acm.org/10.1145/2517978.2517990}
}
@Article{barcelo,
author = {Barcel\'{o}, Pablo and Libkin, Leonid and Reutter, Juan
L.},
title = {Querying Regular Graph Patterns},
journal = {J. ACM},
issue_date = {January 2014},
volume = {61},
number = {1},
month = jan,
year = {2014},
issn = {0004-5411},
pages = {8:1--8:54},
articleno = {8}
}
@InProceedings{barcelo11,
title = {Querying Graph Patterns},
author = {Barcel\'{o}, Pablo and Libkin, Leonid and Reutter, Juan
L.},
booktitle = {Proceedings of the Thirtieth ACM SIGMOD-SIGACT-SIGART
Symposium on Principles of Database Systems},
year = {2011},
address = {New York, NY, USA},
pages = {199--210},
publisher = {ACM},
series = {PODS '11},
acmid = {1989307},
isbn = {978-1-4503-0660-7},
keywords = {automata, complexity, constraint satisfaction, graph
databases, graph patterns, query languages},
location = {Athens, Greece},
numpages = {12}
}
@InProceedings{barcelo2011,
title = {Querying Graph Patterns},
author = {Barcel\'{o}, Pablo and Libkin, Leonid and Reutter, Juan
L.},
booktitle = {Proceedings of the Thirtieth ACM SIGMOD-SIGACT-SIGART
Symposium on Principles of Database Systems},
year = {2011},
address = {New York, NY, USA},
pages = {199--210},
publisher = {ACM},
series = {PODS '11},
acmid = {1989307},
isbn = {978-1-4503-0660-7},
keywords = {automata, complexity, constraint satisfaction, graph
databases, graph patterns, query languages},
location = {Athens, Greece},
numpages = {12}
}
@InBook{barcelo2013,
author = "Barcel{\'o}, Pablo and Fontaine, Gaelle and Lin, Anthony
Widjaja",
editor = "McMillan, Ken and Middeldorp, Aart and Voronkov, Andrei",
title = "Expressive Path Queries on Graphs with Data",
booktitle = "Logic for Programming, Artificial Intelligence, and
Reasoning: 19th International Conference, LPAR-19,
Stellenbosch, South Africa, December 14-19, 2013.
Proceedings",
year = "2013",
publisher = "Springer Berlin Heidelberg",
address = "Berlin, Heidelberg",
pages = "71--85",
isbn = "978-3-642-45221-5",
doi = "10.1007/978-3-642-45221-5_5",
url = "http://dx.doi.org/10.1007/978-3-642-45221-5_5"
}
@InProceedings{barcelobaeza,
title = {Querying Graph Databases},
author = {Barcel\'{o} Baeza, Pablo},
booktitle = {Proceedings of the 32Nd Symposium on Principles of
Database Systems},
year = {2013},
address = {New York, NY, USA},
pages = {175--188},
publisher = {ACM},
series = {PODS '13},
acmid = {2465216},
isbn = {978-1-4503-2066-5},
keywords = {conjunctive regular path queries, containment,
expressiveness, graph databases, query evaluation},
location = {New York, New York, USA},
numpages = {14}
}
@InProceedings{barcelobaeza2013,
title = {Querying Graph Databases},
author = {Barcel\'{o} Baeza, Pablo},
booktitle = {Proceedings of the 32Nd Symposium on Principles of
Database Systems},
year = {2013},
address = {New York, NY, USA},
pages = {175--188},
publisher = {ACM},
series = {PODS '13},
acmid = {2465216},
isbn = {978-1-4503-2066-5},
keywords = {conjunctive regular path queries, containment,
expressiveness, graph databases, query evaluation},
location = {New York, New York, USA},