wordlift-sdk 2.9.1__py3-none-any.whl → 2.10.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. wordlift_sdk/__init__.py +1 -1
  2. wordlift_sdk/render/__init__.py +30 -0
  3. wordlift_sdk/render/browser.py +132 -0
  4. wordlift_sdk/render/cleanup_options.py +24 -0
  5. wordlift_sdk/render/html_renderer.py +86 -0
  6. wordlift_sdk/render/render_options.py +21 -0
  7. wordlift_sdk/render/rendered_page.py +13 -0
  8. wordlift_sdk/render/xhtml_cleaner.py +126 -0
  9. wordlift_sdk/structured_data/__init__.py +27 -0
  10. wordlift_sdk/structured_data/agent.py +49 -0
  11. wordlift_sdk/structured_data/agent_generator.py +12 -0
  12. wordlift_sdk/structured_data/batch.py +220 -0
  13. wordlift_sdk/structured_data/constants.py +1 -0
  14. wordlift_sdk/structured_data/dataset_resolver.py +32 -0
  15. wordlift_sdk/structured_data/debug.py +23 -0
  16. wordlift_sdk/structured_data/engine.py +2875 -0
  17. wordlift_sdk/structured_data/inputs.py +58 -0
  18. wordlift_sdk/structured_data/io.py +44 -0
  19. wordlift_sdk/structured_data/materialization.py +70 -0
  20. wordlift_sdk/structured_data/models.py +48 -0
  21. wordlift_sdk/structured_data/orchestrator.py +194 -0
  22. wordlift_sdk/structured_data/rendering.py +43 -0
  23. wordlift_sdk/structured_data/schema_guide.py +17 -0
  24. wordlift_sdk/structured_data/structured_data_engine.py +58 -0
  25. wordlift_sdk/structured_data/validation.py +31 -0
  26. wordlift_sdk/structured_data/yarrrml_pipeline.py +34 -0
  27. wordlift_sdk/url_source/__init__.py +7 -2
  28. wordlift_sdk/validation/__init__.py +7 -0
  29. wordlift_sdk/validation/generator.py +446 -0
  30. wordlift_sdk/validation/shacl.py +205 -0
  31. wordlift_sdk/validation/shacls/__init__.py +1 -0
  32. wordlift_sdk/validation/shacls/google-article.ttl +148 -0
  33. wordlift_sdk/validation/shacls/google-book.ttl +660 -0
  34. wordlift_sdk/validation/shacls/google-breadcrumb.ttl +33 -0
  35. wordlift_sdk/validation/shacls/google-carousel.ttl +37 -0
  36. wordlift_sdk/validation/shacls/google-carousels-beta.ttl +291 -0
  37. wordlift_sdk/validation/shacls/google-course.ttl +43 -0
  38. wordlift_sdk/validation/shacls/google-dataset.ttl +146 -0
  39. wordlift_sdk/validation/shacls/google-discussion-forum.ttl +247 -0
  40. wordlift_sdk/validation/shacls/google-education-qa.ttl +75 -0
  41. wordlift_sdk/validation/shacls/google-employer-rating.ttl +40 -0
  42. wordlift_sdk/validation/shacls/google-event.ttl +46 -0
  43. wordlift_sdk/validation/shacls/google-factcheck.ttl +86 -0
  44. wordlift_sdk/validation/shacls/google-faqpage.ttl +38 -0
  45. wordlift_sdk/validation/shacls/google-image-license-metadata.ttl +93 -0
  46. wordlift_sdk/validation/shacls/google-job-posting.ttl +74 -0
  47. wordlift_sdk/validation/shacls/google-local-business.ttl +483 -0
  48. wordlift_sdk/validation/shacls/google-loyalty-program.ttl +61 -0
  49. wordlift_sdk/validation/shacls/google-math-solvers.ttl +63 -0
  50. wordlift_sdk/validation/shacls/google-merchant-listing.ttl +435 -0
  51. wordlift_sdk/validation/shacls/google-movie.ttl +44 -0
  52. wordlift_sdk/validation/shacls/google-organization.ttl +180 -0
  53. wordlift_sdk/validation/shacls/google-paywalled-content.ttl +34 -0
  54. wordlift_sdk/validation/shacls/google-product-snippet.ttl +121 -0
  55. wordlift_sdk/validation/shacls/google-product-variants.ttl +64 -0
  56. wordlift_sdk/validation/shacls/google-profile-page.ttl +130 -0
  57. wordlift_sdk/validation/shacls/google-qapage.ttl +195 -0
  58. wordlift_sdk/validation/shacls/google-recipe.ttl +201 -0
  59. wordlift_sdk/validation/shacls/google-return-policy.ttl +122 -0
  60. wordlift_sdk/validation/shacls/google-review-snippet.ttl +87 -0
  61. wordlift_sdk/validation/shacls/google-shipping-policy.ttl +606 -0
  62. wordlift_sdk/validation/shacls/google-software-app.ttl +40 -0
  63. wordlift_sdk/validation/shacls/google-speakable.ttl +20 -0
  64. wordlift_sdk/validation/shacls/google-vacation-rental.ttl +278 -0
  65. wordlift_sdk/validation/shacls/google-video.ttl +149 -0
  66. wordlift_sdk/validation/shacls/schemaorg-grammar.ttl +20540 -0
  67. {wordlift_sdk-2.9.1.dist-info → wordlift_sdk-2.10.2.dist-info}/METADATA +3 -1
  68. {wordlift_sdk-2.9.1.dist-info → wordlift_sdk-2.10.2.dist-info}/RECORD +69 -5
  69. {wordlift_sdk-2.9.1.dist-info → wordlift_sdk-2.10.2.dist-info}/WHEEL +0 -0
