-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
382 lines (344 loc) · 14.8 KB
/
index.html
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
<html>
<head>
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
margin-left: 10vw;
/* Adjust the value as per your needs */
margin-right: 10vw;
/* Adjust the value as per your needs */
font-family: Arial, sans-serif;
}
.header {
display: flex;
justify-content: center;
align-items: center;
padding: 30px;
background-color: #ffffff;
}
.title {
text-align: center;
font-size: 34px;
font-weight: bold;
color: blue;
margin-bottom: 10px;
}
.subtitle {
text-align: center;
font-size: 20px;
color: black;
margin-bottom: 10px;
}
.location {
text-align: center;
font-size: 18px;
color: black;
margin-bottom: 20px;
}
.menu {
background-color: #f1f1f1;
overflow: hidden;
position: sticky;
top: 0;
}
.menu a {
float: right;
color: black;
text-align: center;
padding: 10px 15px;
text-decoration: none;
font-size: 14px;
}
.menu a:hover {
background-color: #ddd;
}
.content {
margin: 40px;
}
.slideshow {
display: flex;
overflow: hidden;
max-width: 600px;
/* Adjust max-width as needed */
margin: 0 auto;
}
.slide {
display: none;
width: 100%;
}
.slide:target {
display: block;
}
.slide img {
width: 100%;
height: auto;
}
/* CSS for navigation links */
.nav {
text-align: center;
margin-top: 20px;
}
.nav a {
display: inline-block;
margin: 0 5px;
padding: 5px 10px;
background-color: #333;
color: #fff;
text-decoration: none;
border-radius: 5px;
}
.nav a:hover {
background-color: #555;
}
</style>
</head>
<body>
<div class="header">
<div class="title"><span style="color:blue;font-size:34px;"><b>15th Workshop on Ontology Design and Patterns (WOP
2024)</b></span><br><span style="color:black;font-size:20px;">Colocated with the <a
href="https://iswc2024.semanticweb.org/" style="color:black;text-decoration: none;">23rd International
Semantic Web Conference (ISWC 2024)</a></span><br><span style="color:black;font-size:18px;"> November 11,
2024. Baltimore, Maryland.</span><br>
</div>
</div>
<div class="menu">
<a href="#pictures">Pictures</a>
<a href="#organization">Organization</a>
<a href="#proceedings">Proceedings</a>
<a href="#program">Program</a>
<a href="#submission">Submission</a>
<a href="#dates">Dates</a>
<a href="#cfp">Calls</a>
<a href="index.html">Home</a>
</div>
<br>
<h2>About</h2>
</div>
<hr style="color: blue;">
<div style="text-align: justify;">The WOP workshop series covers issues related to quality in ontology design and
ontology design patterns (ODPs) for data and knowledge engineering in Semantic Web. The increased attention to ODPs
in recent years through their interaction with emerging trends of Semantic Web such as knowledge graphs can be
attributed to their benefit for knowledge engineers and Semantic Web developers. Such benefits come in the form of a
direct link to requirements, reuse, guidance, and better communication. The workshop’s aim is thus not just: 1)
providing an arena for discussing patterns, pattern-based ontologies, systems, datasets, but also 2) broadening the
pattern community by developing its own "discourse" for discussing and describing relevant problems and their
solutions.</div>
<h2 id="cfp">Call for Papers and Patterns</h2>
</div>
<hr style="color: blue;">
<p style="text-align: justify;">We invite the submission of original research results related to the focus areas of
the workshop in one of three categories:</p>
<ol>
<li>Research papers (maximum 12 pages CEUR style) presenting mature work and established results.</li>
<li>Short papers (maximum 6 pages CEUR style) presenting proposed research directions, novel ideas, or more general
positions or discussions.</li>
<li>Ontology Design Patterns (described in paper format, 5-12 pages CEUR style) should solve a particular modeling
problem of relevance either to the broader ontology engineering community or to some specific knowledge domain in
a novel and reusable manner. These must additionally be submitted through the ODP community portal. Note that
accepted pattern submissions are presented through a poster session (see below).</li>
</ol>
<h3 id="cfp">Topics of Interest</h3>
</div>
<hr style="color: blue;">
<p style="text-align: justify;">We particularly welcome contributions on topics concerning the development of
high-quality ontologies in general (with or without the help of ODPs), as well as studies and applications of ODPs
for knowledge graph construction and maintenance. In addition, as usual, we also welcome pattern descriptions of all
sorts, including patterns geared towards applications in specific domains such as geosciences, life sciences,
sustainability, digital humanities, or e-commerce. The main topics of interest are as follows.</p>
<ol>
<li>Use of ontology design patterns for any kind of knowledge engineering, including
<ul>
<li> Pattern-based ontology design, conceptual modeling or knowledge engineering broadly</li>
<li> Pattern Use in knowledge graphs or linked data settings (including pattern-driven linking or data
publishing)</li>
<li> Pattern-based information extraction, ontology learning, and relation to NLP</li>
<li> Pattern use in streaming, ingesting or evolving knowledge</li>
<li> Use of patterns for ontology evaluation, quality assurance, ontology selection, integration or alignment
</li>
<li> Pattern-based development of semantic applications</li>
<li> Reasoning with patterns (including automated reasoning, verification, or contextual reasoning)</li>
</ul>
</li>
<li>Methods and tools for developing high-quality ontologies (with or without the help of patterns), including
<ul>
<li> Ontology engineering by domain experts</li>
<li> Quality attributes or metrics in ontologies and ontology engineering</li>
<li> Quality assurance approaches for ontology engineering</li>
</ul>
</li>
<li>Development or analysis of ontology design patterns, including
<ul>
<li> Pattern extraction</li>
<li> Analyses of ontology design patterns or their uses</li>
<li> Antipatterns and their relation to ODPs</li>
</ul>
</li>
<li>Development and use of patterns in specific domains, including
<ul>
<li> Data lakes, business intelligence, or Big Data integration</li>
<li> Geosciences, life sciences, engineering, digital humanities, cultural preservation</li>
<li> IoT, smart homes & cities, smart agriculture</li>
<li> Semantic technology, including social networks, semantic wikis and blogs</li>
</ul>
</li>
<li>Modularity in Knowledge graphs and patterns, including
<ul>
<li> Theoretical and cognitive aspects of modularity</li>
<li> Modularity in knowledge engineering, knowledge graphs, ontologies, and linked data</li>
<li> Extraction, versioning and evolution with modules</li>
<li> Representing knowledge in context</li>
</ul>
</li>
</ol>
<h2 id="submission">Submission Instructions</h2>
</div>
<hr style="color: blue;">
Submissions should be made via the [WOP 2024 OpenReviews submission
page](https://openreview.net/group?id=swsa.semanticweb.org/ISWC/2024/Workshop/WOP). Detailed instructions can be found
at the <a href="submission_instructions.html" target="_blank">submission page</a>. Note that design pattern
submissions also need to be submitted to the ontologydesignpatterns.org community portal, as described on that page.
<h3>Posters</h3>
<p style="text-align: justify;">Accepted pattern submissions will be expected to present a poster describing the
pattern at the workshop poster session. Accepted research or short papers may also be presented in this manner if
the authors would like to, but posters are not mandatory for such submissions.</p>
<h2 id="dates">Important Dates</h2>
</div>
<hr style="color: blue;">
<ul>
<li> Papers submissions: July 31, 2024</li>
<li> Papers notifications: August 28, 2024</li>
<li> Camera-ready submissions: September 4, 2024</li>
<li> Workshop will be held on: November 11, 2024</li>
</ul>
<h2 id="program">Program</h2>
</div>
<hr style="color: blue;">
<table>
<tr>
<td> 9:00 - 9:30</td>
<td colspan="2"> Introduction</td>
<!-- <td></td> -->
</tr>
<tr>
<td> 9:30 - 9:45</td>
<td> IndiLegalOnt: An Ontology for the Indian Legal System <a href="#">(slides)</a></td>
<td> Apurv Dube, Joseph Pokkatt, Raghava Mutharaju, Vikram Goyal</td>
</tr>
<tr>
<td> 9:45 - 10:00</td>
<td> One Pattern to Express Them All? Towards Generalised Patterns for Ontology Design in the Digital Humanities <a href="https://zenodo.org/records/14063901">(slides)</a></td>
<td> Sarah Rebecca Ondraszek, Bruno Sartini, Marieke van Erp, Andrea Poltronieri, Pasquale Lisena, Harald Sack</td>
</tr>
<tr>
<td> 10:00 - 10:15</td>
<td> Phased Evaluation of Ontologies with Domain and Ontology Experts <a href="assets/2024-wop-randles.pptx">(slides)</a></td>
<td> Alex Randles, Declan O'Sullivan</td>
</tr>
<tr>
<td> 10:15 - 10:30</td>
<td> Towards Computable and Explainable Policies Using Semantic Web Standards <a href="assets/2024-wop-santos.pdf">(slides)</a></td>
<td> Henrique Santos, Jamie McCusker, John S. Erickson, Alice M. Mulvehill, Oshani Seneviratne, Deborah McGuinness</td>
</tr>
<tr>
<td> 10:40 - 11:00</td>
<td colspan="2"> Coffee Break</td>
<!-- <td></td> -->
</tr>
<tr>
<td> 11:00 - 12:10</td>
<td colspan="2"> Keynote</td>
<!-- <td></td> -->
</tr>
<tr>
<td> 12:10 - 12:25</td>
<td> Kind of X and X of Interest: An Ontology Design Pattern to Reconcile Web of Thing Ontologies <a href="#">(slides)</a></td>
<td> Maxime Lefrançois, Catherine Roussey, Fatma-Zohra Hannou, Victor Charpenay, Antoine Zimmermann</td>
</tr>
<tr>
<td> 12:25 - 12:40</td>
<td> Ontology Design Metapattern for RelationType Role Compositions <a href="assets/2024-wop-utkarshani.pdf">(slides)</a></td>
<td> Utkarshani Jaimini, Ruwan Wickramarachchi, Cory Henson, Amit P. Sheth</td>
</tr>
<tr>
<td> 12:40 - x</td>
<td colspan="2"> End / Lunch</td>
<!-- <td></td> -->
</tr>
</table>
<h2 id="proceedings">Proceedings</h2>
</div>
<hr style="color: blue;">
<p style="text-align: justify;">Proceedings will be published via CEUR.</p>
<h2 id="organization">WOP Organization</h2>
</div>
<hr style="color: blue;">
<h3>WOP Chairs</h3>
<ul>
<li> <a href="https://www.evablomqvist.se/" target="_blank">Eva Blomqvist</a>, Department of Computer and
Information Science, Linköping University, Sweden (General co-chair)</li>
<li> <a href="https://cogan-shimizu.github.io/" target="_blank">Cogan Shimizu</a>, Department of Computer Science
and Engineering, Wright State University, Ohio (General co-chair)</li>
<li> <a href="https://www.unibo.it/sitoweb/annasofia.lippolis2/en" target="_blank">Anna Sofia Lippolis</a>,
Department of Philosophy
and Communication, University of Bologna, Italy and CNR-ISTC (patterns co-chair)</li>
<li> <a href="https://uninsubria.unifind.cineca.it/resource/person/3720" target="_blank">Loris Bozzato</a>,
Department of Theoretical
and Applied sciences, University of Insubria, Varese, Italy (patterns co-chair)</li>
<li> <a href="https://www.mn.uio.no/ifi/english/people/aca/martige/index.html" target="_blank">Martin G.
Skjæveland</a>, Department of Informatics,
University of Oslo, Norway (Papers Co-chair)</li>
<li> <a href="https://stlab.istc.cnr.it/stlab/staff/andrea-nuzzolese/" target="_blank">Andrea Giovanni
Nuzzolese</a>, CNR-Institute of Cognitive Sciences
and Technologies, Rome, Italy (Papers Co-chair)</li>
<li> Elham Ghiasi, Wright State University,
Ohio (Proceedings Chair)</li>
<li> Anmol Saini, Wright State University,
Ohio (Web Chair)</li>
</ul>
<h3>Steering Committee</h3>
The WOP Steering committee - [the Board of the Association of Ontology Design and
Patterns](http://ontologydesignpatterns.org/wiki/ODPA) - consists of:
<h3>Managing Committee</h3>
<ul>
<li><a href="https://www.istc.cnr.it/it/people/andrea-giovanni-nuzzolese" target="_blank">Andrea Giovanni
Nuzzolese</a>, ISTC-CNR (chair - elected 2020-2022)</li>
<li> <a href="https://karlhammar.com/">Karl Hammar</a>, Microsoft (vice chair - elected 2020-2022)</li>
<li><a href="https://coganshimizu.com/" target="_blank">Cogan Shimizu</a>, Wright State University (vice chair -
elected 2020-2022)</li>
</ul>
<h4>Other Board Members</h4>
<ul>
<li> Luigi Asprino, University of Bologna (elected 2020-2022)<br>
<li> Gary Berg-Cross, Ontolog Forum (elected 2020-2022)<br>
<li> Eva Blomqvist, Linköping University (elected 2016-2018, chair - elected 2017-2020, elected 2020-2022)<br>
<li> Aldo Gangemi, ISTC-CNR (elected 2016-2018, re-elected 2018-2020, re-elected 2020-2022)<br>
<li> Fiorela Ciroku, University of Bologna (elected 2020-2022)<br>
<li> Pascal Hitzler, Kansas State University (vice chair - elected 2017-2020, elected 2020-2022)<br>
<li> Adila Krisnadhi, Universitas Indonesia (elected 2017-2020, re-elected 2020-2022)<br>
<li> Valentina Presutti, University of Bologna (vice chair - elected 2016-2018, vice chair - re-elected 2018-2020,
elected 2020-2022)<br>
<li> Jim Salmons, Citizen Scientist at FactMiners.org and The Softalk Apple Project (elected 2018-2020, re-elected
2020-2022)<br>
</ul>
<h3>PC members</h3>
<ul>
<li>María Poveda, Universidad Politécnica de Madrid, Spain</li>
<li>Adila A. Krisnadhi, University of Indonesia, Indonesia</li>
<li>Christian Kindermann, Stanford University, USA</li>
<li>Hande Küçük McGinty, Kansas State University, USA</li>
<li>Valentina Anita Carriero, University of Bologna, Italy</li>
<li>Stefano De Giorgis, National Research Council, Italy</li>
<li>Giorgia Lodi, National Research Council, Italy</li>
<li>Bruno Sartini, Ludwig-Maximilians University, Germany</li>
<li>Miguel Ceriani, National Research Council, Italy</li>
<li>Brandon Dave, Wright State University, USA</li>
<li>Antrea Christou, Wright State University, USA</li>
</ul>
</div>
</div>
</body>
</html>