-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathKonf.ttl
More file actions
513 lines (472 loc) · 24 KB
/
Konf.ttl
File metadata and controls
513 lines (472 loc) · 24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
# Generated by ChatGPT an 2026-01-27
@prefix conf: <http://opendiscovery.org/rdf/Conferences/> .
@prefix schema: <https://schema.org/> .
@prefix od: <http://opendiscovery.org/rdf/Model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
#################################################################
# TFC 2023 — TRIZ Future Conference
#################################################################
conf:TFC_2023 a schema:Event ;
schema:name "23rd International TRIZ Future Conference (TFC-2023)" ;
schema:startDate "2023-09-12"^^xsd:date ;
schema:endDate "2023-09-14"^^xsd:date ;
schema:url <https://tfc2023.etria.eu/> ;
schema:description "TFC 2023 focused on AI-driven invention and innovation, exploring the intersection of TRIZ with AI and systematic innovation methods. The conference included presentations, workshops, and case studies from academia and industry." ;
schema:location [
a schema:Place ;
schema:name "Offenburg University" ;
schema:address [
schema:addressLocality "Offenburg" ;
schema:addressCountry "DE"
]
] ;
schema:workPresented [
a schema:CreativeWork ;
schema:name "Towards AI-Aided Invention and Innovation: Proceedings of TFC 2023" ;
schema:creator "Denis Cavallucci; Pavel Livotov; Stelian Brad" ;
schema:isbn "978-3-031-42532-5" ;
schema:doi "https://doi.org/10.1007/978-3-031-42532-5" ;
schema:publisher "Springer Cham" ;
schema:url <https://link.springer.com/book/10.1007/978-3-031-42532-5>
] .
#################################################################
# TFC 2024 — TRIZ Future Conference
#################################################################
conf:TFC_2024 a schema:Event ;
schema:name "24th International TRIZ Future Conference (TFC-2024)" ;
schema:startDate "2024-11-06"^^xsd:date ;
schema:endDate "2024-11-08"^^xsd:date ;
schema:url <https://tfc2024.eu/> ;
schema:description "TFC 2024 explored AI-powered innovation and inventive design as part of the IFIP WG 5.4 TRIZ Future Conference series. The program included research presentations, industry use cases, and tutorials on TRIZ applications." ;
schema:location [
a schema:Place ;
schema:name "Technical University of Cluj-Napoca" ;
schema:address [
schema:addressLocality "Cluj-Napoca" ;
schema:addressCountry "RO"
]
] ;
schema:workPresented [
a schema:CreativeWork ;
schema:name "World Conference of AI-Powered Innovation and Inventive Design (TFC 2024), Proceedings Part I" ;
schema:creator "Denis Cavallucci; Stelian Brad; Pavel Livotov" ;
schema:isbn "978-3-031-75919-2" ;
schema:doi "https://doi.org/10.1007/978-3-031-75919-2" ;
schema:publisher "Springer Cham" ;
schema:url <https://link.springer.com/book/10.1007/978-3-031-75919-2>
] ;
schema:workPresented [
a schema:CreativeWork ;
schema:name "World Conference of AI-Powered Innovation and Inventive Design (TFC 2024), Proceedings Part II" ;
schema:creator "Denis Cavallucci; Stelian Brad; Pavel Livotov" ;
schema:isbn "978-3-031-75923-9" ;
schema:doi "https://doi.org/10.1007/978-3-031-75923-9" ;
schema:publisher "Springer Cham" ;
schema:url <https://link.springer.com/book/10.1007/978-3-031-75923-9>
] .
#################################################################
# ITC 2023 — International TRIZ Conference
#################################################################
conf:ITC_2023 a schema:Event ;
schema:name "International TRIZ Conference 2023 (ITC-2023)" ;
schema:startDate "2023-08-30"^^xsd:date ;
schema:endDate "2023-09-02"^^xsd:date ;
schema:url <https://www.matriz-official.net/index.php/events/2-uncategorised/31-itc-2023-page> ;
schema:description "The 1st official MATRIZ International TRIZ Conference focusing on research, TRIZ methodology, and practical applications. It included keynote talks, technical sessions, and workshops." ;
schema:location [
a schema:Place ;
schema:name "Graz University of Technology" ;
schema:address [
schema:addressLocality "Graz" ;
schema:addressCountry "AT"
]
] ;
schema:workPresented [
a schema:CreativeWork ;
schema:name "ITC 2023 Proceedings" ;
schema:isbn "978-9090380766" ;
schema:publisher "MATRIZ Official / Graz University of Technology" ;
schema:url <http://www.triz-event.com/ITC-2023-Proceedings.pdf>
] .
#################################################################
# TRIZfest 2023 — (Report)
#################################################################
conf:TRIZfest_2023 a schema:Event ;
schema:name "TRIZfest-2023" ;
schema:startDate "2023-09-14"^^xsd:date ;
schema:endDate "2023-09-17"^^xsd:date ;
schema:url <https://matriz.org/trizfest/> ;
schema:description "TRIZfest 2023 provided an international platform for TRIZ practitioners and researchers to present industrial case studies, teaching experiences, and applied TRIZ innovations." ;
schema:location [
a schema:Place ;
schema:name "Bengaluru, India" ;
schema:address [
schema:addressLocality "Bengaluru" ;
schema:addressCountry "IN"
]
] .
#################################################################
# TRIZfest 2024 — (Report)
#################################################################
conf:TRIZfest_2024 a schema:Event ;
schema:name "TRIZfest-2024" ;
schema:startDate "2024-09-04"^^xsd:date ;
schema:endDate "2024-09-06"^^xsd:date ;
schema:url <https://matriz.org/trizfest/> ;
schema:description "TRIZfest 2024 featured workshops, industrial case studies, and applied TRIZ presentations for an international audience, continuing the community tradition of knowledge exchange." ;
schema:location [
a schema:Place ;
schema:name "Kuching, Malaysia" ;
schema:address [
schema:addressLocality "Kuching" ;
schema:addressCountry "MY"
]
] .
#################################################################
# International TRIZ Conference ITC-2025 (Jeju Island, South Korea)
#################################################################
conf:ITC_2025 a schema:Event ;
schema:name "International TRIZ Conference 2025 (ITC-2025)" ;
schema:startDate "2025-09-25"^^xsd:date ;
schema:endDate "2025-09-27"^^xsd:date ;
schema:url <https://www.matriz-official.net/> ;
schema:location [
a schema:Place ;
schema:name "Jeju National University" ;
schema:address [
schema:addressLocality "Jeju" ;
schema:addressCountry "KR"
]
] ;
schema:description "ITC-2025, hosted on Jeju Island, South Korea, is an international TRIZ conference organized by MATRIZ Official in collaboration with Korean TRIZ Association and partners, focusing on the integration of TRIZ with AI, intellectual property strategies, technology forecasting, and industry applications." ;
schema:about "TRIZ & AI integration, innovation strategy, global collaboration" ;
schema:keywords "TRIZ, AI, innovation, problem solving, structured innovation" .
#################################################################
# TRIZCON2025 (Riga, Latvia)
#################################################################
conf:TRIZCON2025 a schema:Event ;
schema:name "TRIZCON2025" ;
schema:startDate "2025-10-06"^^xsd:date ;
schema:endDate "2025-10-07"^^xsd:date ;
schema:url <https://aitriz.org/TRIZCON2025> ;
schema:location [
a schema:Place ;
schema:name "Riga, Latvia" ;
schema:address [
schema:addressLocality "Riga" ;
schema:addressCountry "LV"
]
] ;
schema:description "TRIZCON2025, hosted by the Altshuller Institute for TRIZ Studies and the University of Latvia, is a premier global TRIZ conference covering TRIZ applications across education, manufacturing, science, and AI-enhanced innovation." ;
schema:about "TRIZ development, innovation practice, education, manufacturing" ;
schema:keywords "TRIZ, inventive problem solving, AI, education, industry" .
#################################################################
# TRIZfest-2025 (Yogyakarta, Indonesia)
#################################################################
conf:TRIZfest_2025 a schema:Event ;
schema:name "TRIZfest-2025" ;
schema:startDate "2025-11-11"^^xsd:date ;
schema:endDate "2025-11-14"^^xsd:date ;
schema:url <https://trizfest.org/> ;
schema:location [
a schema:Place ;
schema:name "Yogyakarta, Indonesia" ;
schema:address [
schema:addressLocality "Yogyakarta" ;
schema:addressCountry "ID"
]
] ;
schema:description "TRIZfest-2025, the 20th International TRIZ Conference organized by MATRIZ with local partners in Indonesia, brings together TRIZ practitioners and researchers to explore global challenges through systematic innovation, under the theme ‘Connecting Minds, Methods, and Machines’." ;
schema:about "systematic innovation, global challenges, multidisciplinary applications" ;
schema:keywords "TRIZ, community, education, applied innovation" .
#################################################################
# TRAI 2025 — World Conference of AI-Powered Innovation and TRIZ Methodology (Paris-Saclay, France)
#################################################################
conf:TRAI_2025 a schema:Event ;
schema:name "World Conference of AI-Powered Innovation and TRIZ Methodology 2025 (TRAI2025)" ;
schema:startDate "2025-11-05"^^xsd:date ;
schema:endDate "2025-11-07"^^xsd:date ;
schema:url <https://trai2025.org/> ;
schema:location [
a schema:Place ;
schema:name "EDF Innovation Hub, Paris-Saclay" ;
schema:address [
schema:addressLocality "Saclay" ;
schema:addressRegion "Île-de-France" ;
schema:addressCountry "FR"
]
] ;
schema:description "TRAI2025 explores synergies between artificial intelligence and TRIZ methodology as a global platform, bringing together researchers and practitioners to discuss hybrid AI-TRIZ approaches, ethical considerations, and interdisciplinary innovation. The proceedings will be published in the IFIP Advances in Information and Communication Technology series." ;
schema:about "AI and TRIZ hybrid methodologies, interdisciplinary innovation" ;
schema:keywords "AI, TRIZ, innovation, interdisciplinary research" ;
schema:workPresented [
a schema:CreativeWork ;
schema:name "World Conference of AI-Powered Innovation and TRIZ Methodology 2025, Proceedings Part I" ;
schema:isbn "978-3-032-08847-5" ;
schema:doi "https://doi.org/10.1007/978-3-032-08847-5" ;
schema:publisher "Springer Cham" ;
schema:url <https://link.springer.com/book/10.1007/978-3-032-08847-5>
] ;
schema:workPresented [
a schema:CreativeWork ;
schema:name "World Conference of AI-Powered Innovation and TRIZ Methodology 2025, Proceedings Part II" ;
schema:isbn "978-3-032-08851-2" ;
schema:publisher "Springer Cham" ;
schema:url <https://link.springer.com/book/10.1007/978-3-032-08851-2>
] .
#################################################################
# TRIZ Developers Summit 2023
#################################################################
conf:TDS_2023 a schema:Event ;
schema:name "TRIZ Developers Summit 2023" ;
schema:startDate "2023-10-07"^^xsd:date ;
schema:endDate "2023-10-15"^^xsd:date ;
schema:url <https://triz-summit.ru/en/conference/tds-2023/> ;
schema:description "Annual TRIZ Developers Summit conference covering sections on TRIZ in education, IT, business, and technology, held online with free participation." ;
schema:about "TRIZ in education, business and technology, innovation practice" ;
schema:keywords "TRIZ, online conference, innovative problem solving, TRIZ tools" ;
schema:audience "TRIZ practitioners, educators, innovation researchers" .
#################################################################
# TRIZ Developers Summit 2024
#################################################################
conf:TDS_2024 a schema:Event ;
schema:name "TRIZ Developers Summit 2024" ;
schema:startDate "2024-10-13"^^xsd:date ;
schema:endDate "2024-10-15"^^xsd:date ;
schema:url <https://triz-summit.ru/en/conference/tds-2024/> ;
schema:description "20th anniversary edition of the TRIZ Developers Summit with presentations on TRIZ theories, tools and applications across domains, held in hybrid format with simultaneous translation." ;
schema:about "TRIZ in evolution, business, education, technology" ;
schema:keywords "TRIZ, evolution, developers summit, practical methodology" ;
schema:audience "TRIZ developers, academicians, innovation professionals" .
#################################################################
# TRIZ Developers Summit 2025
#################################################################
conf:TDS_2025 a schema:Event ;
schema:name "TRIZ Developers Summit 2025" ;
schema:startDate "2025-10-15"^^xsd:date ;
schema:endDate "2025-10-17"^^xsd:date ;
schema:url <https://triz-summit.ru/en/conference/tds-2025/> ;
schema:description "21st annual TRIZ Developers Summit titled 'TRIZ in Evolution', focusing on innovative applications of TRIZ in IT, business, education, and the opening of the International Year of G.S. Altshuller." ;
schema:about "TRIZ in IT, business and education; TRIZ and AI integration; Altshuller year" ;
schema:keywords "TRIZ, AI, innovation, TRIZ evolution, global TRIZ community" ;
schema:audience "TRIZ experts, researchers, industry professionals" .
#################################################################
# TRIZfest Conference Series (MATRIZ)
#################################################################
### TRIZfest-2009 (St. Petersburg, Russia)
conf:TRIZfest_2009 a schema:Event ;
schema:name "TRIZfest-2009" ;
schema:startDate "2009-07-25"^^xsd:date ;
schema:endDate "2009-07-29"^^xsd:date ;
schema:location [
a schema:Place ;
schema:name "St. Petersburg" ;
schema:address [ schema:addressCountry "RU" ]
] ;
schema:description "The inaugural TRIZfest conference brought together TRIZ practitioners and researchers to share early experiences and methodological advances." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2009 Proceedings" ;
schema:url <https://matriz.org/wp-content/uploads/2009/TRIZfest-2009-Proceedings.pdf>
] .
### TRIZfest-2011 (St. Petersburg, Russia)
conf:TRIZfest_2011 a schema:Event ;
schema:name "TRIZfest-2011" ;
schema:startDate "2011-07-24"^^xsd:date ;
schema:endDate "2011-07-26"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "St. Petersburg" ;
schema:address [ schema:addressCountry "RU" ]
] ;
schema:description "TRIZfest-2011 continued the tradition of international exchange on TRIZ theory and practice in Russia." ;
schema:url <https://trizfest.org/> .
### TRIZfest-2012 (Lappeenranta, Finland)
conf:TRIZfest_2012 a schema:Event ;
schema:name "TRIZfest-2012" ;
schema:startDate "2012-08-02"^^xsd:date ;
schema:endDate "2012-08-04"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Lappeenranta" ;
schema:address [ schema:addressCountry "FI" ]
] ;
schema:description "TRIZfest-2012 expanded TRIZfest into Northern Europe with sessions on applied innovation." ;
schema:url <https://trizfest.org/> .
### TRIZfest-2013 (Kiev, Ukraine)
conf:TRIZfest_2013 a schema:Event ;
schema:name "TRIZfest-2013" ;
schema:startDate "2013-08-01"^^xsd:date ;
schema:endDate "2013-08-03"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Kiev" ;
schema:address [ schema:addressCountry "UA" ]
] ;
schema:description "TRIZfest-2013 featured international speakers and reports on TRIZ methodology adaptation and applications in Eastern Europe." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2013 Report" ;
schema:url <https://matriz.org/wp-content/uploads/2013/TRIZfest-2013-Report.pdf>
] .
### TRIZfest-2014 (Prague, Czech Republic)
conf:TRIZfest_2014 a schema:Event ;
schema:name "TRIZfest-2014" ;
schema:startDate "2014-09-04"^^xsd:date ;
schema:endDate "2014-09-06"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Prague" ;
schema:address [ schema:addressCountry "CZ" ]
] ;
schema:description "TRIZfest-2014 brought TRIZ expertise to Central Europe with diverse presentations and discussions." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2014 Proceedings" ;
schema:url <https://matriz.org/wp-content/uploads/2014/TRIZfest-2014-Proceedings.pdf>
] .
### TRIZfest-2015 (Seoul, South Korea)
conf:TRIZfest_2015 a schema:Event ;
schema:name "TRIZfest-2015" ;
schema:startDate "2015-09-10"^^xsd:date ;
schema:endDate "2015-09-12"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Seoul" ;
schema:address [ schema:addressCountry "KR" ]
] ;
schema:description "TRIZfest-2015 included reports on TRIZ application in Asia and fostered regional collaboration." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2015 Proceedings" ;
schema:url <https://matriz.org/wp-content/uploads/2015/TRIZfest-2015-Proceedings.pdf>
] .
### TRIZfest-2016 (Beijing, China)
conf:TRIZfest_2016 a schema:Event ;
schema:name "TRIZfest-2016" ;
schema:startDate "2016-07-28"^^xsd:date ;
schema:endDate "2016-07-30"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Beijing" ;
schema:address [ schema:addressCountry "CN" ]
] ;
schema:description "TRIZfest-2016 gathered TRIZ professionals in China to discuss frontier developments and applications." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2016 Proceedings" ;
schema:url <https://matriz.org/wp-content/uploads/2016/TRIZfest-2016-Proceedings.pdf>
] .
### TRIZfest-2017 (Kraków, Poland)
conf:TRIZfest_2017 a schema:Event ;
schema:name "TRIZfest-2017" ;
schema:startDate "2017-09-14"^^xsd:date ;
schema:endDate "2017-09-16"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Kraków" ;
schema:address [ schema:addressCountry "PL" ]
] ;
schema:description "TRIZfest-2017 featured sessions on TRIZ research, case studies, and practical implementation in industry." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2017 Proceedings" ;
schema:url <https://matriz.org/wp-content/uploads/2017/TRIZfest-2017-Proceedings.pdf>
] .
### TRIZfest-2018 (Lisbon, Portugal)
conf:TRIZfest_2018 a schema:Event ;
schema:name "TRIZfest-2018" ;
schema:startDate "2018-09-13"^^xsd:date ;
schema:endDate "2018-09-15"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Lisbon" ;
schema:address [ schema:addressCountry "PT" ]
] ;
schema:description "TRIZfest-2018 brought together European and global TRIZ stakeholders for knowledge sharing and collaboration." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2018 Proceedings" ;
schema:url <https://matriz.org/wp-content/uploads/2018/TRIZfest-2018-Proceedings.pdf>
] .
### TRIZfest-2019 (Heilbronn, Germany)
conf:TRIZfest_2019 a schema:Event ;
schema:name "TRIZfest-2019" ;
schema:startDate "2019-09-11"^^xsd:date ;
schema:endDate "2019-09-14"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Heilbronn" ;
schema:address [ schema:addressCountry "DE" ]
] ;
schema:description "TRIZfest-2019 continued the annual tradition of international exchange on TRIZ methods and innovations." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2019 Proceedings" ;
schema:url <https://matriz.org/wp-content/uploads/2019/TRIZfest-2019-Proceedings.pdf>
] .
### TRIZfest-2021 (Online)
conf:TRIZfest_2021 a schema:Event ;
schema:name "TRIZfest-2021" ;
schema:startDate "2021-09-15"^^xsd:date ;
schema:endDate "2021-09-18"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Online"
] ;
schema:description "TRIZfest-2021 adapted to an online format and featured global TRIZ case studies, tools, and pedagogical sessions." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2021 Proceedings" ;
schema:url <https://matriz.org/wp-content/uploads/2021/TRIZfest-2021-Proceedings.pdf>
] .
### TRIZfest-2022 (Graz, Austria)
conf:TRIZfest_2022 a schema:Event ;
schema:name "TRIZfest-2022" ;
schema:startDate "2022-08-31"^^xsd:date ;
schema:endDate "2022-09-03"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Graz" ;
schema:address [ schema:addressCountry "AT" ]
] ;
schema:description "TRIZfest-2022 featured sessions on TRIZ in education and professional deployment in Europe." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2022 Proceedings" ;
schema:url <https://matriz.org/wp-content/uploads/2022/TRIZfest-2022-Proceedings.pdf>
] .
### TRIZfest-2023 (Bengaluru, India)
conf:TRIZfest_2023 a schema:Event ;
schema:name "TRIZfest-2023" ;
schema:startDate "2023-09-14"^^xsd:date ;
schema:endDate "2023-09-17"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Bengaluru" ;
schema:address [ schema:addressCountry "IN" ]
] ;
schema:description "TRIZfest-2023 was held in Bengaluru, featuring a robust program of TRIZ case studies, industry engagement, and global networking opportunities." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2023 Report" ;
schema:url <https://matriz.org/wp-content/uploads/2023/TRIZfest-2023-Report.pdf>
] .
### TRIZfest-2024 (Kuching, Malaysia)
conf:TRIZfest_2024 a schema:Event ;
schema:name "TRIZfest-2024" ;
schema:startDate "2024-09-04"^^xsd:date ;
schema:endDate "2024-09-06"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Kuching" ;
schema:address [ schema:addressCountry "MY" ]
] ;
schema:description "TRIZfest-2024 featured global participation, tutorials, and practical innovation sessions, fostering knowledge exchange across industries and academia." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2024 Report" ;
schema:url <https://matriz.org/wp-content/uploads/2024/TRIZfest-2024-Report.pdf>
] .
### TRIZfest-2025 (Yogyakarta, Indonesia)
conf:TRIZfest_2025 a schema:Event ;
schema:name "TRIZfest-2025" ;
schema:startDate "2025-11-11"^^xsd:date ;
schema:endDate "2025-11-14"^^xsd:date ;
schema:location [
a schema:Place ; schema:name "Yogyakarta" ;
schema:address [ schema:addressCountry "ID" ]
] ;
schema:description "TRIZfest-2025 convened in Yogyakarta under the theme “Connecting Minds, Methods, and Machines to Co-Create Innovations for Global Challenges,” bringing together TRIZ professionals and enthusiasts." ;
schema:url <https://trizfest.org/> ;
schema:workPresented [
a schema:CreativeWork ; schema:name "TRIZfest-2025 Report" ;
schema:url <https://matriz.org/wp-content/uploads/2025/TRIZfest-2025-Report.pdf>
] .