-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmd11179.bib
executable file
·1719 lines (1475 loc) · 49.7 KB
/
md11179.bib
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
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
%% Created for David Milward at 2015-08-10 11:34:53 +0100
%% EMSF PAPER
@misc{DSMCR,
Author = {Davies, Jim and Milward, David and Milward,Adam and Solanki,Monica and Gibbons,Jeremy and Seyyed Shah},
Date-Modified = {2016-02-15 10:34:53 +0000},
Title = {Domain Specific Modelling for Clinical Ressearch},
Url = {http://www.dsmforum.org/events/dsm15/Papers/Davies.pdf},
Year = 2015
}
@misc{ECInterop,
Author = {European Commission ISA initiative},
Title = {Interoperability Maturity Model},
Url = {http://ec.europa.eu/isa/documents/eudig12a-1401-i01-imm-leaflet_en.pdf},
Year = 2015
}
@misc{NIEM,
Author = {U.S. Department of Homeland Security and the U.S. Department of Justice},
Title = {National Information Exchange Model},
Url = {https://www.niem.gov/Pages/default.aspx},
Year = 2015
}
@misc{WSDL,
Author = {E. Christensen Erik and F. Curbera Francisco and G. Meredith and Sanjiva Weerawarana},
Date-Modified = {2015-08-10 10:34:53 +0000},
Title = {Web Services Definition Language},
Url = {http://www.w3.org/TR/wsdl},
Year = 2001,
Bdsk-Url-1 = {"http://www.w3.org/TR/wsdl"}
}
@misc{Athena,
Author = {EC Athena IP Project},
Title = {ATHENA Interoperability Framework (AIF)},
Url = {http://athena.modelbased.net/index.html},
Year = 2010
}
@book{frankel2003model,
title={{M}odel {D}riven {A}rchitecture: applying {MDA} to enterprise computing},
author={Frankel, D.},
isbn={9780471319207},
lccn={2002014914},
series={{OMG} Series},
year={2003},
publisher={Wiley}
}
@misc{INTEROP,
Author = {AISBL (Association Internationale Sans But Lucratif)},
Title = {INTEROP-VLab},
Url = {http://interop-vlab.eu/interop-vlab-network},
Year = 2015
}
@misc{MOF242,
author = {OMG},
title = {OMG Meta Object Facility (MOF) Core Specification},
year = 2014,
url="http://www.omg.org/spec/MOF/2.4.2/PDF/"
}
@book{Meyer,
author = {Meyer, Bertrand},
publisher = {Prentice Hall},
title = {{Object-Oriented Software Construction}},
year = {2000}
}
@misc{OMG,
author = {Object Management Group},
title = {Object Management Group},
url="http://www.omg.org",
howpublished = "\url{http://www.omg.org/}",
year={2012},
}
@Article{Kunz2009,
author="Kunz, Isaac and Lin, Ming-Chin and Frey, Lewis",
title="Metadata mapping and reuse in {caBIG}{\texttrademark}",
journal="BMC Bioinformatics",
year="2009",
volume="10",
number="2",
pages="1--11",
issn="1471-2105",
doi="10.1186/1471-2105-10-S2-S4",
url="http://dx.doi.org/10.1186/1471-2105-10-S2-S4"
}
@book{woo96,
title={Using Z. Specification, refinement, and proof},
author={Woodcock, Jim and Davies, Jim},
year={1996},
publisher={Prentice Hall}
}
@inproceedings{latry2006processing,
title={Processing Domain-Specific Modeling Languages: A Case Study in Telephony Services},
author={Latry, Fabien and Mercadal, Julien and Consel, Charles},
booktitle={Generative Programming and Component Engineering for QoS Provisioning in Distributed Systems},
year={2006}
}
@book{Pierce,
author = {Pierce, Benjamin C.},
title = {Types and Programming Languages},
year = {2002},
isbn = {0-262-16209-1},
publisher = {MIT Press},
address = {Cambridge, MA, USA},
}
%% CHAPTER ONE
@misc{webster,
Author = {Merriam-Webster},
Title = {online dictionary},
Url = {``http://www.merriam-webster.com/dictionary/metadata''},
Year = {2015},
Bdsk-Url-1 = {"http://www.merriam-webster.com/dictionary/metadata''}}
@book{Derrick,
Address = {London, UK},
Author = {Derrick, John and Boiten, Eerke},
Isbn = {1-85233-245-X},
Publisher = {Springer-Verlag},
Title = {{Refinement in Z and Object-Z: foundations and advanced applications}},
Year = {2001}}
@book{Morgan,
Author= {Morgan, Carroll},
ISBN={ ISBN 0-13-123274-6},
Publisher={Prentice Hall},
Title={Programming from Specifications},
Year={1994}
}
@article{BACK,
Author = {R.J.R. Back},
Doi = {http://dx.doi.org/10.1016/0022-0000(81)90005-2},
Issn = {0022-0000},
Journal = {Journal of Computer and System Sciences},
Number = {1},
Pages = {49 - 68},
Title = {On correct refinement of programs},
Url = {http://www.sciencedirect.com/science/article/pii/0022000081900052},
Volume = {23},
Year = {1981},
Bdsk-Url-1 = {http://www.sciencedirect.com/science/article/pii/0022000081900052},
Bdsk-Url-2 = {http://dx.doi.org/10.1016/0022-0000(81)90005-2}
}
@article{OntProg,
Author = {Dragan Djuric and Vladan Devedzic},
Journal = {Systems, Man, and Cybernetics, Part C: Applications and Reviews, IEEE Transactions on},
Month = {jan.},
Number = {1},
Pages = {3 -14},
Title = {Incorporating the Ontology Paradigm Into Software Engineering: Enhancing Domain-Driven Programming in Clojure/Java},
Volume = {42},
Year = {2012}}
@misc{Bargmeyer,
Author = {Bruce E. Bargmeyer, Daniel W. Gillman},
Title = {METADATA STANDARDS AND METADATA REGISTRIES: AN OVERVIEW},
Url = {``http://www.bls.gov/ore/pdf/st000010.pdf''},
Year = {2015},
Bdsk-Url-1 = {"http://www.bls.gov/ore/pdf/st000010.pdf''}
}
@book{UsingZ,
Author = {J. Woodcock and J. Davies},
Note = {www.usingz.com},
Publisher = {Prentice Hall},
Title = {{Using Z}},
Year = {1996}}
@misc{jena,
Author = {W3C},
Howpublished = {\url{http://jena.apache.org/}},
Title = {Apache Jena{\texttrademark} is a Java framework for building Semantic Web applications.},
Url = {http://jena.apache.org/},
Bdsk-Url-1 = {http://jena.apache.org/}}
@misc{any2triples,
Author = {Apache},
Howpublished = {\url{https://any23.apache.org/}},
Title = {Anything To Triples (Any23) is a library, a web service and a command line tool},
Url = {https://any23.apache.org/},
Bdsk-Url-1 = {https://any23.apache.org/}
}
@misc{sesame,
Author = {Open Source},
Title = {Sesame - a Java framework for building Semantic Web applications},
Url = {http://www.openrdf.org},
Year = {2015}
}
%% CHAPTER TWO
@book{halpin,
title={Information Modeling and Relational Databases},
author={Halpin, T. and Morgan, T.},
isbn={9780080568737},
series={The Morgan Kaufmann Series in Data Management Systems},
url={https://books.google.co.uk/books?id=puO\_VlbR\_x4C},
year={2010},
publisher={Elsevier Science}
}
@book{Barker,
author = {Barker, Richard},
title = {Case Method: Entity Relationship Modelling},
year = {1990},
isbn = {0201416964},
edition = {1st},
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
}
@book{UMLReference,
title = {The Unified Modeling Language Reference Manual},
author = {James Rumbaugh and Ivar Jacobson and Grady Booch},
publisher = {Addison-Wesley Professional},
year = {2004},
isbn = {978-0-321-24562-5},
}
@misc{tbl,
author = {Tim Berners Lee},
title = {International Standard for Metadata Registries},
url="http://www.w3.org/DesignIssues/LinkedData.html",
howpublished = "\url{http://www.w3.org/DesignIssues/LinkedData.html}",
year="2006",
}
@article{atkinson2003model,
title={Model-driven development: a metamodeling foundation},
author={Atkinson, Colin and K{\"u}hne, Thomas},
journal={Software, IEEE},
volume={20},
number={5},
pages={36--41},
year={2003},
publisher={IEEE}
}
@misc{SPARQL,
author = {W3C},
title = {SPARQL Protocol and RDF Query Language},
url="http://www.w3.org/TR/rdf-sparql-query/",
howpublished = "\url{http://www.w3.org/TR/rdf-sparql-query/}",
}
@misc{RDF,
author = {W3C},
title = {Resource Description Framework},
url="http://www.w3.org/RDF/",
howpublished = "\url{http://www.w3.org/RDF/}",
}
@misc{UML1,
author = {OMG},
title = {OMG's Unified Modeling Language},
url={"http://www.uml.org/"},
}
@misc{UML2.5,
author={OMG},
title={OMG Unified Modeling Language},
url={``http://www.omg.org/spec/UML/2.5/Beta2/''},
year = {"2013"},
pages = { 50}
}
@misc{MOF14,
author = {OMG},
title = {OMG - Meta Object Facility, v1.4},
year = 2002,
url="http://doc.omg.org/formal/2002-04-03.pdf"
}
@book{UMLDM,
author = {David Hay},
title = {{UML and Data Modelling : A Reconciliation}},
isbn = { 1935504193},
publisher = {Technics Publications, LLC; },
year = {2011},
month={October},
}
@inproceedings{favre2004,
title={Foundations of model (driven)(reverse) engineering: Models},
author={Favre, Jean-Marie},
booktitle={Proceedings of the International Seminar on Language Engineering for Model-Driven Software Development, Dagstuhl Seminar 04101},
year={2004}
}
@article{Seidewitz,
author = {Ed Seidewitz},
title = {What Models Mean},
journal ={IEEE Software},
volume = {20},
number = {5},
issn = {0740-7459},
year = {2003},
pages = {26-32},
doi = {http://doi.ieeecomputersociety.org/10.1109/MS.2003.1231147},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
}
@book{Mellor,
title={MDA Distilled: Principles of Model-driven Architecture},
author={Steven Mellor and Scott Kendall and Axel Uhr and Dirk Weise},
year={2004},
Publisher={Addison Wesley}
}
@article{Snook,
author = {Snook, Colin and Butler, Michael},
title = {UML-B: Formal Modeling and Design Aided by UML},
journal = {ACM Trans. Softw. Eng. Methodol.},
issue_date = {January 2006},
volume = {15},
number = {1},
month = jan,
year = {2006},
issn = {1049-331X},
pages = {92--122},
numpages = {31},
url = {http://doi.acm.org/10.1145/1125808.1125811},
doi = {10.1145/1125808.1125811},
acmid = {1125811},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Modeling, UML-B, refinement},
}
@article{France,
title = "The UML as a formal modeling notation ",
journal = "Computer Standards & Interfaces ",
volume = "19",
number = "7",
pages = "325 - 334",
year = "1998",
url = "http://www.sciencedirect.com/science/article/pii/S0920548998000208",
author = "R France and A Evans and K Lano and B Rumpe",
keywords = "UML",
keywords = "Formal methods",
keywords = "Graphical notations "
}
@inproceedings{Bernardi2002,
author = {Bernardi, Simona and Donatelli, Susanna and Merseguer, Jose},
title = {From UML Sequence Diagrams and Statecharts to Analysable Petri Net Models},
booktitle = {Proceedings of the 3rd International Workshop on Software and Performance},
series = {WOSP '02},
year = {2002},
isbn = {1-58113-563-7},
location = {Rome, Italy},
pages = {35--45},
numpages = {11},
url = {http://doi.acm.org/10.1145/584369.584376},
doi = {10.1145/584369.584376},
acmid = {584376},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {GSPN, UML, compositionality, modeling},
}
@article{Berardi2005,
title = "Reasoning on \{UML\} class diagrams ",
journal = "Artificial Intelligence ",
volume = "168",
number = "1–2",
pages = "70 - 118",
year = "2005",
issn = "0004-3702",
doi = "http://dx.doi.org/10.1016/j.artint.2005.05.003",
url = "http://www.sciencedirect.com/science/article/pii/S0004370205000792",
author = "Daniela Berardi and Diego Calvanese and Giuseppe De Giacomo",
keywords = "Knowledge representation",
keywords = "Description logics",
keywords = "UML class diagrams",
keywords = "Computational complexity",
keywords = "Verification",
keywords = "CASE tools "
}
@incollection{lano2011model,
title={Model-driven development of model transformations},
author={Lano, Kevin and Kolahdouz-Rahimi, Shekoufeh},
booktitle={Theory and practice of model transformations},
pages={47--61},
year={2011},
publisher={Springer}
}
@book{Lano,
title={UML 2 Semantics and Applications},
editor={Kevin Lano},
year={2009},
ISBN={9780470409084},
Publisher={Wiley}
}
@inproceedings{lano2004uml,
title={UML to B: Formal verification of object-oriented models},
author={Lano, Kevin and Clark, David and Androutsopoulos, Kelly},
booktitle={Integrated Formal Methods},
pages={187--206},
year={2004},
organization={Springer}
}
@article{snook2006uml,
title={UML-B: Formal modeling and design aided by UML},
author={Snook, Colin and Butler, Michael},
journal={ACM Transactions on Software Engineering and Methodology (TOSEM)},
volume={15},
number={1},
pages={92--122},
year={2006},
publisher={ACM}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%-------CHAPTER THREE
%%
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@misc{corba,
author = {OMG},
title = {CORBA : Common Object Request Broker Architecture},
url="http://www.corba.org/",
howpublished = "\url{http://www.corba.org/}",
}
@misc{DCOM,
author = {Microsoft},
title = {Distributed Component Object Model (DCOM) Remote Protocol Specification},
url="http://msdn.microsoft.com/library/cc201989.aspx",
howpublished = "\url{http://msdn.microsoft.com/library/cc201989.aspx}",
}
@misc{wadl,
author = {WC3},
title = {Web Application Description Language},
url="http://www.w3.org/Submission/wadl/",
howpublished = "\url{http://www.w3.org/Submission/wadl/}",
}
@misc{steiner,
author = {Thomas Steiner},
title = {Automatic Multi Language Program Library Generation for REST APIs},
url="http://www.lsi.upc.edu/~tsteiner/papers/2007/automatic-multi-language-program-library-generation-for-rest-apis-masters-thesis-2007.pdf /",
howpublished = "\url{http://www.lsi.upc.edu/~tsteiner/papers/2007/automatic-multi-language-program-library-generation-for-rest-apis-masters-thesis-2007.pdf /}",
}
@inproceedings{McCarthyMeta,
author = {McCarthy, John L.},
title = {Metadata Management for Large Statistical Databases},
booktitle = {Proceedings of the 8th International Conference on Very Large Data Bases},
series = {VLDB '82},
year = {1982},
isbn = {0-934613-14-1},
pages = {234--243},
numpages = {10},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@book{siegel1991metadata,
title={A metadata approach to resolving semantic conflicts},
author={Siegel, M.D. and Madnick, S.E.},
year={1991},
publisher={International Financial Services Research Center, Sloan School of Management, Massachusetts Institute of Technology}
}
@article{LeeComGroups,
author = {Lee, Jintae and Malone, Thomas},
title = {Partially shared views: a scheme for communicating among groups that use different type hierarchies},
journal = {ACM Trans. Inf. Syst.},
issue_date = {Jan. 1990},
volume = {8},
number = {1},
month = jan,
year = {1990},
pages = {1--26},
numpages = {26},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{dbmetaMcLeod,
author = {Dennis McLeod},
title = {A learning-based approach to meta-data evolution in an object-oriented database},
booktitle = {Advances in Object-oriented Database Systems},
publisher = {Springer},
series = {{LNCS}},
pages = {219-224},
volume = {334},
year = {1988},
}
@Article{Semsur,
author = {Sandra Heiler},
title = {Semantic Interoperability },
journal = {ACM Computmg Surveys,},
year = "1995",
month = {June},
}
@Article{DBSheth92,
author = { A. Sheth and V. Kashyap },
title = {So far schematically yet so near semantically},
journal = {Conference on Semantics of Interoperable Database Systems},
publisher = {?},
year = "1992",
}
@book{ReadKR,
author = {, Ronald J.Brachman and Hector J. Levesque},
title = {{Readings in knowledge representation}},
isbn = { 093461301X},
publisher = {Morgan Kaufman},
year = {1985},
}
@Article{DBSheth98,
author = { A. Sheth },
title = {Changing focus on Interoperability in Information Systems, from system, syntax, structure to semantics},
journal = {Interop GIS},
publisher = {?},
year = "1998",
}
@Article{TBLeeScienAm,
author = { Tim Berners-Lee, James Hendler, Ora Lassila },
title = {The Semantic Web},
journal = { Scientific American},
publisher = {Scientific American},
year = "2001",
}
@misc{topicmaps,
author = {SC34/WG3},
title = {Topic Maps ISO Standard},
url="http://www.isotopicmaps.org/",
howpublished = "\url{http://www.isotopicmaps.org/}",
}
@misc{Owlim,
author = {Ontotext AD},
title = {OWLIM - A Commercial RDF/OWL Repository},
url="http://www.ontotext.com/owlim",
howpublished = "\url{http://www.ontotext.com/owlim}",
}
@misc{swrl,
author = {W3C},
title = {SWRL: A Semantic Web Rule Language Combining OWL and RuleML},
url="http://www.w3.org/Submission/SWRL/",
howpublished = "\url{http://www.w3.org/Submission/SWRL/}",
}
@misc{ukgovlinkdata,
author = {data.gov.uk},
title = {White Paper},
url="http://data.gov.uk/library/open-data-white-paper",
howpublished = "\url{http://data.gov.uk/library/open-data-white-paper}",
}
@Article{ImplSemWeb,
author = { Benjamin Heitmann and Sheila Kinsella and Conor Hayes and Stefan Decker },
title = {Implementing Semantic Web applications: reference architecture and challenges},
journal = { 5th International Workshop on Semantic Web Enabled Software Engineering},
publisher = {SWESE},
year = "2009",
}
@Article{OOSemWeb,
author = { Matthias Quasthoff and Christoph Meinel },
title = {Supporting Object-Oriented Programming of Semantic-Web Software},
journal = {IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS},
publisher = {IEEE},
year = "2012",
}
@Article{FrameMinski,
author = {Marvin Minski},
title = {A Framework for Representing Knowledge },
year = "1974",
journal = {MIT-AI Laboratory Memo},
volume = { 306},
month = {June},
pathl = {http://web.media.mit.edu/~minsky/papers/Frames/frames.html},
howpublished = "\url{http://web.media.mit.edu/~minsky/papers/Frames/frames.html}",
}
@book{SemWebMDE,
author = {Fernando Silva Parreiras},
isbn = {9781118004173},
publisher = {Wiley IEEE Press},
title = {Semantic Web and Model-Driven Engineering},
year = "2012",
}
@ARTICLE{Gruber93,
author = {Thomas R. Gruber},
title = {A translation approach to portable ontology specifications},
journal = {Knowledge Acquisition},
year = {1993},
volume = {5},
pages = {199--220}
}
@book{PollHodg,
author = {Jeffrey T. Pollock; Ralph Hodgson},
isbn = {978-0-471-48854-5},
publisher = {Wiley-Interscience},
title = {Adaptive Information Improving Business Through Semantic Interoperability, Grid Computing, and Enterprise Integration},
year = "2004",
}
@book{ChhKumar,
author = { Susheel Chhabra, Muneesh Kumar},
isbn = {978-1-60566-240-4},
publisher = { IGI Global},
title = {Integrating E-Business Models for Government Solutions: Citizen-Centric Service Oriented Methodologies and Processes},
year = "2009",
}
@book{Kajan,
author = { Ejub Kajan},
isbn = {1-60960-485-7},
publisher = { IGI Global},
title = {Electronic Business Interoperability},
year = "2011",
}
@misc{SemIntIBM,
author = {Mei Y. Selvage and Dan Wolfson and Bob Zurek and Ed Kahan},
title = {Achieve semantic interoperability in a {SOA}},
publisher = {IBM Developer Works},
year = {2006},
url="http://www.ibm.com/developerworks/webservices/library/ws-soa-seminterop/index.html",
howpublished = "\url{http://www.ibm.com/developerworks/webservices/library/ws-soa-seminterop/index.html}",
}
@book{LazSiaIoan,
author = { Athina Lazakidou; Konstantinos Siassiakos; Konstantinos Ioannou},
isbn = {1-61520-805-4},
publisher = { IGI Global},
title = {Wireless Technologies for Ambient Assisted Living and Healthcare},
year = "2010",
}
@misc{ISO11179,
author = {ISO},
title = {International Standard for Metadata Registries},
url="http://metadata-standards.org/11179/",
howpublished = "\url{http://metadata-standards.org/11179/}",
}
@Article{semgis,
author = { Aris Ouksel, Amit Sheth},
title = {Semantic Interoperability in Global Information Systems },
year = "1999",
journal = {SIGMOD Record},
publisher = {SIGMOD},
volume = {28},
pages = { 5-12},
}
@INPROCEEDINGS{semweb,
author={Nagarajan, M. and Verma, K. and Sheth, A.P. and Miller, J. and Lathem, J.},
booktitle={ICWS06. International Conference on Web Services},
title={Semantic Interoperability of Web Services - Challenges and Experiences},
year={2006},
pages={373 -382},
}
@inproceedings{kamaruddin2012evaluating,
title = {Evaluating usage of WSMO and OWL-S in semantic web services},
author = {Kamaruddin, L.A. and Shen, J. and Beydoun, G.},
booktitle = {Proceedings of the Eighth Asia-Pacific Conference on Conceptual Modelling (APCCM 2012)},
publisher = {Australian Computer Society},
year = {2012}
}
@misc{seals,
author = {SEALS},
title = {SEALS - Semantic Evaluation at Large Scale},
url="http://www.seals-project.eu/",
howpublished = "\url{http://www.seals-project.eu/}",
}
@Article{HarsMoll,
author ={Haarslev, Volker and M\"{o}ller, Ralf},
title = {On the Scalability of Description Logic Instance Retrieval },
journal = {J. Autom. Reason.},
year = {2008},
issn = {0168-7433},
pages = {99--142},
publisher = {Springer-Verlag New York, Inc.},
}
@Article{semwebspql,
author = {Jose Maria Garcia, David Ruiz, Antonio Ruiz-Cortes},
title = {Improving semantic web services discovery using SPARQL-based repository filtering },
journal = {Elsevier},
year = "2012",
}
@misc{okkam,
author = {OKKAM},
title = {OKKAM: A large scale Integrating project co-funded by the European Commission },
url="http://www.okkam.org/",
howpublished = "\url{http://www.okkam.org/}",
}
@misc{smatch,
author = {
Fausto Giunchiglia and Aliaksandr Autayeu and Juan Pane and Veronica Rizzi},
title = {S-Match - A Semantic Matching Framework},
url="http://semanticmatching.org",
howpublished = "\url{http://semanticmatching.org}",
}
@Article{GiunSemMatch,
author = { Fausto Giunchiglia and Fiona McNeill and Mikalai Yatskevich and Juan Pane and Paolo Besana and Pavel Shvaiko},
title = {Approximate Structure-Preserving Semantic Matching},
journal = {OTM 2008},
publisher = {Spring-verlag},
year = "2008",
volume = {LNCS 5332},
pages = { 1217–1234},
}
@incollection{Shasha:TreeEdit,
added-at = {2007-09-26T11:57:26.000+0200},
author = {Shasha, D. and Zhang, K.},
booktitle = {Pattern Matching Algorithms},
date-added = {2006-08-22 12:59:07 +0200},
date-modified = {2006-08-22 13:00:10 +0200},
description = {Some references related to aspect mining},
keywords = {imported},
pages = {341-371},
publisher = {Oxford University Press},
title = {Approximate tree pattern matching},
year = 1997
}
@ARTICLE{MarcheseEmergResp,
author = {Maurizio Marchese and Nardine Osman and Lorenzino Vaccari and Gaia Trecarichi and Fiona McNeill and Paulo Besana},
title = {An interaction-centric approach to support peer coordination in distributed emergency response management},
journal = {Open Knowledge},
year = {2009},
}
@misc{SiebesOpenK,
author = {Ronny Siebes and Dave Dupplaw and Spyros Kotoulas and Adrian Perreau de Pinninck and Frank van Harmelen and David Robertson},
title = { The OpenKnowledge System : An Interaction-Centered Approach to Knowledge Sharing},
year = 2007,
url = {http://www.openk.org},
}
@misc{OpenK,
author = {OMG},
title = {Open Knowledge Project},
url="http://www.openk.org",
howpublished = "\url{http://www.openk.org/}",
}
@article{ArtaleOCLLite,
author = {Queralt, Anna and Artale, Alessandro and Calvanese, Diego and Teniente, Ernest},
title = {OCL-Lite: Finite reasoning on UML/OCL conceptual schemas},
journal = {Data Knowl. Eng.},
issue_date = {March, 2012},
volume = {73},
month = mar,
year = {2012},
issn = {0169-023X},
pages = {1--22},
numpages = {22},
publisher = {Elsevier Science Publishers B. V.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {CASE tools+UML, Description Logics, OCL constraints, Reasoning},
}
@article{DLLite,
author = { Artale, Alessandro and Calvanese, Diego},
title = { The DL-Lite Family and Relations},
journal = {Journal of Artificial Intelligence Research},
volume = {36},
pages = {1--69},
year = {2009},
publisher = {KRDB Research Centre Free University of Bozen-Bolzano Piazza Domenican},
address = {3 I-39100 Bolzano, Italy},
keywords = { Description Logics, OCL constraints, Reasoning},
}
@book{SIKal,
author = { Yannis Kalfoglou},
isbn = {978-1-60566-894-9},
publisher = {The MIT Press},
title = {Cases on Semantic Interoperability for Information Systems Integration: Practices and Applications},
year = "2009",
}
@Article{OCLInconsistant,
author = { Claas Wilke, Birgit Demeuth},
title = { UML is still inconsistent! How to improve OCL Constraints in the UML 2.3 Superstructure },
journal = { ECEASST Workshop on OCL and Textual Modeling (2010)},
publisher = {ECEASST},
year = "2010",
}
@Article{semmdm,
author = {Frederick Benaben and Nicolas Boissel-Dallier and Herve Pingaud and Jean-Pierre Lorre },
title = {Semantic issues in model-driven management of information system interoperability },
journal = {International Journal of Computer Integrated Manufacturing},
year = "2012",
}
@incollection {roz,
author = {Dupuy, Sophie and Ledru, Yves and Chabre-Peccoud, Monique},
title = {An Overview of RoZ : A Tool for Integrating UML and Z Specifications},
booktitle = {Advanced Information Systems Engineering},
series = {Lecture Notes in Computer Science},
editor = {Wangler, Benkt and Bergman, Lars},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-67630-0},
keyword = {Computer Science},
pages = {417-430},
volume = {1789},
year = {2000}
}
@incollection(UMLZ,
author = "Nuno Amlio and Fiona Polack and Susan Stepney",
title = "UML and Z: UML augmented with Z",
)
@Article{kbsysBen,
author = {Frederick Benaben and Herve Pingaud and Jean-Pierre Lorre and Vatcharaphun Rajsiri },
title = {Knowledge-based system for Collaberative Process Specification },
journal = {Computers in Industry},
year = "2010",
}
@article {alloy2UML,
author = {Anastasakis, Kyriakos and Bordbar, Behzad and Georg, Geri and Ray, Indrakshi},
affiliation = {University of Birmingham School of Computer Science Edgbaston Birmingham UK},
title = {On challenges of model transformation from UML to Alloy},
journal = {Software and Systems Modeling},
publisher = {Springer Berlin / Heidelberg},
issn = {1619-1366},
keyword = {Computer Science},
pages = {69-86},
volume = {9},
issue = {1},
year = {2010}
}
@INPROCEEDINGS{MDService,
author={Berre, A.-J. and Fangning Liu and Jiucheng Xu and Elvesaeter, B.},
booktitle={Interoperability for Enterprise Software and Applications China, 2009. IESA '09. International Conference on},
title={Model Driven Service Interoperability through Use of Semantic Annotations},
year={2009},
month={april},
volume={},
number={},
pages={90 -96},
doi={10.1109/I-ESA.2009.58},
}
@Article{MOFOnt,
author = {Ralf Gitzel and Ingo Ott and Martin Schader},
title = {Ontological Extension to the MOF Metamodel as a Basis for Code Generation },
year = "2007",
journal = {The Computer Journal},
publisher = {British Computer Society},
volume = {50},
pages = { 93-115},
}
@article{OntUML,
title = "Using ontologies with UML class-based modeling: The TwoUse approach",
journal = "Data And Knowledge Engineering",
volume = "69",
number = "11",
pages = "1194 - 1207",
year = "2010",
author = "Fernando Silva Parreiras and Steffen Staab",
}
@Article{DSLOnt,
author = {Walter, T. and Parreiras, F. and Staab, S},
title = {An ontology-based framework for domain-specific modeling},
journal = {Software and Systems Modeling},
publisher = {Springer-Verlag},
year = "2012",
}
@article{semTrop,
author = {Priti Parikh and Todd A Minning and Vinh Nguyen and Sarasi Lalithsena and Amir Asiaee and Satya Sahoo and Prashant Doshi and Rick Tarleton and Amit Sheth},
journal = {PLoS Negl Trop Dis},
publisher = {Public Library of Science},
title = {A Semantic Problem Solving Environment for Integrative Parasite Research: Identification of Intervention Targets for Trypanosoma cruzi},
year = 2012,
month = 01,
volume = 6,
}
@Article{semws,
author = { Kunal Verma and Kaarthik Sivashanmugam and Amit Sheth and Abhijit Patil and Swapna Oundhakar and John Miller},
title = {METEOR-S WSDI: A scalable P2P infrastructure of registries for semantic publication and discovery of web services },
year = "2005",
journal = {Information Technology and Management},
publisher = {Springer Netherlands},
month = {January},
volume = {6},
pages = { 17-39},
}
@article{semPer,
author = {Cory Henson, Amit Sheth, Krishnaprasad Thirunarayan},
journal = {Internet Computing, IEEE},
publisher = {IEEE},
title = {Semantic Perception: Converting Sensory Observations to Abstractions},
year = {2012},
month = {03},
volume = {16},
pages = {26-34},
}
@Article{mafra,
author = {Alexander Maedche and Boris Motik and Nuno Silva and Raphael Volz},
title = {MAFRA - A Mapping Framework for Distributed Ontologies in the Semantic Web },
journal = {ACM},
year = "2002",
}
@Article{IntSWOwl,
author = {Raul Garcia-Castro, Asuncion Gomez-Perez},
title = {Interoperability results for Semantic Web technologies using OWL as the interchange language },
publisher = {Elsevier},
year = "2010",
journal = {Web Semantics: Science, Services and Agents on the World Wide Web},
month = {September},
pages = {278-291},
}
@misc{fusion,
author = {NIST},
title = {FUSION - Functionality Sharing in Open environments},