-
Notifications
You must be signed in to change notification settings - Fork 0
/
aksw.swj.bib
6251 lines (5332 loc) · 399 KB
/
aksw.swj.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
% Encoding: UTF-8
% Modified copy of aksw.bib enhanced to conform to the expectation of the Semantic Web Journal (as much information as possible).
@InBook{Becker:FRBRoo2013,
Title = {{FRBR}, {Serials} und {CIDOC} {CRM}---{Modellierung} von fortlaufenden {Sammelwerken} unter {Verwendung} von {FRBRoo}},
Author = {Hans-Georg Becker},
Year = {2013},
Crossref = {DanowskiPohl2013}
}
@InProceedings{conf/semweb/CarrollBHS04,
Title = {Semantic Web Publishing using Named Graphs.},
Author = {Carroll, Jeremy J. and Bizer, Christian and Hayes, Patrick J. and Stickler, Patrick},
Booktitle = {ISWC Workshop on Trust, Security, and Reputation on the Semantic Web},
Year = {2004},
Editor = {Golbeck, Jennifer and Bonatti, Piero A. and Nejdl, Wolfgang and Olmedilla, Daniel and Winslett, Marianne},
Publisher = {CEUR-WS.org},
Series = {CEUR Workshop Proceedings},
Volume = {127},
Added-at = {2005-05-09T00:00:00.000+0200},
Biburl = {http://www.bibsonomy.org/bibtex/2fc1f3097b26008bb2438081403b6fb9e/dblp},
Crossref = {conf/semweb/2004trust},
Date = {2005-05-09},
Description = {dblp},
Ee = {http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-127/paper2.pdf},
Interhash = {60c41fe18c904b7c4e1a68630f2eb5e3},
Intrahash = {fc1f3097b26008bb2438081403b6fb9e},
Keywords = {dblp},
Timestamp = {2005-05-09T00:00:00.000+0200},
NOUrl = {http://dblp.uni-trier.de/db/conf/semweb/iswc2004trust.html#CarrollBHS04}
}
@InBook{GBHH:DDB-LOD2013,
Title = {Herausforderung {Wissensvernetzung}},
Author = {Markus M. Geipel and Christoph B{\"o}hme and Julia Hauser and Alexander Haffner},
Year = {2013},
Crossref = {DanowskiPohl2013},
Subtitle = {Impulsgebende Projekte f{\"u}r ein zuk{\"u}nftiges {LOD}-{Konzept} der {Deutschen} {Digitalen} {Bibliothek}}
}
@InCollection{Hellmann2012GermanDBpedia,
Title = {The German {DBpedia}: {A} Sense Repository for Linking Entities},
Author = {Hellmann, Sebastian and Stadler, Claus and Lehmann, Jens},
Year = {2012},
Bdsk-url-1 = {http://jens-lehmann.org/files/2012/german_dbpedia_sense_repository.pdf},
Crossref = {Springer-ldl},
Date-modified = {2012-12-02 13:03:21 +0000},
Keywords = {2012 hellmann stadler lehmann group_aksw MOLE nif sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:lod2 lod2page nlp2rdf_publications},
Owner = {jl},
Timestamp = {2012.07.18}
}
@InBook{Klee:BibVokab2013,
Title = {Vokabulare für bibliographische {Daten}},
Author = {Carsten Klee},
Year = {2013},
Crossref = {DanowskiPohl2013},
Subtitle = {Zwischen Dublin Core und bibliothekarischem Anspruch}
}
@InProceedings{SHE+13,
Title = {Question {A}nswering on interlinked data},
Author = {Saeedeh Shekarpour and Axel-Cyrille Ngonga Ngomo and S{\"o}ren Auer},
booktitle = {Proceedings of the 22st international conference on World Wide Web},
Year = {2013},
Pages = {1145-1156},
Crossref = {DBLP:conf/www/2013},
Keywords = {group_aksw SIMBA sys:relevantFor:infai sys:relevantFor:bis ngonga shekarpour auer sina sim}
}
@InProceedings{jassa,
Title = {Jassa - {A} JavaScript suite for SPARQL-based faceted search},
Author = {Claus Stadler and Patrick Westphal and Jens Lehmann},
Booktitle = {Proceedings of the {ISWC} Developers Workshop 2014, co-located with the 13th International Semantic Web Conference {(ISWC} 2014), Riva del Garda, Italy, October 19, 2014.},
Year = {2014},
Pages = {31--36},
Bibsource = {dblp computer science bibliography, http://dblp.org},
Biburl = {http://dblp.uni-trier.de/rec/bib/conf/semweb/StadlerWL14},
Crossref = {DBLP:conf/semweb/2014dev},
Keywords = {2014 group_aksw geoknow topic_geospatial MOLE sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:geoknow lehmann},
Timestamp = {Mon, 27 Oct 2014 20:39:35 +0100},
NOUrl = {http://ceur-ws.org/Vol-1268/paper6.pdf}
}
@InProceedings{Acosta2013,
Title = {Crowdsourcing {L}inked {D}ata quality assessment},
Author = {Maribel Acosta and Amrapali Zaveri and Elena Simperl and Dimitris Kontokostas and S\"oren Auer and Jens Lehmann},
Booktitle = {12th International Semantic Web Conference, 21-25 October 2013, Sydney, Australia},
Year = {2013},
Pages = {260-276},
Abstract = {In this paper we look into the use of crowdsourcing as a means to handle Linked Data quality problems that are challenging to be solved automatically. We analyzed the most common errors encountered in Linked Data sources and classified them according to the extent to which they are likely to be amenable to a specific crowdsourcing approach. Based on this analysis, we implemented and compared two quality assessment methods for Linked Data that leverage the wisdom of the crowds in different ways: (i) a contest format targeting an expert crowd of researchers and Linked Data enthusiasts; and (ii) paid microtasks published on Amazon Mechanical Turk. We evaluated the two methods empirically in terms of their capacity to spot quality issues in DBpedia and investigated how the contributions of the two crowds could be optimally integrated into Linked Data curation processes. The results showed that the two styles of crowdsourcing are complementary, and that crowdsourcing-enabled quality assessment is a promising and affordable way to enhance the quality of Linked Data sets.},
Bdsk-url-1 = {http://svn.aksw.org/papers/2013/ISWC_Crowdsourcing/public.pdf},
Date-modified = {2013-07-11 19:43:31 +0000},
Keywords = {zaveri auer lehmann kontokostas group_aksw sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:lod2 lod2page 2013 event_ISWC dbpediadqcrowd sys:relevantFor:geoknow topic_Crowdsourcing, topic_QualityAnalysis},
Owner = {soeren},
Timestamp = {2013.06.01},
NOUrl = {http://svn.aksw.org/papers/2013/ISWC_Crowdsourcing/public.pdf}
}
@InProceedings{saleemqfed2014,
Title = {{QFed}: Query Set For Federated {SPARQL} Query Benchmark},
Author = {Nur {Aini Rakhmawati} and Muhammad Saleem and Sarasi Lalithsena and Stefan Decker },
Booktitle = {The 16th International Conference on Information Integration and Web-based Applications \& Services (iiWAS2014)},
Year = {2014},
Keywords = {saleem simba group_aksw quetsal sys:relevantFor:infai sys:relevantFor:bis},
NOUrl = {http://svn.aksw.org/papers/2014/QFed_iiWAS/public.pdf}
}
@InProceedings{Alexander:LDOW09,
Title = {{Describing {L}inked {D}atasets---On the Design and Usage of VoID, the `Vocabulary of Interlinked Datasets'.}},
Author = {Alexander, K. and Cyganiak, R. and Hausenblas, M. and Zhao, J.},
Booktitle = {{WWW 2009 Workshop: Linked Data on the Web (LDOW2009)}},
Year = {2009},
Address = {Madrid, Spain},
Added-at = {2009-03-24T08:11:56.000+0100},
Biburl = {http://www.bibsonomy.org/bibtex/2a62e9840572056bfba445f9c6be89b1c/mhausenblas},
Interhash = {ca43248932b9d34d76d67c9835d29b4c},
Intrahash = {a62e9840572056bfba445f9c6be89b1c},
Keywords = {imported},
Timestamp = {2009-03-24T08:11:56.000+0100}
}
@Book{Alieva:MagArb,
Title = {Metadatenmapping im Projekt Deutsche Digitale Bibliothek anhand von {Dublin Core}, {Lido} und {EAD}.},
Author = {Alieva, Miyasat},
Publisher = {Universität zu Köln},
Year = {2011},
Edition = {Magisterarbeit},
NOUrl = {http://publica.fraunhofer.de/eprints/urn:nbn:de:0011-n-2341718.pdf}
}
@Book{Arms:DigitalLibraries,
Title = {Digital Libraries},
Author = {William Y. Arms},
Publisher = {MIT Press},
Year = {2001},
Pages = {287}
}
@InProceedings{arndt-2011-triple-place-,
Title = {TriplePlace: A flexible triple store for Android with six indices},
Author = {Natanael Arndt},
Booktitle = {Proceedings of the Studentenkonferenz Informatik Leipzig 2011},
Year = {2011},
Address = {Leipzig, Germany},
Editor = {Sören Auer and Thomas Riechert and Johannes Schmidt},
Month = dec,
Pages = {1–7},
Series = {Leipziger Beiträge zur Informatik},
Volume = {XXVII},
ISBN = {978-3-941608-14-6},
Keywords = {arndt seebiproject_MSSW group_aksw},
Owner = {natanael},
Timestamp = {2014.11.01},
NOUrl = {http://skil.informatik.uni-leipzig.de/blog/wp-content/uploads/proceedings/2011/Arndt2011.1.pdf}
}
@InProceedings{arndt-n-2010--,
Title = {{E}ntwicklung eines mobilen {S}ocial {S}emantic {W}eb {C}lients},
Author = {Natanael Arndt},
Booktitle = {Proceedings of the INFORMATIK 2010: Service Science -- Neue Perspektiven für die Informatik},
Year = {2010},
Editor = {Fähnrich, Klaus-Peter and Franczyk, Bogdan},
Month = sep,
Note = {© 2010 Gesellschaft für Informatik},
Organization = {Gesellschaft für Informatik e.V.},
Pages = {1004-1005},
Series = {GI-Edition---Lecture Notes in Informatics},
Volume = {P-176},
ISBN = {978-3-88579-270-3},
ISSN = {1617-5468},
Keywords = {language_deutsch 2010 arndt seebiproject_MSSW seebiproject_FederatedSocialWeb group_aksw},
Owner = {natanael},
Timestamp = {2010.10.04},
NOUrl = {http://lips.informatik.uni-leipzig.de/files/skil-extended-abstract.pdf}
}
@InProceedings{arndt-n-2014--a,
Title = {{AMSL}: Creating a {L}inked {D}ata Infrastructure for Managing Electronic Resources in Libraries},
Author = {Natanael Arndt and Sebastian Nuck and Andreas Nareike and Norman Radtke and Leander Seige and Thomas Riechert},
Booktitle = {Proceedings of the ISWC 2014 Posters \& Demonstrations Track},
Year = {2014},
Address = {Riva del Garda, Italy},
Editor = {Matthew Horridge and Marco Rospocher and Jacco van Ossenbruggen},
Month = oct,
Pages = {309–312},
Series = {CEUR Workshop Proceedings},
Volume = {Vol-1272},
Abstract = {Electronic resources (e.g. e-journals, e-books or databases) are gaining more an more importance in libraries. With AMSL we demonstrate a flexible electronic resource management system which enables libraries to manage their electronic resources with a domain adapted software based on the OntoWiki application framework. Due to its generic design and first of all flexible data model the AMSL system can be easily adjusted to upcoming requirements. The consequent use of Linked Data further enables libraries to build up a Linked Open Data infrastructure for exchange of meta data.},
Doi = {10.13140/2.1.2542.6882},
ISSN = {1613-0073},
Keywords = {erm amsl arndt radtke nareike nuck riechert 2014 group_aksw aike},
Owner = {natanael},
Timestamp = {2014.08.11},
NOUrl = {http://ceur-ws.org/Vol-1272/paper_66.pdf}
}
@InProceedings{arndt-n-2014--b,
Title = {{Xodx}: A node for the Distributed Semantic Social Network},
Author = {Natanael Arndt and Sebastian Tramp},
Booktitle = {Proceedings of the ISWC 2014 Posters \& Demonstrations Track},
Year = {2014},
Address = {Riva del Garda, Italy},
Editor = {Matthew Horridge and Marco Rospocher and Jacco van Ossenbruggen},
Month = oct,
Pages = {465–468},
Series = {CEUR Workshop Proceedings},
Volume = {Vol-1272},
Abstract = {We present Xodx (http://aksw.org/Projects/Xodx) an implementation of a node for the Distributed Semantic Social Network (DSSN). DSSN is a general architecture for building an online social network using Semantic Web standards and additional protocols for real-time communication such as Semantic Pingback and PubSubHubbub. Xodx provides functionality for publishing and editing personal profiles, adding friends to the friend list, sending and receiving friendship requests, publishing posts and subscribing to update feeds across distributed nodes.},
Doi = {10.13140/2.1.4115.5524},
ISSN = {1613-0073},
Keywords = {xodx seebiproject_FederatedSocialWeb arndt tramp 2014 group_aksw aike},
Owner = {natanael},
Timestamp = {2014.08.11},
NOUrl = {http://ceur-ws.org/Vol-1272/paper_154.pdf}
}
@Article{aslam-a-2007-433-a,
Title = {Bridging The Semantic Gap Between Business Processes and Semantic Web Services},
Author = {Aslam Ahtisham Aslam and S{\"o}ren Auer and Jun Shen and Klaus-Peter F{\"a}hnrich},
Journal = {Journal of Internet Technology},
Year = {2007},
Number = {4},
Pages = {433-443},
Volume = {8},
Keywords = {2007 aslam auer shen f{\"a}hnrich group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28}
}
@InProceedings{aslam-a-2006--a,
Title = {Expressing Business Process Models as OWL-S Ontologies},
Author = {Muhammad Ahtisham Aslam and S{\"o}ren Auer and Jun Chen and Michael Hermann},
Booktitle = {Grid and Peer-to-Peer based Workflows (GPWW), September 4th, Vienna, Austria},
Year = {2006},
Address = {Berlin / Heidelberg},
Editor = {J. Eder, S. Dustdar et al.},
Month = {September},
Pages = {400-415},
Publisher = {Springer},
Series = {BPM 2006 Workshops},
Volume = {4103},
Keywords = {2006 aslam auer chen herrmann group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28}
}
@InCollection{aslam-a-2008--a,
Title = {Towards Semantic Business Processes: Concepts, Methodology and Implementation},
Author = {Muhammad Ahtisham Aslam and S{\"o}ren Auer and Klaus-Peter F{\"a}hnrich},
Booktitle = {Semantic Web Methodologies for E-Business Applications: Ontologies, Processes and Management Practices},
Publisher = {Idea Group Publishing},
Year = {2008},
Editor = {Garc{\'\i}a, R},
Keywords = {2008 aslam auer f{\"a}hnrich group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.07.05}
}
@InProceedings{aslam-a-2006--b,
Title = {Real-life {SOA} Experiences and an Approach Towards Semantic {SOA}},
Author = {Muhammad Ahtisham Aslam and Michael Herrmann and S{\"o}ren Auer and Richard Golden},
Booktitle = {Proceedings of 4th International Workshop on SOA and Web Services in conjunction with ACM SIGPLAN International Conference on Object-Oriented Programming, Systems, Languages, and Applications, October 22-26, Portland, Oregon, USA},
Year = {2006},
Month = {October},
Pages = {72-81},
Keywords = {2006 aslam herrmann auer golden group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28}
}
@InProceedings{aslam-a-2007--a,
Title = {An Integration Life Cycle for Semantic Web Services Composition},
Author = {Muhammad Ahtisham Aslam and Jun Shen and S{\"o}ren Auer and Michael Herrmann},
Booktitle = {Proceedings of the 11th International Conference on Computer Supported Cooperative Work in Design, CSCWD 2007, April 26-28, Melbourne, Australia. IEEE 2007},
Year = {2007},
Editor = {Shen et al.},
Month = {April},
Pages = {490-495},
Keywords = {2007 aslan shen auer herrmann group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28}
}
@Article{geoknow_ercim,
Title = {{GeoKnow}: Making the Web an Exploratory Place for Geospatial Knowledge},
Author = {Spiros Athanasiou and Daniel Hladky and Giorgos Giannopoulos and Alejandra Garc\'{\i}a-Rojas and Jens Lehmann},
Journal = {ERCIM News},
Year = {2014},
Number = {96},
Volume = {2014},
Bibsource = {DBLP, http://dblp.uni-trier.de},
Ee = {http://ercim-news.ercim.eu/en96/special/geoknow-making-the-web-an-exploratory-place-for-geospatial-knowledge},
Keywords = {2014 group_aksw dllearner geoknow topic_geospatial MOLE sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:geoknow lehmann},
NOUrl = {http://jens-lehmann.org/files/2014/ercim_geoknow.pdf}
}
@InProceedings{Attard2013:OSR,
Title = {Ontology-based Situation Recognition for Context-aware Systems},
Author = {Attard, Judie and Scerri, Simon and Rivera, Ismael and Handschuh, Siegfried},
Booktitle = {Proceedings of the 9th International Conference on Semantic Systems},
Year = {2013},
Address = {New York, NY, USA},
Pages = {113--120},
Publisher = {ACM},
Series = {I-SEMANTICS '13},
Acmid = {2506197},
Doi = {10.1145/2506182.2506197},
ISBN = {978-1-4503-1972-0},
Keywords = {context awareness, context matching, ontologies},
Location = {Graz, Austria},
Numpages = {8},
NOUrl = {http://doi.acm.org/10.1145/2506182.2506197}
}
@InProceedings{Auer+ISWC-2012,
Title = {Managing the life-cycle of {L}inked {D}ata with the {LOD2} Stack},
Author = {S\"{o}ren Auer and Lorenz B{\"u}hmann and Christian Dirschl and Orri Erling and Michael Hausenblas and Robert Isele and Jens Lehmann and Michael Martin and Pablo N. Mendes and Bert van Nuffelen and Claus Stadler and Sebastian Tramp and Hugh Williams},
Booktitle = {The Semantic Web - ISWC 2012},
Year = {2012},
Editor = {Cudré-Mauroux, P. and Heflin, J. and Sirin, E. and Tudorache, T. and Euzenat, J. and Hauswirth, M. and Parreira, J.X. and Hendler, J. and Schreiber, G. and Bernstein, A. and Blomqvist, E. },
Publisher = {Springer-Verlag},
Pages = {1--16},
Part = {2},
Address = {Berlin Heidelberg},
NOUrl = {http://iswc2012.semanticweb.org/sites/default/files/76500001.pdf}
}
@InProceedings{Auer:2014:WebIntelligence,
Title = {Towards Web Intelligence Through the Crowdsourcing of Semantics},
Author = {Auer, S\"{o}ren and Kontokostas, Dimitris},
Booktitle = {Proceedings of the Companion Publication of the 23rd International Conference on World Wide Web Companion},
Year = {2014},
Pages = {991--992},
Series = {WWW Companion '14},
Acmid = {2578841},
Doi = {10.1145/2567948.2578841},
ISBN = {978-1-4503-2745-9},
Keywords = {2014 auer kontokostas},
Location = {Seoul, Korea},
Numpages = {2},
NOUrl = {http://dx.doi.org/10.1145/2567948.2578841}
}
@InCollection{AUE+11,
Title = {Introduction to {L}inked {D}ata and Its Lifecycle on the Web},
Author = {Auer, Sören and Lehmann, Jens and Ngonga Ngomo, Axel-Cyrille},
Booktitle = {Reasoning Web. Semantic Technologies for the Web of Data},
Publisher = {Springer Berlin Heidelberg},
Year = {2011},
Editor = {Polleres, Axel and d’Amato, Claudia and Arenas, Marcelo and Handschuh, Siegfried and Kroner, Paula and Ossowski, Sascha and Patel-Schneider, Peter},
Pages = {1-75},
Series = {Lecture Notes in Computer Science},
Volume = {6848},
Doi = {10.1007/978-3-642-23032-5_1},
ISBN = {978-3-642-23031-8},
Keywords = {group_aksw sys:relevantFor:infai sys:relevantFor:bis SIMBA ngonga auer lehmann MOLE 2011},
NOUrl = {http://dx.doi.org/10.1007/978-3-642-23032-5_1}
}
@InCollection{auer-?-2009--,
Title = {Das Projekt SoftWiki},
Author = {S{\"o}ren Auer},
Booktitle = {Agiles Requirements Engineering f{\"u}r Softwareprojekte mit einer gro{\ss}en Anzahl verteilter Stakeholder},
Publisher = {Leipziger Informatik-Verbund LIV},
Year = {2009},
Editor = {S{\"o}ren Auer and Kim Lauenroth and Steffen Lohmann and Thomas Riechert},
Series = {Leipziger Beitr{\"a}ge zur Informatik},
Volume = {XVIII},
Keywords = {2009 auer language_deutsch group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.07.05}
}
@InCollection{auer-?-2008--,
Title = {Endanwendergetriebene Open-source Softwareentwicklung mit Cofundos},
Author = {S{\"o}ren Auer},
Booktitle = {Open Source Jahrbuch 2008},
Publisher = {Lehmanns Media},
Year = {2008},
Editor = {Matthias B{\"a}rwolff and Robert A. Gehring and Bernd Lutterbeck},
Bdsk-url-1 = {http://www.opensourcejahrbuch.de/download/jb2008},
Keywords = {2008 language_deutsch group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.07.05},
NOUrl = {http://www.opensourcejahrbuch.de/download/jb2008}
}
@InCollection{auer-s-2006--a,
Title = {Semantisch Vernetzte Kirche im Web},
Author = {S{\"o}ren Auer},
Booktitle = {Semantic Web Fibel 06 - Leitfaden und Einstiegspunkte f{\"u}r die Praxis},
Year = {2006},
Address = {Semantic Web School, Wien},
Editor = {Blumauer, A. and Pellegrini, T.},
Keywords = {2006 auer language_deutsch group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.07.05}
}
@InCollection{auer-s-2006--c,
Title = {{Powl}---Framwork f{\"u}r Entwicklung von semantischen Web-Applikationen / Ontowiki - semantische Community-Kollaborationsplattform},
Author = {S{\"o}ren Auer},
Booktitle = {Semantic Web Fibel 06 - Leitfaden und Einstiegspunkte f{\"u}r die Praxis},
Publisher = {Semantic Web School - Zentrum f{\"u}r Wissenstransfer},
Year = {2006},
Address = {Wien},
Editor = {Blumauer, A. and Pellegrini, T},
Keywords = {2006 auer group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.07.05}
}
@InCollection{auer-s-2009--b,
Title = {{RapidOWL}---A Methodology for Enabling Social Semantic Collaboration},
Author = {S{\"o}ren Auer},
Booktitle = {Semantic Web Engineering in the Knowledge Society},
Publisher = {Idea Group, Information Science Reference---ISR},
Year = {2009},
Editor = {Jorge Cardoso and Miltiadis D. Lytras},
Keywords = {group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.07.05}
}
@InProceedings{auer-s-2008--c,
Title = {Methods and Applications of the Social Semantic Web},
Author = {S{\"o}ren Auer},
Booktitle = {Proceedings of International workshop on Semantic Web technologies, Belgrade, Serbia, 29-30 September},
Year = {2008},
Month = {September},
Keywords = {2008 auer group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.07.05}
}
@InProceedings{auer-s-2006--b,
Title = {{RapidOWL}---an Agile Knowledge Engineering Methodology},
Author = {S{\"o}ren Auer},
Booktitle = {Proceedings of 1st International Workshop on Semantic Technologies in Collaborative Applications (STICA 06), 26th-28th June, Manchester, UK},
Year = {2006},
Month = {June},
Publisher = {IEEE Computer Society (P2623)},
Bdsk-url-1 = {http://www.informatik.uni-leipzig.de/~auer/publication/RapidOWL.pdf},
Keywords = {2006 auer group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28},
NOUrl = {http://www.informatik.uni-leipzig.de/~auer/publication/RapidOWL.pdf}
}
@InProceedings{auer-s-2005--a,
Title = {{Powl}---A Web Based Platform for Collaborative Semantic Web Development},
Author = {S{\"o}ren Auer},
Booktitle = {Proceeding of 1st Workshop Scripting for the Semantic Web (SFSW'05), Hersonissos, Greece, May 30},
Year = {2005},
Month = {May},
Publisher = {CEUR Workshop Proceedings},
Keywords = {2005 auer event_sfsw group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28}
}
@InProceedings{auer-?-2003--,
Title = {Distributed Learning Environment Using {XML} Templates},
Author = {S{\"o}ren Auer and Michael Auer and Sebastian Schreiter},
Booktitle = {Proceedings of Terena Networking Conference (TNC2003), May 19-22, Zagreb, Croatia},
Year = {2003},
Month = {May},
Keywords = {2003 s.auer m.auer schreiter group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28}
}
@InProceedings{dbpedia_iswc,
Title = {{DB}pedia: A Nucleus for a Web of Open Data},
Author = {S{\"o}ren Auer and Chris Bizer and Georgi Kobilarov and Jens Lehmann and Richard Cyganiak and Zachary Ives},
Booktitle = {Proceedings of the 6th International Semantic Web Conference (ISWC)},
Year = {2008},
Pages = {722--735},
Publisher = {Springer},
Series = {Lecture Notes in Computer Science},
Volume = {4825},
Bdsk-url-1 = {http://dx.doi.org/10.1007/978-3-540-76298-0_52},
Biburl = {http://www.bibsonomy.org/bibtex/267584f8869a3211f5ae708e3757c7242/jens},
Date-modified = {2012-12-02 17:24:20 +0000},
Description = {publications Jens Lehmann},
Doi = {doi:10.1007/978-3-540-76298-0_52},
Keywords = {2008 event_iswc group_aksw dbpedia sys:relevantFor:infai sys:relevantFor:bis peer-reviewed ontowiki_eu auer lehmann}
}
@InProceedings{auer-s-2008--b,
Title = {Towards Bottom-Up, Stakeholder-Driven Research Funding---Open Source Funding, Open Peer Review},
Author = {S{\"o}ren Auer and Holger Braun-Th{\"u}rmann},
Booktitle = {Peer Review Reviewed: The International Career of a Quality-control Instrument and New Challenges 24--25 April, Social Science Research Center Berlin (WZB), Berlin.},
Year = {2008},
Month = {April},
Bdsk-url-1 = {http://www.informatik.uni-leipzig.de/~auer/publication/OpenScience.pdf},
Keywords = {2008 auer th{\"u}rmann group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28},
NOUrl = {http://www.informatik.uni-leipzig.de/~auer/publication/OpenScience.pdf}
}
@InProceedings{auer-?-2004--,
Title = {Knowledge Engineering for {IT}-based Services},
Author = {S{\"o}ren Auer and Patryk Burek and Tonio Grawe},
Booktitle = {Proceedings of 4th International Conference on Knowledge Management (I-KNOW '04)},
Year = {2004},
Publisher = {Journal of Universal Computer Science (J.UCS)},
Bdsk-url-1 = {http://www.informatik.uni-leipzig.de/~auer/publication/2004_Knowledge_Engineering_for_IT-based_Services.pdf},
Keywords = {2004 event_i-know auer burek grawe group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28},
NOUrl = {http://www.informatik.uni-leipzig.de/~auer/publication/2004_Knowledge_Engineering_for_IT-based_Services.pdf}
}
@InProceedings{triplify_www,
Title = {Triplify: Light-weight {L}inked {D}ata publication from relational databases},
Author = {S{\"o}ren Auer and Sebastian Dietzold and Jens Lehmann and Sebastian Hellmann and David Aumueller},
Booktitle = {Proceedings of the 18th International Conference on World Wide Web, {WWW} 2009, Madrid, Spain, April 20-24, 2009},
Year = {2009},
Editor = {Juan Quemada and Gonzalo Le{\'o}n and Yo{\"e}lle S. Maarek and Wolfgang Nejdl},
Pages = {621--630},
Publisher = {ACM},
Address = {New York, NY, USA},
Bdsk-url-1 = {http://doi.acm.org/10.1145/1526709.1526793},
Bdsk-url-2 = {http://dx.doi.org/10.1145/1526709.1526793},
Bibdate = {2009-05-05},
Bibsource = {DBLP, http://dblp.uni-trier.de/db/conf/www/www2009.html#AuerDLHA09},
Biburl = {http://www.bibsonomy.org/bibtex/2154a270c13c0f525a2f1ce82bb8aad32/jens},
Date-modified = {2012-12-02 12:30:19 +0000},
Description = {publications Jens Lehmann},
Doi = {doi:10.1145/1526709.1526793},
ISBN = {978-1-60558-487-4},
Keywords = {2009 event_www group_aksw auer tramp lehmann hellmann aumueller sys:relevantFor:infai sys:relevantFor:bis triplify seebiproject_Triplify ontowiki_eu peer-reviewed triplify MOLE},
NOUrl = {http://doi.acm.org/10.1145/1526709.1526793}
}
@InProceedings{ontowiki_www,
Title = {Onto{W}iki: {A} Tool for Social, Semantic Collaboration},
Author = {S{\"o}ren Auer and Sebastian Dietzold and Jens Lehmann and Thomas Riechert},
Booktitle = {Proceedings of the Workshop on Social and Collaborative Construction of Structured Knowledge ({CKC} 2007) at the 16th International World Wide Web Conference ({WWW2007}) Banff, Canada, May 8, 2007},
Year = {2007},
Editor = {Natalya Fridman Noy and Harith Alani and Gerd Stumme and Peter Mika and York Sure and Denny Vrandecic},
Publisher = {CEUR-WS.org},
Series = {CEUR Workshop Proceedings},
Volume = {273},
Bdsk-url-1 = {http://ceur-ws.org/Vol-273/paper_91.pdf},
Bibdate = {2008-05-30},
Bibsource = {DBLP, http://dblp.uni-trier.de/db/conf/www/ckc2007.html#AuerDLR07},
Biburl = {http://www.bibsonomy.org/bibtex/2e646431fba0e629258b74292ab8fcffd/jens},
Description = {publications Jens Lehmann},
Keywords = {2007 group_aksw auer tramp lehmann riechert ontowiki sys:relevantFor:infai sys:relevantFor:bis seebiproject_OntoWiki},
NOUrl = {http://ceur-ws.org/Vol-273/paper_91.pdf}
}
@Article{auer-s-2009--a,
Title = {Entwicklung semantischer Webapplikationen: Auf dem Weg vom Dokumenten- zum Daten-Web},
Author = {S{\"o}ren Auer and Sebastian Dietzold and Michael Martin},
Journal = {T3N Magazin},
Year = {2008},
Pages = {30--33},
Volume = {12},
Bdsk-url-1 = {http://t3n.de/magazin/semantische-webapplikationen-entwickeln-neue-dienste-ebnen-221228/},
Keywords = {language_deutsch 2008 group_aksw ontowiki erfurt auer tramp martin sys:relevantFor:infai sys:relevantFor:bis seebiproject_OntoWiki ontowiki_eu},
Owner = {seebi},
Timestamp = {2010.01.17},
NOUrl = {http://t3n.de/magazin/semantische-webapplikationen-entwickeln-neue-dienste-ebnen-221228/}
}
@InProceedings{auer-s-2006-736-a,
Title = {Onto{W}iki - {A} {T}ool for {S}ocial, {S}emantic {C}ollaboration.},
Author = {S{\"o}ren Auer and Sebastian Dietzold and Thomas Riechert},
Booktitle = {The {S}emantic {W}eb - {ISWC} 2006, 5th {I}nternational {S}emantic {W}eb {C}onference, {ISWC} 2006, {A}thens, {GA}, {USA}, {N}ovember 5-9, 2006, {P}roceedings},
Year = {2006},
Address = {Berlin / Heidelberg},
Editor = {Isabel F. Cruz and Stefan Decker and Dean Allemang and Chris Preist and Daniel Schwabe and Peter Mika and Michael Uschold and Lora Aroyo},
Pages = {736--749},
Publisher = {Springer},
Series = {Lecture Notes in Computer Science},
Volume = {4273},
Bdsk-url-1 = {http://dx.doi.org/10.1007/11926078_53},
Biburl = {http://www.bibsonomy.org/bibtex/2adebb2cc068861ce489c3248f1a38a62/aksw},
Doi = {http://dx.doi.org/10.1007/11926078_53},
File = {auer-s-2006-736-a.pdf:auer-s-2006-736-a.pdf:PDF},
ISBN = {3-540-49029-9},
Keywords = {2006 event_iswc ontowiki group_aksw auer tramp riechert sys:relevantFor:infai sys:relevantFor:bis seebiproject_OntoWiki},
Owner = {seebi},
Timestamp = {2006.06.03}
}
@InCollection{auer-s-2007--a,
Title = {Social Software f{\"u}r Kollaborative Wissensarbeit},
Author = {S{\"o}ren Auer and Sebastian Dietzold and Thomas Riechert},
Booktitle = {Analyse sozialer Netzwerke und Social Software - Grundlagen und Anwendungsbeispiele},
Publisher = {GITO-Verlag -- Expertenwissen f{\"u}r die industrielle Praxis},
Year = {2007},
Editor = {Claudia M{\"u}ller and Norbert Gronau},
Pages = {235--256},
Keywords = {language_deutsch 2007 group_aksw ontowiki auer tramp riechert sys:relevantFor:infai sys:relevantFor:bis seebiproject_OntoWiki},
Owner = {seebi},
Timestamp = {2010.01.17}
}
@InProceedings{auer-s-2010--a,
Title = {L{ESS} - {T}emplate-{B}ased {S}yndication and {P}resentation of {L}inked {D}ata},
Author = {S{\"o}ren Auer and Raphael Doehring and Sebastian Dietzold},
Booktitle = {Proceedings of 7th Extended Semantic Web Conference (ESWC2010) 30 May---3 June, Heraklion, Greece},
Year = {2010},
Month = {May},
Bdsk-url-1 = {http://www.informatik.uni-leipzig.de/~auer/publication/semtem.pdf},
Bdsk-url-2 = {http://dx.doi.org/10.1007/978-3-642-13489-0_15},
Doi = {doi:10.1007/978-3-642-13489-0_15},
Keywords = {group_aksw event_eswc ontowiki auer doehring dietzold tramp sys:relevantFor:infai sys:relevantFor:bis 2010 ontowiki ontowiki_eu peer-reviewed},
Owner = {alex},
Timestamp = {2010.06.28},
NOUrl = {http://www.informatik.uni-leipzig.de/~auer/publication/semtem.pdf}
}
@InCollection{auer-?-2003--a,
Title = {Strategies for Modelling and Representing Knowledge about Variant Rich Service Products},
Author = {S{\"o}ren Auer and Romy Elze},
Booktitle = {Content- und Wissensmanagement},
Year = {2003},
Editor = {Klaus-Peter F{\"a}hnrich and Heinrich Herre},
Keywords = {2003 auer elze group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.07.05}
}
@InProceedings{auer-?-2003-956-,
Title = {A strategy for formal service product model specification},
Author = {S{\"o}ren Auer and Klaus-Peter F{\"a}hnrich},
Booktitle = {HCI International (International Conference on Human-Computer Interaction) October 2003, Proceedings of the 10th International Conference on Human-Computer Interaction},
Year = {2003},
Editor = {Don Harris},
Month = {October},
Pages = {956-960},
Publisher = {Erlbaum},
Series = {Cognitive, Social and Ergonomic Aspects Mahwah/NJ},
Volume = {3},
Bdsk-url-1 = {http://books.google.com/books?id=8VnRD8gkCGwC&lpg=PA956&ots=KOgdo1mZLR&dq=A%20strategy%20for%20formal%20service%20product%20model%20specification.&pg=PA956#v=onepage&q=A%20strategy%20for%20formal%20service%20product%20model%20specification.&f=false},
Keywords = {2003 auer f{\"a}hnrich group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28},
NOUrl = {http://books.google.com/books?id=8VnRD8gkCGwC&lpg=PA956&ots=KOgdo1mZLR&dq=A%20strategy%20for%20formal%20service%20product%20model%20specification.&pg=PA956#v=onepage&q=A%20strategy%20for%20formal%20service%20product%20model%20specification.&f=false}
}
@InProceedings{auer-?-2003--b,
Title = {Product Models in Service Engineering},
Author = {S{\"o}ren Auer and Klaus-Peter F{\"a}hnrich},
Booktitle = {Proceedings of the 17th International Conference on Production and Research 2003, August 3-7, Blacksburg, Virginia USA Virginia Tech Blacksburg},
Year = {2003},
Month = {August},
Keywords = {2003 auer f{\"a}hnrich group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28}
}
@InProceedings{auer-keynote-lrec-2012,
Title = {The Web of Data: Decentralized, collaborative, interlinked and interoperable},
Author = {S{\"o}ren Auer and Sebastian Hellmann},
Booktitle = {Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12)},
Year = {2012},
Address = {Istanbul, Turkey},
Editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Mehmet Uğur Doğan and Bente Maegaard and Joseph Mariani and Jan Odijk and Stelios Piperidis},
Month = {may},
Note = {(companion publication for the Keynote at LREC 2012)},
Publisher = {European Language Resources Association (ELRA)},
Bdsk-url-1 = {http://www.lrec-conf.org/proceedings/lrec2012/keynotes/LREC%202012.Keynote%20Speech%201.Soeren%20Auer.pdf},
Date = {23-25},
Date-modified = {2012-12-02 12:26:41 +0000},
ISBN = {978-2-9517408-7-7},
Keywords = {2012 group_aksw event_lrec hellmann auer nif sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:lod2 lod2page MOLE nlp2rdf_publications},
Language = {english},
Owner = {sebastian},
Timestamp = {2012.06.13},
NOUrl = {http://www.lrec-conf.org/proceedings/lrec2012/keynotes/LREC%202012.Keynote%20Speech%201.Soeren%20Auer.pdf}
}
@InProceedings{auer-?-2006--,
Title = {{Rapid OWL}---An Agile Knowledge Engineering Methodology},
Author = {S{\"o}ren Auer and Heinrich Herre},
Booktitle = {Proceedings of at Sixth International Andrei Ershov Memorial Conference - Perspectives of System Informatics (PSI'06), 27-30 June 2006, Novosibirsk, Akademgorodok, Russia},
Year = {2006},
Month = {June},
Volume = {4378},
Keywords = {2006 auer herre event_psi group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28}
}
@InProceedings{auer-?-2006--a,
Title = {A Versioning and Evolution Framework for {RDF} Knowledge Bases},
Author = {S{\"o}ren Auer and Heinrich Herre},
Booktitle = {Proceedings of at Sixth International Andrei Ershov Memorial Conference - Perspectives of System Informatics (PSI'06), 27-30 June, Novosibirsk, Akademgorodok, Russia},
Year = {2006},
Month = {June},
Volume = {4378},
Bdsk-url-1 = {http://www.informatik.uni-leipzig.de/~auer/publication/PSI-evolution.pdf},
Keywords = {2006 auer herre event_psi group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28},
NOUrl = {http://www.informatik.uni-leipzig.de/~auer/publication/PSI-evolution.pdf}
}
@InCollection{auer-?-2008--a,
Title = {Enabling Social Semantic Collaboration---bridging the gap between Web 2.0 and the Semantic Web},
Author = {S{\"o}ren Auer and Zachary Ives},
Booktitle = {Emerging Technologies for Semantic Work Environments: Techniques, Methods, and Applications},
Publisher = {Information Science Reference (IGI)},
Year = {2008},
Editor = {Rech, J., Decker, B., Ras, E.},
Month = {April},
Keywords = {2008 auer ives group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.07.05}
}
@InProceedings{auer-?-2007--,
Title = {Semantic Wiki Representations for Building an Enterprise Knowledge Base},
Author = {S{\"o}ren Auer and Berit Jungmann and Frank Sch{\"o}nefeld},
Booktitle = {Reasoning Web, Third International Summer School 2007, Dresden, Germany, September 3-7, Tutorial Lectures},
Year = {2007},
Editor = {Grigoris Antoniou and Uwe A{\ss}mann and Cristina Baroglio and Stefan Decker and Nicola Henze and Paula-Lavinia Patranjan and Robert Tolksdorf},
Month = {September},
Publisher = {Springer},
Series = {Lecture Notes in Computer Science},
Volume = {4636},
Keywords = {2007 auer jungmann sch{\"o}nefeld event_ReasoningWeb group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.07.05}
}
@Article{auer-2013-ijet,
Title = {Crowd-sourced Open Courseware Authoring with SlideWiki.org},
Author = {Auer, S{\"o}ren and Khalili, Ali and Tarasowa, Darya},
Journal = {International Journal of Emerging Technologies in Learning (iJET)},
Year = {2013},
Number = {1},
Volume = {8},
Bdsk-url-1 = {https://online-journals.org/index.php/i-jet/article/viewArticle/2539},
Biburl = {http://www.bibsonomy.org/bibtex/2e8110b450991adf9472338b95883598f/alikhalili},
Keywords = {2013 group_aksw ijet auer tarasowa slidewiki khalili sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:lod2 lod2page peer-reviewed},
Timestamp = {2013-04-13T08:55:23.000+0200},
NOUrl = {https://online-journals.org/index.php/i-jet/article/viewArticle/2539}
}
@Article{auer-swj-2010,
Title = {Making the Web a Data Washing Machine---Creating Knowledge out of Interlinked Data},
Author = {S{\"o}ren Auer and Jens Lehmann},
Journal = {Semantic Web Journal},
Year = {2010},
Bdsk-url-1 = {http://www.jens-lehmann.org/files/2010/washing_machine_swj.pdf},
Date-modified = {2012-12-02 13:07:21 +0000},
Keywords = {2010 group_aksw auer lehmann MOLE event_swj sys:relevantFor:infai sys:relevantFor:bis seebiproject_OntoWiki peer-reviewed ontowiki_eu dllearner},
Timestamp = {2010.01.17},
NOUrl = {http://www.jens-lehmann.org/files/2010/washing_machine_swj.pdf}
}
@InProceedings{dbpedia_eswc,
Title = {What Have {Innsbruck} and {Leipzig} in Common? Extracting Semantics from Wiki Content},
Author = {S{\"o}ren Auer and Jens Lehmann},
Booktitle = {Proceedings of the ESWC (2007)},
Year = {2007},
Address = {Berlin / Heidelberg},
Pages = {503--517},
Publisher = {Springer},
Series = {Lecture Notes in Computer Science},
Volume = {4519},
Biburl = {http://www.bibsonomy.org/bibtex/28ddb3c68b29707dc830b9a0cd0fa6083/jens},
Date-modified = {2012-12-02 13:06:40 +0000},
Description = {publications Jens Lehmann},
ISBN = {978-3-540-72666-1},
Keywords = {2007 event_eswc group_aksw dbpedia sys:relevantFor:infai sys:relevantFor:bis lehmann auer},
NOUrl = {http://jens-lehmann.org/files/2007/wiki_extraction.pdf}
}
@InCollection{ssw_beitrag,
Title = {Semantische Mashups auf Basis Vernetzter Daten},
Author = {S{\"o}ren Auer and Jens Lehmann and Chris Bizer},
Booktitle = {Social Semantic Web},
Publisher = {Springer},
Year = {2009},
Editor = {Andreas Blumauer and Tassilo Pellegrini},
Pages = {259--286},
Series = {X.media.press},
Bdsk-url-1 = {http://dx.doi.org/10.1007/978-3-540-72216-8_14},
Bibdate = {2008-11-09},
Bibsource = {DBLP, http://dblp.uni-trier.de/db/series/xmedia/social2009.html#AuerLB09},
Biburl = {http://www.bibsonomy.org/bibtex/24f35f63cdf457b91aaa9f720a0b2d072/jens},
Date-modified = {2012-12-02 12:59:26 +0000},
Description = {publications Jens Lehmann},
ISBN = {978-3-540-72215-1},
Keywords = {language_deutsch 2009 group_aksw ontowiki dbpedia dllearner sys:relevantFor:infai sys:relevantFor:bis lehmann auer},
NOUrl = {http://dx.doi.org/10.1007/978-3-540-72216-8_14}
}
@InProceedings{linkedgeodata,
Title = {{LinkedGeoData} - Adding a Spatial Dimension to the Web of Data},
Author = {S{\"o}ren Auer and Jens Lehmann and Sebastian Hellmann},
Booktitle = {Proc. of 8th International Semantic Web Conference (ISWC)},
Year = {2009},
Bdsk-url-1 = {http://www.informatik.uni-leipzig.de/~auer/publication/linkedgeodata.pdf},
Bdsk-url-2 = {http://dx.doi.org/10.1007/978-3-642-04930-9_46},
Biburl = {http://www.bibsonomy.org/bibtex/2d7b66f26a99547a3c117570aca80e4a0/jens},
Date-modified = {2012-12-02 13:01:44 +0000},
Description = {publications Jens Lehmann},
Doi = {doi:10.1007/978-3-642-04930-9_46},
Keywords = {2009 event_iswc group_aksw linkedgeodata mole hellmann sys:relevantFor:infai sys:relevantFor:bis peer-reviewed ontowiki_eu lgd lehmann auer MOLE},
NOUrl = {http://www.informatik.uni-leipzig.de/~auer/publication/linkedgeodata.pdf}
}
@Article{AUE+13a,
Title = {Extraktion, Mapping und Verlinkung von Daten im Web},
Author = {S{\"o}ren Auer and Jens Lehmann and Axel-Cyrille Ngonga Ngomo and Claus Stadler and J{\"o}rg Unbehauen},
Journal = {Datenbank Spektrum},
Year = {2013},
Number = {2},
Pages = {77-87},
Volume = {13},
Keywords = {group_aksw sys:relevantFor:infai sys:relevantFor:bis mole simba lehmann ngonga auer unbehauen stadler linkinglod 2013 sys:relevantFor:geoknow topic_Extraction,topic_Interlinking,topic_Mapping},
Owner = {ngonga},
Timestamp = {2013.07.05},
NOUrl = {http://jens-lehmann.org/files/2013/db_spektrum_linked_data.pdf}
}
@InProceedings{AUE+13,
Title = {Introduction to {L}inked {D}ata and Its Lifecycle on the Web},
Author = {S{\"o}ren Auer and Jens Lehmann and Axel-Cyrille Ngonga Ngomo and Amrapali Zaveri},
Booktitle = {Reasoning Web},
Year = {2013},
Pages = {1-90},
Date-modified = {2012-12-02 13:07:41 +0000},
Keywords = {group_aksw sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:geoknow topic_GeoSemWeb SIMBA zaveri ngonga auer lehmann MOLE simba ngonga 2013},
NOUrl = {http://jens-lehmann.org/files/2013/reasoning_web_linked_data.pdf}
}
@Article{auer-2011-sharepsi,
Title = {Facilitation the publication of Open Governmental Data with the LOD2 Stack},
Author = {S{\"o}ren Auer and Michael Martin and Philipp Frischmuth and Bastiaan Deblieck},
Journal = {Share PSI},
Year = {2011},
Month = {May},
Bdsk-url-1 = {http://share-psi.eu/papers/LOD2.pdf},
Keywords = {group_aksw auer sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:lod2 auer martin debliek frischmuth 2011},
Owner = {michael},
Timestamp = {2011.06.20},
NOUrl = {http://share-psi.eu/papers/LOD2.pdf}
}
@InProceedings{auer-?-2005--,
Title = {Vernetzte Kirche: building a Semantic Web},
Author = {S{\"o}ren Auer and Bart Pieterse},
Booktitle = {Proceedings of the ISWC 2005 Workshop on Semantic Web Case Studies and Best Practices for eBusiness (SWCASE05), Galway, Ireland, November 7},
Year = {2005},
Month = {November},
Publisher = {CEUR Workshop Proceedings},
Bdsk-url-1 = {http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-155/paper3.pdf},
Keywords = {2005 auer pieterse group_aksw sys:relevantFor:infai sys:relevantFor:bis},
Owner = {alex},
Timestamp = {2010.06.28},
NOUrl = {http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-155/paper3.pdf}
}
@InProceedings{auer_softwiki_2006,
Title = {{SoftWiki} - Agiles {Requirements-Engineering} f{\"u}r Softwareprojekte mit einer gro{\ss}en Anzahl verteilter Stakeholder},
Author = {S{\"o}ren Auer and Thomas Riechert and {Klaus-Peter} F{\"a}hnrich},
Booktitle = {Proc. Workshop Gemeinschaften in Neuen Medien {(GeNeMe)}},
Year = {2006},
Address = {Dresden},
Editor = {Klaus Mei{\ss}ner and Martin Engelien},
Pages = {97--108},
Publisher = {{TUDPress,} Dresden},
Keywords = {language_deutsch ontowiki softwiki event_geneme sys:relevantFor:infai sys:relevantFor:bis group_aksw riechert auer},
Owner = {seebi},
Timestamp = {2010.01.22}
}
@InProceedings{auer-s-2010-iswc,
Title = {I18n of Semantic Web Applications},
Author = {S{\"o}ren Auer and Matthias Weidl and Jens Lehmann and Amrapali J. Zaveri and Key-Sun Choi},
Booktitle = {Proceedings of the 9th International Semantic Web Conference (ISWC2010)},
Year = {2010},
Address = {Berlin / Heidelberg},
Publisher = {Springer},
Series = {Lecture Notes in Computer Science},
Bdsk-url-1 = {http://svn.aksw.org/papers/2010/ISWC_I18n/public.pdf},
Bdsk-url-2 = {http://dx.doi.org/10.1007/978-3-642-17749-1_1},
Date-modified = {2012-12-02 12:57:00 +0000},
Doi = {doi:10.1007/978-3-642-17749-1_1},
Keywords = {2010 event_iswc group_aksw auer lehmann zaveri sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:lod2 lod2page ontowiki_eu peer-reviewed MOLE},
Owner = {seebi},
Timestamp = {2010.08.21},
NOUrl = {http://svn.aksw.org/papers/2010/ISWC_I18n/public.pdf}
}
@InCollection{augustin_datenbank_2009,
Title = {Datenbank und Website catalogus professorum lipsiensis. Ein sozialstatistisches Analyseinstrumentarium und seine Repr{\"a}sentation im Netz},
Author = {Christian Augustin and Beatrix Kuchta and Ulf Morgenstern and Thomas Riechert},
Booktitle = {Biografische Lexika im Internet},
Publisher = {{TUDPress,} Verlag der Wissenschaften {GmbH}},
Year = {2009},
Address = {Dresden},
Editor = {Martina Schattkowsky and Frank Metasch},
Number = {14},
Pages = {167--184},
Series = {Bausteine},
Bdsk-url-1 = {http://www.tud-press.de/2007/suche.php?seitentyp=isbn&isbn=978-3-939888-61-1},
ISBN = {978-3-939888-61-1},
Keywords = {language_deutsch group_aksw sys:relevantFor:infai sys:relevantFor:bis riechert ontowiki ontowiki_eu catalogus_professorum},
Owner = {seebi},
Timestamp = {2010.01.22},
NOUrl = {http://www.tud-press.de/2007/suche.php?seitentyp=isbn&isbn=978-3-939888-61-1}
}
@InProceedings{aumueller-?-2005--,
Title = {Towards a Semantic Wiki Experience - Desktop Integration and Interactivity in WikSAR},
Author = {David Aumueller and S{\"o}ren Auer},
Booktitle = {Proceedings of 1st Workshop on The Semantic Desktop - Next Generation Personal Information Management and Collaboration Infrastructure, Galway, Ireland, Nov. 6th},
Year = {2005},
Month = {November},