-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.bib
2673 lines (2673 loc) · 121 KB
/
paper.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
@inproceedings{FischerEtAl:EDBT/ICDT-WS2015,
title = {RDF Constraint Checking},
author = {Peter M. Fischer and Georg Lausen and Alexander Sch{\"a}tzle and Michael Schmidt},
year = 2015,
pages = {205--212},
url = {http://ceur-ws.org/Vol-1330/\#paper-33},
crossref = {DanielFdez16}
}
@inproceedings{LabraMTSR14,
title = {Representing Statistical Indexes as Linked Data Including Metadata about Their Computation Process},
author = {Labra Gayo, Jose Emilio and Farham, Hania and Castro Fern{\'{a}}ndez, Juan and {\'{A}}lvarez Rodr{\'{\i}}guez, Jose Mar{\'{\i}}a},
year = 2014,
booktitle = {Metadata and Semantics Research - 8th Research Conference, {MTSR} 2014, Karlsruhe, Germany, November 27-29, 2014. Proceedings},
pages = {42--53},
doi = {10.1007/978-3-319-13674-5\_5},
url = {http://dx.doi.org/10.1007/978-3-319-13674-5_5},
bibsource = {dblp computer science bibliography, http://dblp.org},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/mtsr/GayoFFR14},
crossref = {DBLP:conf/mtsr/2014},
timestamp = {Fri, 13 Mar 2015 15:12:09 +0100}
}
@inproceedings{LabraShexDerivatives15,
title = {Towards an RDF validation language based on Regular Expression derivatives},
author = {Labra Gayo, Jose Emilio and Prud'hommeaux, Eric and Boneva, Iovka and Staworko, Slawek and Solbrig, Slawek and Hym, Samuel},
year = 2006,
pages = {197--204},
url = {http://ceur-ws.org/Vol-1330/\#paper-32},
crossref = {DanielFdez16}
}
@article{Cebiric2015,
title = {Query-oriented summarization of RDF graphs},
author = {{\v{C}}ebiri{\'c}, {\v{S}}ejla and Goasdou{\'e}, Fran{\c{c}}ois and Manolescu, Ioana},
year = 2015,
journal = {Proceedings of the VLDB Endowment},
publisher = {VLDB Endowment},
volume = 8,
number = 12,
pages = {2012--2015}
}
@book{Abiteboul2011,
title = {Web Data Management},
author = {Serge Abiteboul and Ioana Manolescu and Philippe Rigaux and Marie-Christine Rousset and Pierre Senellart},
year = 2012,
publisher = {Cambridge University Press},
isbn = 9781107012431
}
@book{Aho2006,
title = {Compilers: Principles, Techniques, and Tools (2Nd Edition)},
author = {Aho, Alfred V. and Lam, Monica S. and Sethi, Ravi and Ullman, Jeffrey D.},
year = 2006,
publisher = {Addison-Wesley Longman Publishing Co., Inc.},
address = {Boston, MA, USA},
isbn = {0321486811}
}
@inproceedings{akhtar2008xsparql,
title = {{XSPARQL}: Traveling between the {XML} and {RDF} worlds and avoiding the {XSLT} pilgrimage},
author = {Waseem Akhtar and Jacek Kopecky and Thomas Krennwallner and Axel Polleres},
year = 2008,
month = jun,
booktitle = {Proceedings of the 5th European Semantic Web Conference},
publisher = {Springer Verlag},
address = {Berlin, Heidelberg},
series = {LNCS},
url = {http://data.semanticweb.org/conference/eswc/2008/papers/119},
editor = {Hauswirth, Manfred and Koubarakis, Manolis and Bechhofer, Sean},
added-at = {2008-11-14T21:33:12.000+0100},
keywords = {RDF XML XSLT XSPARQL}
}
@inproceedings{Alexander2009,
title = {Describing Linked Datasets.},
author = {Alexander, Keith and Cyganiak, Richard and Hausenblas, Michael and Zhao, Jun},
year = 2009,
booktitle = {LDOW}
}
@inproceedings{alexander2009describing,
title = {Describing Linked Datasets.},
author = {Alexander, Keith and Cyganiak, Richard and Hausenblas, Michael and Zhao, Jun},
year = 2009,
booktitle = {LDOW}
}
@book{Allemang2011,
title = {Semantic Web for the Working Ontologist: Effective Modeling in RDFS and OWL},
author = {Allemang, Dean and Hendler, James},
year = 2011,
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
isbn = {9780123859655, 9780123859662},
edition = 2
}
@inbook{Alvarez13,
title = {Cases on Open-Linked Data and Semantic Web Applications},
author = {Alvarez~Rodr\'{i}guez,Jose~Mar\'{i}a and Clement, Jules and Labra~Gayo, Jose~Emilio and Farhan, Hania and Ordo\~{n}ez, Patricia},
year = 2013,
publisher = {IGI Global},
pages = {199--226},
note = {doi:10.4018/978-1-4666-2827-4.ch011},
chapter = {Publishing Statistical Data following the Linked Open Data Principles: The Web Index Project.}
}
@book{Antoniou2012,
title = {A Semantic Web Primer},
author = {Antoniou, Grigoris and Groth, Paul and Harmelen, Frank van van and Hoekstra, Rinke},
year = 2012,
publisher = {The MIT Press},
isbn = {0262018284, 9780262018289}
}
@article{Arasu2005,
title = {The {CQL} continuous query language: semantic foundations and query execution},
author = {Arvind Arasu and Shivnath Babu and Jennifer Widom},
year = 2005,
month = jul,
journal = {The {VLDB} Journal},
publisher = {Springer Nature},
volume = 15,
number = 2,
pages = {121--142},
doi = {10.1007/s00778-004-0147-z}
}
@article{Arasu2005a,
title = {The {CQL} continuous query language: semantic foundations and query execution},
author = {Arvind Arasu and Shivnath Babu and Jennifer Widom},
year = 2005,
month = jul,
journal = {The {VLDB} Journal},
publisher = {Springer Nature},
volume = 15,
number = 2,
pages = {121--142},
doi = {10.1007/s00778-004-0147-z}
}
@inproceedings{Arenas12,
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},
year = 2012,
booktitle = {Proceedings of the 21st International Conference on World Wide Web},
location = {Lyon, France},
publisher = {ACM},
address = {New York, NY, USA},
series = {WWW '12},
pages = {629--638},
doi = {10.1145/2187836.2187922},
isbn = {978-1-4503-1229-5},
url = {http://doi.acm.org/10.1145/2187836.2187922},
acmid = 2187922,
keywords = {SPARQL 1.1, bag semantics, counting complexity, property paths},
numpages = 10
}
@book{JSONLD,
title = {{JSON-LD 1.0: A JSON-based Serialization for Linked Data}},
author = {Arnaud Le Hors, Chair},
year = 2014,
publisher = {W3C Recommendation},
url = {http://www.w3.org/TR/json-ld/},
howpublished = {http://www.w3.org/TR/json-ld/}
}
@misc{SHACLCharter,
title = {{RDF Data Shapes Working Group Charter}},
author = {Arnaud Le Hors, Chair},
year = 2014,
url = {http://www.w3.org/2014/data-shapes/charter/},
howpublished = {http://www.w3.org/2014/data-shapes/charter}
}
@misc{ShExPrimer,
title = {{Shape Expressions (ShEx) Primer}},
author = {Thomas Baker and Eric Prud'hommeaux},
year = 2017,
month = apr,
url = {http://www.w3.org/TR/rdf11-concepts/},
howpublished = {https://shexspec.github.io/primer/}
}
@article{Barbieri2010,
title = {C-{SPARQL}: A continuous query language for {RDF} data streams},
author = {Barbieri, Davide Francesco and Braga, Daniele and Ceri, Stefano and Della Valle, Emanuele and Grossniklaus, Michael},
year = 2010,
month = mar,
journal = {International Journal of Semantic Computing},
publisher = {World Scientific Pub Co Pte Lt},
volume = {04},
number = {01},
pages = {3--25},
doi = {10.1142/s1793351x10000936}
}
@article{CSPARQLBarbieri10,
title = {C-{SPARQL}: A continuous query language for {RDF} data streams},
author = {Barbieri, Davide Francesco and Braga, Daniele and Ceri, Stefano and Della Valle, Emanuele and Grossniklaus, Michael},
year = 2010,
month = mar,
journal = {International Journal of Semantic Computing},
publisher = {World Scientific Pub Co Pte Lt},
volume = {04},
number = {01},
pages = {3--25},
doi = {10.1142/s1793351x10000936}
}
@inproceedings{Battle2006,
title = {{Gloze: XML to RDF and back again}},
author = {Battle, Steve},
year = 2006,
month = may,
booktitle = {Proceedings of the First Jena User Conference},
address = {HP Labs, Bristol}
}
@inproceedings{battle2006gloze,
title = {{Gloze: XML to RDF and back again}},
author = {Battle, Steve},
year = 2006,
month = may,
booktitle = {Proceedings of the First Jena User Conference},
address = {HP Labs, Bristol}
}
@inproceedings{Bazoobandi2017,
title = {Expressive Stream Reasoning with Laser},
author = {Hamid R. Bazoobandi and Harald Beck and Jacopo Urbani},
year = 2017,
booktitle = {The Semantic Web - {ISWC} 2017 - 16th International Semantic Web Conference, Vienna, Austria, October 21-25, 2017, Proceedings, Part {I}},
pages = {87--103},
doi = {10.1007/978-3-319-68288-4_6},
url = {https://doi.org/10.1007/978-3-319-68288-4_6},
bibsource = {dblp computer science bibliography, http://dblp.org},
biburl = {http://dblp.org/rec/bib/conf/semweb/BazoobandiBU17},
timestamp = {Thu, 12 Oct 2017 10:40:23 +0200}
}
@inproceedings{BazoobandiBU17,
title = {Expressive Stream Reasoning with Laser},
author = {Hamid R. Bazoobandi and Harald Beck and Jacopo Urbani},
year = 2017,
booktitle = {The Semantic Web - {ISWC} 2017 - 16th International Semantic Web Conference, Vienna, Austria, October 21-25, 2017, Proceedings, Part {I}},
pages = {87--103},
doi = {10.1007/978-3-319-68288-4_6},
url = {https://doi.org/10.1007/978-3-319-68288-4_6},
bibsource = {dblp computer science bibliography, http://dblp.org},
biburl = {http://dblp.org/rec/bib/conf/semweb/BazoobandiBU17},
timestamp = {Thu, 12 Oct 2017 10:40:23 +0200}
}
@techreport{Beck2017a,
title = {{LARS: A Logic-Based Framework for Analytic Reasoning over Streams}},
author = {Harald Beck and Minh Dao-Tran and Thomas Eiter},
year = 2017,
month = oct,
number = {INFSYS RR-1843-17-03},
institution = {Institute of Information Systems, TU Vienna},
group = {Knowledge-based Systems Group}
}
@techreport{lars-rr17,
title = {{LARS: A Logic-Based Framework for Analytic Reasoning over Streams}},
author = {Harald Beck and Minh Dao-Tran and Thomas Eiter},
year = 2017,
month = oct,
number = {INFSYS RR-1843-17-03},
institution = {Institute of Information Systems, TU Vienna},
group = {Knowledge-based Systems Group}
}
@article{Beck2017,
title = {Ticker: {A} system for incremental ASP-based stream reasoning},
author = {Harald Beck and Thomas Eiter and Christian Folie},
year = 2017,
journal = {{TPLP}},
volume = 17,
number = {5-6},
pages = {744--763},
doi = {10.1017/S1471068417000370},
url = {https://doi.org/10.1017/S1471068417000370},
bibsource = {dblp computer science bibliography, http://dblp.org},
biburl = {http://dblp.org/rec/bib/journals/tplp/BeckEB17},
timestamp = {Tue, 21 Nov 2017 17:12:43 +0100}
}
@article{BeckEF17,
title = {Ticker: {A} system for incremental ASP-based stream reasoning},
author = {Harald Beck and Thomas Eiter and Christian Folie},
year = 2017,
journal = {{TPLP}},
volume = 17,
number = {5-6},
pages = {744--763},
doi = {10.1017/S1471068417000370},
url = {https://doi.org/10.1017/S1471068417000370},
bibsource = {dblp computer science bibliography, http://dblp.org},
biburl = {http://dblp.org/rec/bib/journals/tplp/BeckEB17},
timestamp = {Tue, 21 Nov 2017 17:12:43 +0100}
}
@article{Belleau08,
title = {{Bio2RDF: towards a mashup to build bioinformatics knowledge systems.}},
author = {Belleau, Fran\c{c}ois and Nolin, Marc-Alexandre and Tourigny, Nicole and Rigault, Philippe and Morissette, Jean},
year = 2008,
month = oct,
journal = {Journal of biomedical informatics},
volume = 41,
number = 5,
pages = {706--716},
doi = {10.1016/j.jbi.2008.03.004},
issn = {1532-0480},
url = {http://www.ncbi.nlm.nih.gov/pubmed/18472304},
abstract = {Presently, there are numerous bioinformatics databases available on different websites. Although RDF was proposed as a standard format for the web, these databases are still available in various formats. With the increasing popularity of the semantic web technologies and the ever growing number of databases in bioinformatics, there is a pressing need to develop mashup systems to help the process of bioinformatics knowledge integration. Bio2RDF is such a system, built from rdfizer programs written in JSP, the Sesame open source triplestore technology and an OWL ontology. With Bio2RDF, documents from public bioinformatics databases such as Kegg, PDB, MGI, HGNC and several of NCBI's databases can now be made available in RDF format through a unique URL in the form of http://bio2rdf.org/namespace:id. The Bio2RDF project has successfully applied the semantic web technology to publicly available databases by creating a knowledge space of RDF documents linked together with normalized URIs and sharing a common ontology. Bio2RDF is based on a three-step approach to build mashups of bioinformatics data. The present article details this new approach and illustrates the building of a mashup used to explore the implication of four transcription factor genes in Parkinson's disease. The Bio2RDF repository can be queried at http://bio2rdf.org.},
keywords = {Animals,Artificial Intelligence,Computational Biology,Computational Biology: methods,Controlled,Database Management Systems,Humans,Information Dissemination,Information Dissemination: methods,Information Storage and Retrieval,Information Storage and Retrieval: methods,Internet,Internet: utilization,Parkinson Disease,Parkinson Disease: genetics,Programming Languages,SML-LIB-BIBLIO,Semantics,Systems Integration,Terminology as Topic,Transcription Factors,Transcription Factors: analysis,Transcription Factors: metabolism,Vocabulary,bioinformatics,lang:ENG,rdf,semantic web,semantic\_web},
mendeley-tags = {SML-LIB-BIBLIO,bioinformatics,lang:ENG,rdf,semantic web},
pmid = 18472304
}
@article{Berardi200570,
title = {Reasoning on \{UML\} class diagrams},
author = {Daniela Berardi and Diego Calvanese and Giuseppe De Giacomo},
year = 2005,
journal = {Artificial Intelligence},
volume = 168,
number = {1–2},
pages = {70--118},
doi = {http://dx.doi.org/10.1016/j.artint.2005.05.003},
issn = {0004-3702},
url = {http://www.sciencedirect.com/science/article/pii/S0004370205000792},
abstract = {\{UML\} is the de-facto standard formalism for software design and analysis. To support the design of large-scale industrial applications, sophisticated \{CASE\} tools are available on the market, that provide a user-friendly environment for editing, storing, and accessing multiple \{UML\} diagrams. It would be highly desirable to equip such \{CASE\} tools with automated reasoning capabilities, such as those studied in Artificial Intelligence and, in particular, in Knowledge Representation and Reasoning. Such capabilities would allow to automatically detect relevant formal properties of \{UML\} diagrams, such as inconsistencies or redundancies. With regard to this issue, we consider \{UML\} class diagrams, which are one of the most important components of UML, and we address the problem of reasoning on such diagrams. We resort to several results developed in the field of Knowledge Representation and Reasoning, regarding Description Logics (DLs), a family of logics that admit decidable reasoning procedures. Our first contribution is to show that reasoning on \{UML\} class diagrams is EXPTIME-hard, even under restrictive assumptions; we prove this result by showing a polynomial reduction from reasoning in DLs. The second contribution consists in establishing EXPTIME-membership of reasoning on \{UML\} class diagrams, provided that the use of arbitrary \{OCL\} (first-order) constraints is disallowed. We get this result by using \{DLR\} ifd , a very expressive EXPTIME-decidable \{DL\} that has been developed to capture typical features of conceptual and object-oriented data models. The last contribution has a more practical flavor, and consists in a polynomial encoding of \{UML\} class diagrams in the \{DL\} \{ALCQI\} , which essentially is the most expressive \{DL\} supported by current state-of-the-art DL-based reasoning systems. Though less expressive than \{DLR\} ifd , the \{DL\} \{ALCQI\} preserves enough semantics to keep reasoning about \{UML\} class diagrams sound and complete. Exploiting such an encoding, one can use current DL-based reasoning systems as core reasoning engines for a next generation of \{CASE\} tools, that are equipped with reasoning capabilities on \{UML\} class diagrams.},
keywords = {Knowledge representation, Description logics, UML class diagrams, Computational complexity, Verification, CASE tools}
}
@misc{bernerslee06,
title = {Linked-data design issues},
author = {{Berners-Lee}, Tim},
year = 2006,
month = jun,
url = {http://www.w3.org/DesignIssues/LinkedData.html},
note = {http://www.w3.org/DesignIssue/LinkedData.html},
howpublished = {W3C design issue document},
keywords = {linked-data}
}
@article{Berners_Lee_2001,
title = {The Semantic Web},
author = {Tim Berners-Lee and James Hendler and Ora Lassila},
year = 2001,
month = may,
journal = {Scientific American},
publisher = {Springer Nature},
volume = 284,
number = 5,
pages = {34--43},
doi = {10.1038/scientificamerican0501-34}
}
@inproceedings{Berrueta2008,
title = {{XSLT} + {SPARQL}: Scripting the Semantic Web with {SPARQL} embedded into {XSLT} stylesheets},
author = {Berrueta, Diego and Labra Gayo, Jose Emilio and Herman, Ivan},
year = 2008,
month = jun,
booktitle = {4th Workshop on Scripting for the Semantic Web},
publisher = {CEUR-WS},
address = {Tenerife},
volume = 368,
editor = {Bizer, Christian and Auer, Sören and Aastrand, Gunnar and Tom Heath, Grimnes}
}
@inproceedings{berrueta2008xslt+,
title = {{XSLT} + {SPARQL}: Scripting the Semantic Web with {SPARQL} embedded into {XSLT} stylesheets},
author = {Berrueta, Diego and Labra Gayo, Jose Emilio and Herman, Ivan},
year = 2008,
month = jun,
booktitle = {4th Workshop on Scripting for the Semantic Web},
publisher = {CEUR-WS},
address = {Tenerife},
volume = 368,
editor = {Bizer, Christian and Auer, Sören and Aastrand, Gunnar and Tom Heath, Grimnes}
}
@incollection{Berrueta08,
title = {{XSLT+SPARQL}: Scripting the Semantic Web with {SPARQL} embedded into {XSLT} stylesheets},
author = {Berrueta, Diego and Labra, J. E. and Herman, Ivan},
year = 2008,
booktitle = {Proceedings of 4th Workshop on Scripting for the Semantic Web},
location = {Tenerife, Spain},
publisher = {5th European Semantic Web Conference (ESWC2008)},
url = {http://berrueta.net/file_download/5}
}
@book{XMLSchemaDatatypes,
title = {{XML} Schema Part 2: Datatypes Second Edition},
author = {Paul V. Biron and Ashok Malhotra},
year = 2004,
publisher = {W3C Recommendation},
url = {http://www.w3.org/TR/xmlschema-2/},
howpublished = {http://www.w3.org/TR/xmlschema-2/}
}
@article{Bischof12,
title = {Mapping between {RDF} and {XML} with {XSPARQL}},
author = {Stefan Bischof and Stefan Decker and Thomas Krennwallner and Nuno Lopes and Axel Polleres},
year = 2012,
journal = {Journal on Data Semantics},
volume = 1,
pages = {147--185},
issue = 3
}
@article{Bischof2012,
title = {{Mapping between RDF and XML with XSPARQL}},
author = {Bischof, Stefan and Decker, Stefan and Krennwallner, Thomas and Lopes, Nuno and Polleres, Axel},
year = 2012,
journal = {Journal on Data Semantics},
publisher = {Springer},
volume = 1,
number = 3,
pages = {147--185},
note = {doi: 10.1007/s13740-012-0008-7}
}
@article{bischof2012mapping,
title = {{Mapping between RDF and XML with XSPARQL}},
author = {Bischof, Stefan and Decker, Stefan and Krennwallner, Thomas and Lopes, Nuno and Polleres, Axel},
year = 2012,
journal = {Journal on Data Semantics},
publisher = {Springer},
volume = 1,
number = 3,
pages = {147--185},
note = {doi: 10.1007/s13740-012-0008-7}
}
@article{Bizer_2009,
title = {Linked Data - The Story So Far},
author = {Christian Bizer and Tom Heath and Tim Berners-Lee},
year = 2009,
journal = {International Journal on Semantic Web and Information Systems},
publisher = {{IGI} Global},
volume = 5,
number = 3,
pages = {1--22},
doi = {10.4018/jswis.2009081901}
}
@misc{DublinCore,
title = {{DCMI Metadata Terms}},
author = {DCMI Usage Board},
year = 2012,
url = {http://dublincore.org/documents/dcmi-terms/},
howpublished = {http://dublincore.org/documents/dcmi-terms/}
}
@unpublished{Boneva16ShExSHACL,
title = {{Comparative expressiveness of ShEx and SHACL}},
author = {Boneva, Iovka},
year = 2016,
month = mar,
url = {https://hal.archives-ouvertes.fr/hal-01288285},
note = {Early working draft}
}
@article{Boneva_2014,
title = {Schemas for Unordered {XML} on a {DIME}},
author = {Iovka Boneva and Radu Ciucanu and S{\l}awek Staworko},
year = 2014,
month = dec,
journal = {Theory of Computing Systems},
publisher = {Springer Nature},
volume = 57,
number = 2,
pages = {337--376},
doi = {10.1007/s00224-014-9593-1}
}
@article{BonevaShapeExpressionSchemas15,
title = {Shape Expressions Schemas},
author = {Iovka Boneva and Jos{\'{e}} Emilio Labra Gayo and Eric G. Prud'hommeaux and Slawek Staworko},
year = 2015,
journal = {CoRR},
volume = {abs/1510.05555},
url = {http://arxiv.org/abs/1510.05555},
bibsource = {dblp computer science bibliography, http://dblp.org},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/corr/BonevaGPS15},
timestamp = {Sun, 01 Nov 2015 17:30:45 +0100}
}
@inproceedings{Boneva17,
title = {Semantics and Validation of Shapes Schemas for RDF},
author = {Iovka Boneva and Labra Gayo, Jose Emilio and Prud'hommeaux, Eric},
year = 2017,
booktitle = {International Semantic Web Conference}
}
@article{Boneva2014,
title = {{Validating RDF with Shape Expressions}},
author = {{Boneva}, I. and Labra, J. E. and {Hym}, S. and {Prud'hommeau}, E.~G. and {Solbrig}, H. and {Staworko}, S.},
year = 2014,
month = apr,
journal = {ArXiv e-prints},
adsnote = {Provided by the SAO/NASA Astrophysics Data System},
adsurl = {http://adsabs.harvard.edu/abs/2014arXiv1404.1270B},
archiveprefix = {arXiv},
eprint = {1404.1270},
keywords = {Computer Science - Databases},
primaryclass = {cs.DB}
}
@misc{FHIR_LinkedDataModule,
title = {{FHIR} Linked Data Module},
author = {David Booth},
year = 2017,
month = apr,
howpublished = {\url{https://www.hl7.org/fhir/linked-data-module.html}}
}
@inproceedings{Bosch2015,
title = {The Role of Reasoning for RDF Validation},
author = {Bosch, Thomas and Acar, Erman and Nolle, Andreas and Eckert, Kai},
year = 2015,
booktitle = {Proceedings of the 11th International Conference on Semantic Systems},
location = {Vienna, Austria},
publisher = {ACM},
address = {New York, NY, USA},
series = {SEMANTICS '15},
pages = {33--40},
doi = {10.1145/2814864.2814867},
isbn = {978-1-4503-3462-4},
url = {http://doi.acm.org/10.1145/2814864.2814867},
acmid = 2814867,
keywords = {OWL, RDF constraint types, RDF validation, data quality, linked data, reasoning, semantic web},
numpages = 8
}
@misc{DDIDiscovery,
title = {DDI-RDF Discovery Vocabulary},
author = {Thomas Bosch and Richard Cyganiak and Joachim Wackerow and Benjamin Zapilko},
year = 2015,
month = mar,
publisher = {Data Document Initiative},
url = {http://rdf-vocabulary.ddialliance.org/discovery.html},
howpublished = {\url{http://rdf-vocabulary.ddialliance.org/discovery.html}}
}
@article{Boston20151,
title = {Probability Type Inference for Flexible Approximate Programming},
author = {Boston, Brett and Sampson, Adrian and Grossman, Dan and Ceze, Luis},
year = 2015,
month = oct,
journal = {SIGPLAN Not.},
publisher = {ACM},
address = {New York, NY, USA},
volume = 50,
number = 10,
pages = {470--487},
doi = {10.1145/2858965.2814301},
issn = {0362-1340},
url = {http://doi.acm.org/10.1145/2858965.2814301},
acmid = 2814301,
issue_date = {October 2015},
keywords = {approximate computing, type inference},
numpages = 18
}
@inproceedings{Bourhis2017,
title = {JSON: Data Model, Query Languages and Schema Specification},
author = {Bourhis, Pierre and Reutter, Juan L. and Su\'{a}rez, Fernando and Vrgo\v{c}, Domagoj},
year = 2017,
booktitle = {Proceedings of the 36th ACM SIGMOD-SIGACT-SIGAI Symposium on Principles of Database Systems},
location = {Chicago, Illinois, USA},
publisher = {ACM},
address = {New York, NY, USA},
series = {PODS '17},
pages = {123--135},
doi = {10.1145/3034786.3056120},
isbn = {978-1-4503-4198-1},
url = {http://doi.acm.org/10.1145/3034786.3056120},
acmid = 3056120,
keywords = {json, navigation, schema languages},
numpages = 13
}
@inproceedings{Bourhis2017a,
title = {JSON: Data Model, Query Languages and Schema Specification},
author = {Bourhis, Pierre and Reutter, Juan L. and Su\'{a}rez, Fernando and Vrgo\v{c}, Domagoj},
year = 2017,
booktitle = {Proceedings of the 36th ACM SIGMOD-SIGACT-SIGAI Symposium on Principles of Database Systems},
location = {Chicago, Illinois, USA},
publisher = {ACM},
address = {New York, NY, USA},
series = {PODS '17},
pages = {123--135},
doi = {10.1145/3034786.3056120},
isbn = {978-1-4503-4198-1},
url = {http://doi.acm.org/10.1145/3034786.3056120},
acmid = 3056120,
keywords = {json, navigation, schema languages},
numpages = 13
}
@article{Box1976,
title = {Science and Statistics},
author = {George E. P. Box},
year = 1976,
journal = {Journal of the American Statistical Association},
volume = 71,
number = 356,
pages = {791--799},
doi = {10.1080/01621459.1976.10480949},
url = {http://www.tandfonline.com/doi/abs/10.1080/01621459.1976.10480949},
eprint = {http://www.tandfonline.com/doi/pdf/10.1080/01621459.1976.10480949}
}
@article{Breitling2009,
title = {{A standard transformation from XML to RDF via XSLT}},
author = {Breitling, Frank},
year = 2009,
journal = {Astronomische Nachrichten},
publisher = {Wiley Online Library},
volume = 330,
number = 7,
pages = {755--760},
note = {doi: 10.1002/asna.200811233}
}
@article{breitling2009standard,
title = {{A standard transformation from XML to RDF via XSLT}},
author = {Breitling, Frank},
year = 2009,
journal = {Astronomische Nachrichten},
publisher = {Wiley Online Library},
volume = 330,
number = 7,
pages = {755--760},
note = {doi: 10.1002/asna.200811233}
}
@misc{RDFSchema1998,
title = {Resource Description Framework ({RDF}) Schemas},
author = {Dan Brickley and R. V. Guha and Andrew Layman},
year = 1998,
url = {https://www.w3.org/TR/1998/WD-rdf-schema-19980409/},
howpublished = {https://www.w3.org/TR/1998/WD-rdf-schema-19980409/}
}
@article{Cabalar17,
title = {Stable reasoning},
author = {Pedro Cabalar and David Pearce and Agustín Valverde},
year = 2017,
journal = {Journal of Applied Non-Classical Logics},
publisher = {Taylor \& Francis},
volume = 27,
number = {3-4},
pages = {238--254},
doi = {10.1080/11663081.2018.1439358},
url = {\url{https://doi.org/10.1080/11663081.2018.1439358}},
eprint = {https://doi.org/10.1080/11663081.2018.1439358}
}
@article{Cabalar2017,
title = {Stable reasoning},
author = {Pedro Cabalar and David Pearce and Agustín Valverde},
year = 2017,
journal = {Journal of Applied Non-Classical Logics},
publisher = {Taylor \& Francis},
volume = 27,
number = {3-4},
pages = {238--254},
doi = {10.1080/11663081.2018.1439358},
url = {https://doi.org/10.1080/11663081.2018.1439358},
eprint = {https://doi.org/10.1080/11663081.2018.1439358}
}
@misc{Cagle17,
title = {{SHACL}: It's About Time},
author = {Kurt Cagle},
year = 2017,
month = mar,
howpublished = {\url{https://dzone.com/articles/its-about-time}}
}
@article{Calbimonte2012,
title = {Enabling Query Technologies for the Semantic Sensor Web},
author = {Jean-Paul Calbimonte and Hoyoung Jeung and Oscar Corcho and Karl Aberer},
year = 2012,
month = jan,
journal = {International Journal on Semantic Web and Information Systems},
publisher = {{IGI} Global},
volume = 8,
number = 1,
pages = {43--63},
doi = {10.4018/jswis.2012010103}
}
@article{Calbimonte2012a,
title = {Enabling Query Technologies for the Semantic Sensor Web},
author = {Jean-Paul Calbimonte and Hoyoung Jeung and Oscar Corcho and Karl Aberer},
year = 2012,
month = jan,
journal = {International Journal on Semantic Web and Information Systems},
publisher = {{IGI} Global},
volume = 8,
number = 1,
pages = {43--63},
doi = {10.4018/jswis.2012010103}
}
@misc{Trig,
title = {Trig: {RDF} Dataset language},
author = {Gavin Carothers and Andy Seaborne},
year = 2014,
url = {http://www.w3.org/TR/trig/},
howpublished = {http://www.w3.org/TR/trig/}
}
@misc{WSDL,
title = {{Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language}},
author = {Roberto Chinnici and Jean-Jacques Moreau and Arthur Ryman and Sanjiva Weerawarana},
year = 2007,
url = {https://www.w3.org/TR/wsdl20/},
howpublished = {https://www.w3.org/TR/wsdl20/}
}
@inproceedings{ClarkSirin13,
title = {On {RDF} Validation, Stardog {ICV}, and Assorted Remarks},
author = {Kendall Clark and Evren Sirin},
year = 2013,
month = sep,
booktitle = {RDF Validation Workshop. Practical Assurances for Quality RDF Data},
publisher = {http://www.w3.org/2012/12/rdf-val},
address = {Cambridge, Ma, Boston},
organization = {W3c}
}
@inproceedings{Coen2004,
title = {Schemapath, a Minimal Extension to Xml Schema for Conditional Constraints},
author = {Coen, Claudio Sacerdoti and Marinelli, Paolo and Vitali, Fabio},
year = 2004,
booktitle = {Proceedings of the 13th International Conference on World Wide Web},
location = {New York, NY, USA},
publisher = {ACM},
address = {New York, NY, USA},
series = {WWW '04},
pages = {164--174},
doi = {10.1145/988672.988695},
isbn = {1-58113-844-X},
url = {http://doi.acm.org/10.1145/988672.988695},
acmid = 988695,
keywords = {co-constraints, schema languages, schemapath, xml},
numpages = 11
}
@inproceedings{Corman18SHACL,
title = {Semantics and validation of recursive {SHACL}},
author = {Corman, Jlien and Reutter, Juan L. and Savkovic, Ognjen},
year = 2018,
month = oct,
booktitle = {Proceedings of the 17th {I}nternational {S}emantic {W}eb {C}onference},
url = {http://www.inf.unibz.it/krdb/}
}
@techreport{Corman18SHACLExtendedReport,
title = {Semantics and validation of recursive {SHACL} (extended version)},
author = {Corman, Jlien and Reutter, Juan L. and Savkovic, Ognjen},
year = 2018,
month = oct,
booktitle = {KRDB Research Centre Technical Report},
number = {KRDB18-01},
institution = {KRDB Research Centre}
}
@inproceedings{Corman2018,
title = {Semantics and validation of recursive {SHACL}},
author = {Corman, Jlien and Reutter, Juan L. and Savkovic, Ognjen},
year = 2018,
month = oct,
booktitle = {Proceedings of the 17th {I}nternational {S}emantic {W}eb {C}onference},
url = {http://www.inf.unibz.it/krdb/}
}
@techreport{Corman2018a,
title = {Semantics and validation of recursive {SHACL} (extended version)},
author = {Corman, Jlien and Reutter, Juan L. and Savkovic, Ognjen},
year = 2018,
month = oct,
booktitle = {KRDB Research Centre Technical Report},
number = {KRDB18-01},
institution = {KRDB Research Centre}
}
@inproceedings{KarenCoyleTomBaker13,
title = {Dublin Core Application Profiles. Separating Validation from Semantics},
author = {Karen Coyle and Tom Baker},
year = 2013,
month = sep,
booktitle = {RDF Validation Workshop. Practical Assurances for Quality RDF Data},
publisher = {http://www.w3.org/2012/12/rdf-val},
address = {Cambridge, Ma, Boston},
organization = {W3c}
}
@book{RDFDataCube,
title = {{The RDF Data Cube Vocabulary}},
author = {Richard Cyganiak and Dave Reynolds},
year = 2014,
publisher = {W3C Recommendation},
url = {https://www.w3.org/TR/vocab-data-cube/},
howpublished = {https://www.w3.org/TR/vocab-data-cube/}
}
@book{RDF11,
title = {{RDF 1.1} - Concepts and Abstract Syntax},
author = {Richard Cyganiak and David Wood and Markus Lanthaler},
year = 2014,
month = feb,
publisher = {W3C Recommendation},
url = {http://www.w3.org/TR/rdf11-concepts/},
howpublished = {http://www.w3.org/TR/rdf11-concepts/}
}
@misc{RDF11Semantics,
title = {{RDF 1.1 Semantics}},
author = {Patrick J. Hayes and Peter F. Patel-Schneider},
year = 2014,
url = {\url{http://www.w3.org/TR/rdf11-mt/}},
howpublished = {\url{http://www.w3.org/TR/rdf11-mt/}}
}
@article{vanDam2015,
title = {RDF2Graph a tool to recover, understand and validate the ontology of an RDF resource},
author = {van Dam, Jesse CJ and Koehorst, Jasper J. and Schaap, Peter J. and Martins dos Santos, Vitor AP and Suarez-Diez, Maria},
year = 2015,
month = oct,
day = 23,
journal = {Journal of Biomedical Semantics},
volume = 6,
number = 1,
pages = 39,
doi = {10.1186/s13326-015-0038-9},
issn = {2041-1480},
url = {http://dx.doi.org/10.1186/s13326-015-0038-9},
abstract = {Semantic web technologies have a tremendous potential for the integration of heterogeneous data sets. Therefore, an increasing number of widely used biological resources are becoming available in the RDF data model. There are however, no tools available that provide structural overviews of these resources. Such structural overviews are essential to efficiently query these resources and to assess their structural integrity and design, thereby strengthening their use and potential.}
}
@book{RDFSchema11,
title = {{RDF} Schema 1.1},
author = {{Dan Brickley and R. V. Guha}},
year = 2014,
publisher = {W3C Recommendation},
url = {http://www.w3.org/TR/rdf-schema/},
howpublished = {http://www.w3.org/TR/rdf-schema/}
}
@book{RDFSchema2004,
title = {{RDF Vocabulary Description Language 1.0: RDF Schema}},
author = {{Dan Brickley and R. V. Guha}},
year = 2004,
publisher = {W3C Recommendation},
url = {https://www.w3.org/TR/2004/REC-rdf-schema-20040210/},
howpublished = {http://www.w3.org/TR/PR-rdf-schema}
}
@misc{RDFSchema1999,
title = {Resource Description Framework ({RDF}) Schema Specification},
author = {{Dan Brickley and R. V. Guha}},
year = 1999,
url = {http://www.w3.org/TR/PR-rdf-schema},
howpublished = {http://www.w3.org/TR/PR-rdf-schema}
}
@book{R2RML,
title = {{R2RML}: {RDB} to {RDF} Mapping Language},
author = {Souripriya Das and Seema Sundara and Richard Cyganiak},
year = 2012,
month = sep,
publisher = {W3C Recommendation},
url = {http://www.w3.org/TR/r2rml/},
howpublished = {http://www.w3.org/TR/r2rml/}
}
@book{XMLSchema11Datatypes,
title = {{W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes}},
author = {{David Peterson, Shudi Gao, Ashok Malhotra, C. M. Sperberg-McQueen and Henry S. Thompson}},
year = 2012,
publisher = {W3C Recommendation},
url = {https://www.w3.org/TR/xmlschema11-2/},
howpublished = {https://www.w3.org/TR/xmlschema11-2/}
}
@book{OWL1,
title = {{OWL} Web Ontology Language Overview},
author = {{Deborah L McGuinness and Frank van Harmelen}},
year = 2004,
publisher = {W3C Recommendation},
url = {https://www.w3.org/TR/owl-features/},
howpublished = {https://www.w3.org/TR/owl-features/}
}
@article{DellAglio2017,
title = {Stream reasoning: A survey and outlook : A summary of ten years of research and a vision for the next decade},
author = {Dell' Aglio, Daniele and Della Valle, Emanuele and van Harmelen, Frank and Bernstein, Abraham},
year = 2017,
journal = {Data Science},
publisher = {I O S Press},
volume = 1,
number = {1-2},
pages = {59--83},
doi = {10.3233/DS-170006},
issn = {2451-8484}
}
@article{StreamReasoningAglio17,
title = {Stream reasoning: A survey and outlook : A summary of ten years of research and a vision for the next decade},
author = {Dell' Aglio, Daniele and Della Valle, Emanuele and van Harmelen, Frank and Bernstein, Abraham},
year = 2017,
journal = {Data Science},
publisher = {I O S Press},
volume = 1,
number = {1-2},
pages = {59--83},
doi = {10.3233/DS-170006},
issn = {2451-8484}
}
@inproceedings{deursen,
title = {{XML to RDF Conversion: A Generic Approach}},
author = {Deursen, Davy Van and Poppe, Chris and Martens, Gäetan and Mannens, Erik and de Walle, Rik Van},
year = 2008,
month = nov,
booktitle = {2008 International Conference on Automated solutions for Cross Media Content and Multi-channel Distribution.},
publisher = {IEEE},
address = {Florence},
pages = {138--144},
doi = {10.1109/AXMEDIS.2008.17},
note = {doi: 10.1109/AXMEDIS.2008.17},
editor = {Paolo Nesi and Kia Ng and Jaime Delgado}
}
@inproceedings{Deursen2008,
title = {{XML to RDF Conversion: A Generic Approach}},
author = {Deursen, Davy Van and Poppe, Chris and Martens, Gäetan and Mannens, Erik and de Walle, Rik Van},
year = 2008,
month = nov,
booktitle = {2008 International Conference on Automated solutions for Cross Media Content and Multi-channel Distribution.},
publisher = {IEEE},
address = {Florence},
pages = {138--144},
doi = {10.1109/AXMEDIS.2008.17},
note = {doi: 10.1109/AXMEDIS.2008.17},
editor = {Paolo Nesi and Kia Ng and Jaime Delgado}
}
@inproceedings{dimou_2015,
title = {Assessing and Refining Mappings to {RDF} to Improve Dataset Quality},
author = {Dimou, Anastasia and Kontokostas, Dimitris and Freudenberg, Markus and Verborgh, Ruben and Lehmann, Jens and Mannens, Erik and Hellmann, Sebastian and Van de Walle, Rik},
year = 2015,
month = oct,
booktitle = {Proceedings of the 14th International Semantic Web Conference}
}
@inproceedings{iswc15_rml_rdfunit,
title = {Assessing and {R}efining {M}appings to {RDF} to {I}mprove {D}ataset {Q}uality},
author = {Dimou, Anastasia and Kontokostas, Dimitris and Freudenberg, Markus and Verborgh, Ruben and Lehmann, Jens and Mannens, Erik and Hellmann, Sebastian and Van de Walle, Rik},
year = 2015,
month = oct,
booktitle = {Proceedings of the 14th {I}nternational {S}emantic {W}eb {C}onference}
}
@inproceedings{Dimou2014,
title = {{RML: A Generic Language for Integrated RDF Mappings of Heterogeneous Data.}},
author = {Dimou, Anastasia and Vander Sande, Miel and Colpaert, Pieter and Verborgh, Ruben and Mannens, Erik and Van de Walle, Rik},
year = 2014,
booktitle = {LDOW},
address = {Seoul, Korea}
}
@inproceedings{dimou2014rml,
title = {{RML: A Generic Language for Integrated RDF Mappings of Heterogeneous Data.}},
author = {Dimou, Anastasia and Vander Sande, Miel and Colpaert, Pieter and Verborgh, Ruben and Mannens, Erik and Van de Walle, Rik},
year = 2014,
booktitle = {LDOW},
address = {Seoul, Korea}
}
@inproceedings{RML,
title = {{RML}: A {G}eneric {L}anguage for {I}ntegrated {RDF} {M}appings of {H}eterogeneous {D}ata},
author = {Dimou, Anastasia and Vander Sande, Miel and Colpaert, Pieter and Verborgh, Ruben and Mannens, Erik and Van de Walle, Rik},
year = 2014,
month = apr,
booktitle = {Proceedings of the 7th Workshop on Linked Data on the Web},
url = {http://events.linkeddata.org/ldow2014/papers/ldow2014_paper_01.pdf}
}
@article{Dixon2013,
title = {A Graphical Based Approach to the Conceptual Modeling, Validation and Generation of XML Schema Definitions},
author = {Dixon, Mark B.},
year = 2013,
month = jan,
journal = {Int. J. Inf. Technol. Web Eng.},
publisher = {IGI Global},
address = {Hershey, PA, USA},
volume = 8,
number = 1,
pages = {1--22},
doi = {10.4018/jitwe.2013010101},
issn = {1554-1045},
url = {http://dx.doi.org/10.4018/jitwe.2013010101},
acmid = 2531939,
issue_date = {January 2013},
keywords = {Extensible Mark-Up Language XML, Graphical, Meta-Case, Modeling, Schema},
numpages = 22
}
@inproceedings{DojchinovskiDBpediaLinks,
title = {DBpedia Links: The Hub of Links for the Web of Data},
author = {Milan Dojchinovski and Dimitris Kontokostas and Robert R{\"o}{\ss}ling and Magnus Knuth and Sebastian Hellmann},
year = 2016,
month = sep,
booktitle = {Proceedings of the SEMANTiCS 2016 Conference (SEMANTiCS 2016)},
location = {Leipzig, Germany},
url = {https://svn.aksw.org/papers/2016/SEMANTiCS_DBpedia_Links/public.pdf},
date = {12-15},
keywords = {dojchinovski freme hellmann kontokostas kilt group_aksw sys:relevantFor:infai sys:relevantFor:bis sys:relevantFor:aligned 2016 aligned-project},
language = {english}
}
@book{DuCharme2011,
title = {Learning SPARQL},
author = {DuCharme, Bob},
year = 2011,
publisher = {O'Reilly Media, Inc.},
isbn = {1449306594, 9781449306595}
}
@misc{IRIs,
title = {Internationalized Resource Identifiers ({IRIs})},
author = {M. Duerst and M. Suignard},
year = 2015,
month = jan,
url = {https://tools.ietf.org/html/rfc3987},
howpublished = {https://tools.ietf.org/html/rfc3987}
}
@misc{Json,
title = {{The JSON data interchange format}},
author = {{ECMA International}},
year = 2013,
number = 404,
url = {http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf},
howpublished = {http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf}
}
@inproceedings{SHACL4PEkaputra16,
title = {SHACL4P: SHACL constraints validation within Protégé ontology editor},
author = {F. J. Ekaputra and Xiashuo Lin},
year = 2016,
month = oct,
booktitle = {2016 International Conference on Data and Software Engineering (ICoDSE)},
pages = {1--6},
doi = {10.1109/ICODSE.2016.7936162},
keywords = {data integration;graph theory;ontologies (artificial intelligence);semantic Web;SHACL4P;SHACL constraint validation;Protege ontology editor;semantic Web technologies;SWT researchers;resource description framework graphs;RDF graph;open source ontology editors;enterprise data integration problem;shape constraint language;W3C standard;OWL;Biological system modeling;Ontologies;Tools;SHACL;Protégé Plugin;Constraint Validation;RDF Graph}
}
@misc{DataShapesCharter,
title = {{RDF Data Shapes Working Group Charter}},
author = {Eric Prud'hommeaux, Phil Archer and Sandro Hawke},
year = 2014,
url = {https://www.w3.org/2014/data-shapes/charter},
howpublished = {https://www.w3.org/2014/data-shapes/charter}
}
@inproceedings{Ermilov2013,
title = {{CSV2RDF: User-driven CSV to RDF mass conversion framework}},
author = {Ermilov, Ivan and Auer, S{\"o}ren and Stadler, Claus},
year = 2013,
booktitle = {Proceedings of the ISEM},
address = {Graz, Austria},
volume = 13,
pages = {04--06}
}
@inproceedings{ermilov2013csv2rdf,
title = {{CSV2RDF: User-driven CSV to RDF mass conversion framework}},
author = {Ermilov, Ivan and Auer, S{\"o}ren and Stadler, Claus},
year = 2013,
booktitle = {Proceedings of the ISEM},
address = {Graz, Austria},
volume = 13,