@@ -0,0 +1,660 @@
1
+ @prefix : <https://wordlift.io/shacl/google/google-book/> .
2
+ @prefix sh: <http://www.w3.org/ns/shacl#> .
3
+ @prefix schema: <http://schema.org/> .
4
+
5
+ # Source: https://developers.google.com/search/docs/appearance/structured-data/book
6
+ # Generated: 2026-01-13T11:23:13Z
7
+ # Notes: required properties => errors; recommended properties => warnings.
8
+
9
+ :google_AndroidPlatformShape
10
+ a sh:NodeShape ;
11
+ sh:targetClass schema:AndroidPlatform ;
12
+ sh:property [
13
+ sh:path schema:actionPlatform ;
14
+ sh:minCount 1 ;
15
+ ] ;
16
+ sh:property [
17
+ sh:path schema:additionalProperty ;
18
+ sh:minCount 1 ;
19
+ ] ;
20
+ sh:property [
21
+ sh:path schema:addressCountry ;
22
+ sh:minCount 1 ;
23
+ ] ;
24
+ sh:property [
25
+ sh:path schema:addressLocality ;
26
+ sh:minCount 1 ;
27
+ ] ;
28
+ sh:property [
29
+ sh:path schema:addressRegion ;
30
+ sh:minCount 1 ;
31
+ ] ;
32
+ sh:property [
33
+ sh:path schema:category ;
34
+ sh:minCount 1 ;
35
+ ] ;
36
+ sh:property [
37
+ sh:path schema:context ;
38
+ sh:minCount 1 ;
39
+ ] ;
40
+ sh:property [
41
+ sh:path schema:eligibleRegion ;
42
+ sh:minCount 1 ;
43
+ ] ;
44
+ sh:property [
45
+ sh:path schema:expectsAcceptanceOf ;
46
+ sh:minCount 1 ;
47
+ ] ;
48
+ sh:property [
49
+ sh:path schema:id ;
50
+ sh:minCount 1 ;
51
+ ] ;
52
+ sh:property [
53
+ sh:path schema:lender ;
54
+ sh:minCount 1 ;
55
+ ] ;
56
+ sh:property [
57
+ sh:path schema:location ;
58
+ sh:minCount 1 ;
59
+ ] ;
60
+ sh:property [
61
+ sh:path schema:member ;
62
+ sh:minCount 1 ;
63
+ ] ;
64
+ sh:property [
65
+ sh:path schema:name ;
66
+ sh:minCount 1 ;
67
+ ] ;
68
+ sh:property [
69
+ sh:path schema:postalCode ;
70
+ sh:minCount 1 ;
71
+ ] ;
72
+ sh:property [
73
+ sh:path schema:streetAddress ;
74
+ sh:minCount 1 ;
75
+ ] ;
76
+ sh:property [
77
+ sh:path schema:target ;
78
+ sh:minCount 1 ;
79
+ ] ;
80
+ sh:property [
81
+ sh:path schema:type ;
82
+ sh:minCount 1 ;
83
+ ] ;
84
+ sh:property [
85
+ sh:path schema:url ;
86
+ sh:minCount 1 ;
87
+ ] ;
88
+ sh:property [
89
+ sh:path schema:urlTemplate ;
90
+ sh:minCount 1 ;
91
+ ] ;
92
+ sh:property [
93
+ sh:path schema:value ;
94
+ sh:minCount 1 ;
95
+ ] ;
96
+ sh:property [
97
+ sh:path schema:availabilityEnds ;
98
+ sh:minCount 1 ;
99
+ sh:severity sh:Warning ;
100
+ sh:message "Recommended by Google: availabilityEnds." ;
101
+ ] ;
102
+ sh:property [
103
+ sh:path schema:availabilityStarts ;
104
+ sh:minCount 1 ;
105
+ sh:severity sh:Warning ;
106
+ sh:message "Recommended by Google: availabilityStarts." ;
107
+ ] ;
108
+ sh:property [
109
+ sh:path schema:price ;
110
+ sh:minCount 1 ;
111
+ sh:severity sh:Warning ;
112
+ sh:message "Recommended by Google: price." ;
113
+ ] ;
114
+ sh:property [
115
+ sh:path schema:priceCurrency ;
116
+ sh:minCount 1 ;
117
+ sh:severity sh:Warning ;
118
+ sh:message "Recommended by Google: priceCurrency." ;
119
+ ] ;
120
+ .
121
+
122
+ :google_BookShape
123
+ a sh:NodeShape ;
124
+ sh:targetClass schema:Book ;
125
+ sh:property [
126
+ sh:path schema:author ;
127
+ sh:minCount 1 ;
128
+ ] ;
129
+ sh:property [
130
+ sh:path schema:bookFormat ;
131
+ sh:minCount 1 ;
132
+ ] ;
133
+ sh:property [
134
+ sh:path schema:context ;
135
+ sh:minCount 1 ;
136
+ ] ;
137
+ sh:property [
138
+ sh:path schema:id ;
139
+ sh:minCount 1 ;
140
+ ] ;
141
+ sh:property [
142
+ sh:path schema:inLanguage ;
143
+ sh:minCount 1 ;
144
+ ] ;
145
+ sh:property [
146
+ sh:path schema:isbn ;
147
+ sh:minCount 1 ;
148
+ ] ;
149
+ sh:property [
150
+ sh:path schema:name ;
151
+ sh:minCount 1 ;
152
+ ] ;
153
+ sh:property [
154
+ sh:path schema:potentialAction ;
155
+ sh:minCount 1 ;
156
+ ] ;
157
+ sh:property [
158
+ sh:path schema:type ;
159
+ sh:minCount 1 ;
160
+ ] ;
161
+ sh:property [
162
+ sh:path schema:url ;
163
+ sh:minCount 1 ;
164
+ ] ;
165
+ sh:property [
166
+ sh:path schema:workExample ;
167
+ sh:minCount 1 ;
168
+ ] ;
169
+ sh:property [
170
+ sh:path schema:bookEdition ;
171
+ sh:minCount 1 ;
172
+ sh:severity sh:Warning ;
173
+ sh:message "Recommended by Google: bookEdition." ;
174
+ ] ;
175
+ sh:property [
176
+ sh:path schema:datePublished ;
177
+ sh:minCount 1 ;
178
+ sh:severity sh:Warning ;
179
+ sh:message "Recommended by Google: datePublished." ;
180
+ ] ;
181
+ sh:property [
182
+ sh:path schema:identifier ;
183
+ sh:minCount 1 ;
184
+ sh:severity sh:Warning ;
185
+ sh:message "Recommended by Google: identifier." ;
186
+ ] ;
187
+ sh:property [
188
+ sh:path schema:sameAs ;
189
+ sh:minCount 1 ;
190
+ sh:severity sh:Warning ;
191
+ sh:message "Recommended by Google: sameAs." ;
192
+ ] ;
193
+ .
194
+
195
+ :google_DataFeedShape
196
+ a sh:NodeShape ;
197
+ sh:targetClass schema:DataFeed ;
198
+ sh:property [
199
+ sh:path schema:context ;
200
+ sh:minCount 1 ;
201
+ ] ;
202
+ sh:property [
203
+ sh:path schema:dataFeedElement ;
204
+ sh:minCount 1 ;
205
+ ] ;
206
+ sh:property [
207
+ sh:path schema:type ;
208
+ sh:minCount 1 ;
209
+ ] ;
210
+ .
211
+
212
+ :google_DesktopWebPlatformShape
213
+ a sh:NodeShape ;
214
+ sh:targetClass schema:DesktopWebPlatform ;
215
+ sh:property [
216
+ sh:path schema:actionPlatform ;
217
+ sh:minCount 1 ;
218
+ ] ;
219
+ sh:property [
220
+ sh:path schema:additionalProperty ;
221
+ sh:minCount 1 ;
222
+ ] ;
223
+ sh:property [
224
+ sh:path schema:addressCountry ;
225
+ sh:minCount 1 ;
226
+ ] ;
227
+ sh:property [
228
+ sh:path schema:addressLocality ;
229
+ sh:minCount 1 ;
230
+ ] ;
231
+ sh:property [
232
+ sh:path schema:addressRegion ;
233
+ sh:minCount 1 ;
234
+ ] ;
235
+ sh:property [
236
+ sh:path schema:category ;
237
+ sh:minCount 1 ;
238
+ ] ;
239
+ sh:property [
240
+ sh:path schema:context ;
241
+ sh:minCount 1 ;
242
+ ] ;
243
+ sh:property [
244
+ sh:path schema:eligibleRegion ;
245
+ sh:minCount 1 ;
246
+ ] ;
247
+ sh:property [
248
+ sh:path schema:expectsAcceptanceOf ;
249
+ sh:minCount 1 ;
250
+ ] ;
251
+ sh:property [
252
+ sh:path schema:id ;
253
+ sh:minCount 1 ;
254
+ ] ;
255
+ sh:property [
256
+ sh:path schema:lender ;
257
+ sh:minCount 1 ;
258
+ ] ;
259
+ sh:property [
260
+ sh:path schema:location ;
261
+ sh:minCount 1 ;
262
+ ] ;
263
+ sh:property [
264
+ sh:path schema:member ;
265
+ sh:minCount 1 ;
266
+ ] ;
267
+ sh:property [
268
+ sh:path schema:name ;
269
+ sh:minCount 1 ;
270
+ ] ;
271
+ sh:property [
272
+ sh:path schema:postalCode ;
273
+ sh:minCount 1 ;
274
+ ] ;
275
+ sh:property [
276
+ sh:path schema:streetAddress ;
277
+ sh:minCount 1 ;
278
+ ] ;
279
+ sh:property [
280
+ sh:path schema:target ;
281
+ sh:minCount 1 ;
282
+ ] ;
283
+ sh:property [
284
+ sh:path schema:type ;
285
+ sh:minCount 1 ;
286
+ ] ;
287
+ sh:property [
288
+ sh:path schema:url ;
289
+ sh:minCount 1 ;
290
+ ] ;
291
+ sh:property [
292
+ sh:path schema:urlTemplate ;
293
+ sh:minCount 1 ;
294
+ ] ;
295
+ sh:property [
296
+ sh:path schema:value ;
297
+ sh:minCount 1 ;
298
+ ] ;
299
+ sh:property [
300
+ sh:path schema:availabilityEnds ;
301
+ sh:minCount 1 ;
302
+ sh:severity sh:Warning ;
303
+ sh:message "Recommended by Google: availabilityEnds." ;
304
+ ] ;
305
+ sh:property [
306
+ sh:path schema:availabilityStarts ;
307
+ sh:minCount 1 ;
308
+ sh:severity sh:Warning ;
309
+ sh:message "Recommended by Google: availabilityStarts." ;
310
+ ] ;
311
+ sh:property [
312
+ sh:path schema:price ;
313
+ sh:minCount 1 ;
314
+ sh:severity sh:Warning ;
315
+ sh:message "Recommended by Google: price." ;
316
+ ] ;
317
+ sh:property [
318
+ sh:path schema:priceCurrency ;
319
+ sh:minCount 1 ;
320
+ sh:severity sh:Warning ;
321
+ sh:message "Recommended by Google: priceCurrency." ;
322
+ ] ;
323
+ .
324
+
325
+ :google_EBookShape
326
+ a sh:NodeShape ;
327
+ sh:targetClass schema:EBook ;
328
+ sh:property [
329
+ sh:path schema:name ;
330
+ sh:minCount 1 ;
331
+ ] ;
332
+ sh:property [
333
+ sh:path schema:propertyID ;
334
+ sh:minCount 1 ;
335
+ ] ;
336
+ sh:property [
337
+ sh:path schema:type ;
338
+ sh:minCount 1 ;
339
+ ] ;
340
+ sh:property [
341
+ sh:path schema:value ;
342
+ sh:minCount 1 ;
343
+ ] ;
344
+ sh:property [
345
+ sh:path schema:sameAs ;
346
+ sh:minCount 1 ;
347
+ sh:severity sh:Warning ;
348
+ sh:message "Recommended by Google: sameAs." ;
349
+ ] ;
350
+ .
351
+
352
+ :google_HardcoverShape
353
+ a sh:NodeShape ;
354
+ sh:targetClass schema:Hardcover ;
355
+ sh:property [
356
+ sh:path schema:actionPlatform ;
357
+ sh:minCount 1 ;
358
+ ] ;
359
+ sh:property [
360
+ sh:path schema:category ;
361
+ sh:minCount 1 ;
362
+ ] ;
363
+ sh:property [
364
+ sh:path schema:eligibleRegion ;
365
+ sh:minCount 1 ;
366
+ ] ;
367
+ sh:property [
368
+ sh:path schema:expectsAcceptanceOf ;
369
+ sh:minCount 1 ;
370
+ ] ;
371
+ sh:property [
372
+ sh:path schema:name ;
373
+ sh:minCount 1 ;
374
+ ] ;
375
+ sh:property [
376
+ sh:path schema:propertyID ;
377
+ sh:minCount 1 ;
378
+ ] ;
379
+ sh:property [
380
+ sh:path schema:target ;
381
+ sh:minCount 1 ;
382
+ ] ;
383
+ sh:property [
384
+ sh:path schema:type ;
385
+ sh:minCount 1 ;
386
+ ] ;
387
+ sh:property [
388
+ sh:path schema:urlTemplate ;
389
+ sh:minCount 1 ;
390
+ ] ;
391
+ sh:property [
392
+ sh:path schema:value ;
393
+ sh:minCount 1 ;
394
+ ] ;
395
+ sh:property [
396
+ sh:path schema:availabilityEnds ;
397
+ sh:minCount 1 ;
398
+ sh:severity sh:Warning ;
399
+ sh:message "Recommended by Google: availabilityEnds." ;
400
+ ] ;
401
+ sh:property [
402
+ sh:path schema:availabilityStarts ;
403
+ sh:minCount 1 ;
404
+ sh:severity sh:Warning ;
405
+ sh:message "Recommended by Google: availabilityStarts." ;
406
+ ] ;
407
+ sh:property [
408
+ sh:path schema:price ;
409
+ sh:minCount 1 ;
410
+ sh:severity sh:Warning ;
411
+ sh:message "Recommended by Google: price." ;
412
+ ] ;
413
+ sh:property [
414
+ sh:path schema:priceCurrency ;
415
+ sh:minCount 1 ;
416
+ sh:severity sh:Warning ;
417
+ sh:message "Recommended by Google: priceCurrency." ;
418
+ ] ;
419
+ sh:property [
420
+ sh:path schema:sameAs ;
421
+ sh:minCount 1 ;
422
+ sh:severity sh:Warning ;
423
+ sh:message "Recommended by Google: sameAs." ;
424
+ ] ;
425
+ .
426
+
427
+ :google_IOSPlatformShape
428
+ a sh:NodeShape ;
429
+ sh:targetClass schema:IOSPlatform ;
430
+ sh:property [
431
+ sh:path schema:actionPlatform ;
432
+ sh:minCount 1 ;
433
+ ] ;
434
+ sh:property [
435
+ sh:path schema:additionalProperty ;
436
+ sh:minCount 1 ;
437
+ ] ;
438
+ sh:property [
439
+ sh:path schema:addressCountry ;
440
+ sh:minCount 1 ;
441
+ ] ;
442
+ sh:property [
443
+ sh:path schema:addressLocality ;
444
+ sh:minCount 1 ;
445
+ ] ;
446
+ sh:property [
447
+ sh:path schema:addressRegion ;
448
+ sh:minCount 1 ;
449
+ ] ;
450
+ sh:property [
451
+ sh:path schema:category ;
452
+ sh:minCount 1 ;
453
+ ] ;
454
+ sh:property [
455
+ sh:path schema:context ;
456
+ sh:minCount 1 ;
457
+ ] ;
458
+ sh:property [
459
+ sh:path schema:eligibleRegion ;
460
+ sh:minCount 1 ;
461
+ ] ;
462
+ sh:property [
463
+ sh:path schema:expectsAcceptanceOf ;
464
+ sh:minCount 1 ;
465
+ ] ;
466
+ sh:property [
467
+ sh:path schema:id ;
468
+ sh:minCount 1 ;
469
+ ] ;
470
+ sh:property [
471
+ sh:path schema:lender ;
472
+ sh:minCount 1 ;
473
+ ] ;
474
+ sh:property [
475
+ sh:path schema:location ;
476
+ sh:minCount 1 ;
477
+ ] ;
478
+ sh:property [
479
+ sh:path schema:member ;
480
+ sh:minCount 1 ;
481
+ ] ;
482
+ sh:property [
483
+ sh:path schema:name ;
484
+ sh:minCount 1 ;
485
+ ] ;
486
+ sh:property [
487
+ sh:path schema:postalCode ;
488
+ sh:minCount 1 ;
489
+ ] ;
490
+ sh:property [
491
+ sh:path schema:streetAddress ;
492
+ sh:minCount 1 ;
493
+ ] ;
494
+ sh:property [
495
+ sh:path schema:target ;
496
+ sh:minCount 1 ;
497
+ ] ;
498
+ sh:property [
499
+ sh:path schema:type ;
500
+ sh:minCount 1 ;
501
+ ] ;
502
+ sh:property [
503
+ sh:path schema:url ;
504
+ sh:minCount 1 ;
505
+ ] ;
506
+ sh:property [
507
+ sh:path schema:urlTemplate ;
508
+ sh:minCount 1 ;
509
+ ] ;
510
+ sh:property [
511
+ sh:path schema:value ;
512
+ sh:minCount 1 ;
513
+ ] ;
514
+ sh:property [
515
+ sh:path schema:availabilityEnds ;
516
+ sh:minCount 1 ;
517
+ sh:severity sh:Warning ;
518
+ sh:message "Recommended by Google: availabilityEnds." ;
519
+ ] ;
520
+ sh:property [
521
+ sh:path schema:availabilityStarts ;
522
+ sh:minCount 1 ;
523
+ sh:severity sh:Warning ;
524
+ sh:message "Recommended by Google: availabilityStarts." ;
525
+ ] ;
526
+ sh:property [
527
+ sh:path schema:price ;
528
+ sh:minCount 1 ;
529
+ sh:severity sh:Warning ;
530
+ sh:message "Recommended by Google: price." ;
531
+ ] ;
532
+ sh:property [
533
+ sh:path schema:priceCurrency ;
534
+ sh:minCount 1 ;
535
+ sh:severity sh:Warning ;
536
+ sh:message "Recommended by Google: priceCurrency." ;
537
+ ] ;
538
+ .
539
+
540
+ :google_LibraryShape
541
+ a sh:NodeShape ;
542
+ sh:targetClass schema:Library ;
543
+ sh:property [
544
+ sh:path schema:additionalProperty ;
545
+ sh:minCount 1 ;
546
+ ] ;
547
+ sh:property [
548
+ sh:path schema:addressCountry ;
549
+ sh:minCount 1 ;
550
+ ] ;
551
+ sh:property [
552
+ sh:path schema:addressLocality ;
553
+ sh:minCount 1 ;
554
+ ] ;
555
+ sh:property [
556
+ sh:path schema:addressRegion ;
557
+ sh:minCount 1 ;
558
+ ] ;
559
+ sh:property [
560
+ sh:path schema:context ;
561
+ sh:minCount 1 ;
562
+ ] ;
563
+ sh:property [
564
+ sh:path schema:id ;
565
+ sh:minCount 1 ;
566
+ ] ;
567
+ sh:property [
568
+ sh:path schema:location ;
569
+ sh:minCount 1 ;
570
+ ] ;
571
+ sh:property [
572
+ sh:path schema:member ;
573
+ sh:minCount 1 ;
574
+ ] ;
575
+ sh:property [
576
+ sh:path schema:name ;
577
+ sh:minCount 1 ;
578
+ ] ;
579
+ sh:property [
580
+ sh:path schema:postalCode ;
581
+ sh:minCount 1 ;
582
+ ] ;
583
+ sh:property [
584
+ sh:path schema:streetAddress ;
585
+ sh:minCount 1 ;
586
+ ] ;
587
+ sh:property [
588
+ sh:path schema:type ;
589
+ sh:minCount 1 ;
590
+ ] ;
591
+ sh:property [
592
+ sh:path schema:url ;
593
+ sh:minCount 1 ;
594
+ ] ;
595
+ sh:property [
596
+ sh:path schema:value ;
597
+ sh:minCount 1 ;
598
+ ] ;
599
+ .
600
+
601
+ :google_PaperbackShape
602
+ a sh:NodeShape ;
603
+ sh:targetClass schema:Paperback ;
604
+ sh:property [
605
+ sh:path schema:actionPlatform ;
606
+ sh:minCount 1 ;
607
+ ] ;
608
+ sh:property [
609
+ sh:path schema:category ;
610
+ sh:minCount 1 ;
611
+ ] ;
612
+ sh:property [
613
+ sh:path schema:eligibleRegion ;
614
+ sh:minCount 1 ;
615
+ ] ;
616
+ sh:property [
617
+ sh:path schema:expectsAcceptanceOf ;
618
+ sh:minCount 1 ;
619
+ ] ;
620
+ sh:property [
621
+ sh:path schema:name ;
622
+ sh:minCount 1 ;
623
+ ] ;
624
+ sh:property [
625
+ sh:path schema:target ;
626
+ sh:minCount 1 ;
627
+ ] ;
628
+ sh:property [
629
+ sh:path schema:type ;
630
+ sh:minCount 1 ;
631
+ ] ;
632
+ sh:property [
633
+ sh:path schema:urlTemplate ;
634
+ sh:minCount 1 ;
635
+ ] ;
636
+ sh:property [
637
+ sh:path schema:availabilityEnds ;
638
+ sh:minCount 1 ;
639
+ sh:severity sh:Warning ;
640
+ sh:message "Recommended by Google: availabilityEnds." ;
641
+ ] ;
642
+ sh:property [
643
+ sh:path schema:availabilityStarts ;
644
+ sh:minCount 1 ;
645
+ sh:severity sh:Warning ;
646
+ sh:message "Recommended by Google: availabilityStarts." ;
647
+ ] ;
648
+ sh:property [
649
+ sh:path schema:price ;
650
+ sh:minCount 1 ;
651
+ sh:severity sh:Warning ;
652
+ sh:message "Recommended by Google: price." ;
653
+ ] ;
654
+ sh:property [
655
+ sh:path schema:priceCurrency ;
656
+ sh:minCount 1 ;
657
+ sh:severity sh:Warning ;
658
+ sh:message "Recommended by Google: priceCurrency." ;
659
+ ] ;
660
+ .
@@ -0,0 +1,33 @@
1
+ @prefix : <https://wordlift.io/shacl/google/google-breadcrumb/> .
2
+ @prefix sh: <http://www.w3.org/ns/shacl#> .
3
+ @prefix schema: <http://schema.org/> .
4
+
5
+ # Source: https://developers.google.com/search/docs/appearance/structured-data/breadcrumb
6
+ # Generated: 2026-01-13T11:23:15Z
7
+ # Notes: required properties => errors; recommended properties => warnings.
8
+
9
+ :google_BreadcrumbListShape
10
+ a sh:NodeShape ;
11
+ sh:targetClass schema:BreadcrumbList ;
12
+ sh:property [
13
+ sh:path schema:itemListElement ;
14
+ sh:minCount 1 ;
15
+ ] ;
16
+ .
17
+
18
+ :google_ListItemShape
19
+ a sh:NodeShape ;
20
+ sh:targetClass schema:ListItem ;
21
+ sh:property [
22
+ sh:path schema:item ;
23
+ sh:minCount 1 ;
24
+ ] ;
25
+ sh:property [
26
+ sh:path schema:name ;
27
+ sh:minCount 1 ;
28
+ ] ;
29
+ sh:property [
30
+ sh:path schema:position ;
31
+ sh:minCount 1 ;
32
+ ] ;
33
+ .
@@ -0,0 +1,37 @@
1
+ @prefix : <https://wordlift.io/shacl/google/google-carousel/> .
2
+ @prefix sh: <http://www.w3.org/ns/shacl#> .
3
+ @prefix schema: <http://schema.org/> .
4
+
5
+ # Source: https://developers.google.com/search/docs/appearance/structured-data/carousel
6
+ # Generated: 2026-01-13T11:23:16Z
7
+ # Notes: required properties => errors; recommended properties => warnings.
8
+
9
+ :google_ItemListShape
10
+ a sh:NodeShape ;
11
+ sh:targetClass schema:ItemList ;
12
+ sh:property [
13
+ sh:path schema:itemListElement ;
14
+ sh:minCount 1 ;
15
+ ] ;
16
+ .
17
+
18
+ :google_ListItemShape
19
+ a sh:NodeShape ;
20
+ sh:targetClass schema:ListItem ;
21
+ sh:property [
22
+ sh:path schema:item ;
23
+ sh:minCount 1 ;
24
+ ] ;
25
+ sh:property [
26
+ sh:path schema:name ;
27
+ sh:minCount 1 ;
28
+ ] ;
29
+ sh:property [
30
+ sh:path schema:position ;
31
+ sh:minCount 1 ;
32
+ ] ;
33
+ sh:property [
34
+ sh:path schema:url ;
35
+ sh:minCount 1 ;
36
+ ] ;
37
+ .