wordlift-sdk 2.9.1__py3-none-any.whl → 2.10.1__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.1.dist-info}/METADATA +1 -1
  68. {wordlift_sdk-2.9.1.dist-info → wordlift_sdk-2.10.1.dist-info}/RECORD +69 -5
  69. {wordlift_sdk-2.9.1.dist-info → wordlift_sdk-2.10.1.dist-info}/WHEEL +0 -0
@@ -0,0 +1,606 @@
1
+ @prefix : <https://wordlift.io/shacl/google/google-shipping-policy/> .
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/shipping-policy
6
+ # Generated: 2026-01-13T11:23:49Z
7
+ # Notes: required properties => errors; recommended properties => warnings.
8
+
9
+ :google_ConditionsShape
10
+ a sh:NodeShape ;
11
+ sh:targetClass schema:Conditions ;
12
+ sh:property [
13
+ sh:path schema:addressCountry ;
14
+ sh:minCount 1 ;
15
+ ] ;
16
+ sh:property [
17
+ sh:path schema:addressRegion ;
18
+ sh:minCount 1 ;
19
+ sh:severity sh:Warning ;
20
+ sh:message "Recommended by Google: addressRegion." ;
21
+ ] ;
22
+ sh:property [
23
+ sh:path schema:doesNotShip ;
24
+ sh:minCount 1 ;
25
+ sh:severity sh:Warning ;
26
+ sh:message "Recommended by Google: doesNotShip." ;
27
+ ] ;
28
+ sh:property [
29
+ sh:path schema:numItems ;
30
+ sh:minCount 1 ;
31
+ sh:severity sh:Warning ;
32
+ sh:message "Recommended by Google: numItems." ;
33
+ ] ;
34
+ sh:property [
35
+ sh:path schema:orderValue ;
36
+ sh:minCount 1 ;
37
+ sh:severity sh:Warning ;
38
+ sh:message "Recommended by Google: orderValue." ;
39
+ ] ;
40
+ sh:property [
41
+ sh:path schema:postalCode ;
42
+ sh:minCount 1 ;
43
+ sh:severity sh:Warning ;
44
+ sh:message "Recommended by Google: postalCode." ;
45
+ ] ;
46
+ sh:property [
47
+ sh:path schema:seasonalOverride ;
48
+ sh:minCount 1 ;
49
+ sh:severity sh:Warning ;
50
+ sh:message "Recommended by Google: seasonalOverride." ;
51
+ ] ;
52
+ sh:property [
53
+ sh:path schema:shippingDestination ;
54
+ sh:minCount 1 ;
55
+ sh:severity sh:Warning ;
56
+ sh:message "Recommended by Google: shippingDestination." ;
57
+ ] ;
58
+ sh:property [
59
+ sh:path schema:shippingOrigin ;
60
+ sh:minCount 1 ;
61
+ sh:severity sh:Warning ;
62
+ sh:message "Recommended by Google: shippingOrigin." ;
63
+ ] ;
64
+ sh:property [
65
+ sh:path schema:shippingRate ;
66
+ sh:minCount 1 ;
67
+ sh:severity sh:Warning ;
68
+ sh:message "Recommended by Google: shippingRate." ;
69
+ ] ;
70
+ sh:property [
71
+ sh:path schema:transitTime ;
72
+ sh:minCount 1 ;
73
+ sh:severity sh:Warning ;
74
+ sh:message "Recommended by Google: transitTime." ;
75
+ ] ;
76
+ sh:property [
77
+ sh:path schema:weight ;
78
+ sh:minCount 1 ;
79
+ sh:severity sh:Warning ;
80
+ sh:message "Recommended by Google: weight." ;
81
+ ] ;
82
+ .
83
+
84
+ :google_FridayShape
85
+ a sh:NodeShape ;
86
+ sh:targetClass schema:Friday ;
87
+ sh:property [
88
+ sh:path schema:currency ;
89
+ sh:minCount 1 ;
90
+ ] ;
91
+ sh:property [
92
+ sh:path schema:maxValue ;
93
+ sh:minCount 1 ;
94
+ ] ;
95
+ sh:property [
96
+ sh:path schema:minValue ;
97
+ sh:minCount 1 ;
98
+ ] ;
99
+ sh:property [
100
+ sh:path schema:value ;
101
+ sh:minCount 1 ;
102
+ ] ;
103
+ sh:property [
104
+ sh:path schema:businessDays ;
105
+ sh:minCount 1 ;
106
+ sh:severity sh:Warning ;
107
+ sh:message "Recommended by Google: businessDays." ;
108
+ ] ;
109
+ sh:property [
110
+ sh:path schema:duration ;
111
+ sh:minCount 1 ;
112
+ sh:severity sh:Warning ;
113
+ sh:message "Recommended by Google: duration." ;
114
+ ] ;
115
+ sh:property [
116
+ sh:path schema:orderPercentage ;
117
+ sh:minCount 1 ;
118
+ sh:severity sh:Warning ;
119
+ sh:message "Recommended by Google: orderPercentage." ;
120
+ ] ;
121
+ sh:property [
122
+ sh:path schema:unitCode ;
123
+ sh:minCount 1 ;
124
+ sh:severity sh:Warning ;
125
+ sh:message "Recommended by Google: unitCode." ;
126
+ ] ;
127
+ sh:property [
128
+ sh:path schema:validFrom ;
129
+ sh:minCount 1 ;
130
+ sh:severity sh:Warning ;
131
+ sh:message "Recommended by Google: validFrom." ;
132
+ ] ;
133
+ sh:property [
134
+ sh:path schema:validThrough ;
135
+ sh:minCount 1 ;
136
+ sh:severity sh:Warning ;
137
+ sh:message "Recommended by Google: validThrough." ;
138
+ ] ;
139
+ sh:property [
140
+ sh:path schema:weightPercentage ;
141
+ sh:minCount 1 ;
142
+ sh:severity sh:Warning ;
143
+ sh:message "Recommended by Google: weightPercentage." ;
144
+ ] ;
145
+ .
146
+
147
+ :google_MondayShape
148
+ a sh:NodeShape ;
149
+ sh:targetClass schema:Monday ;
150
+ sh:property [
151
+ sh:path schema:currency ;
152
+ sh:minCount 1 ;
153
+ ] ;
154
+ sh:property [
155
+ sh:path schema:maxValue ;
156
+ sh:minCount 1 ;
157
+ ] ;
158
+ sh:property [
159
+ sh:path schema:minValue ;
160
+ sh:minCount 1 ;
161
+ ] ;
162
+ sh:property [
163
+ sh:path schema:value ;
164
+ sh:minCount 1 ;
165
+ ] ;
166
+ sh:property [
167
+ sh:path schema:businessDays ;
168
+ sh:minCount 1 ;
169
+ sh:severity sh:Warning ;
170
+ sh:message "Recommended by Google: businessDays." ;
171
+ ] ;
172
+ sh:property [
173
+ sh:path schema:duration ;
174
+ sh:minCount 1 ;
175
+ sh:severity sh:Warning ;
176
+ sh:message "Recommended by Google: duration." ;
177
+ ] ;
178
+ sh:property [
179
+ sh:path schema:orderPercentage ;
180
+ sh:minCount 1 ;
181
+ sh:severity sh:Warning ;
182
+ sh:message "Recommended by Google: orderPercentage." ;
183
+ ] ;
184
+ sh:property [
185
+ sh:path schema:unitCode ;
186
+ sh:minCount 1 ;
187
+ sh:severity sh:Warning ;
188
+ sh:message "Recommended by Google: unitCode." ;
189
+ ] ;
190
+ sh:property [
191
+ sh:path schema:validFrom ;
192
+ sh:minCount 1 ;
193
+ sh:severity sh:Warning ;
194
+ sh:message "Recommended by Google: validFrom." ;
195
+ ] ;
196
+ sh:property [
197
+ sh:path schema:validThrough ;
198
+ sh:minCount 1 ;
199
+ sh:severity sh:Warning ;
200
+ sh:message "Recommended by Google: validThrough." ;
201
+ ] ;
202
+ sh:property [
203
+ sh:path schema:weightPercentage ;
204
+ sh:minCount 1 ;
205
+ sh:severity sh:Warning ;
206
+ sh:message "Recommended by Google: weightPercentage." ;
207
+ ] ;
208
+ .
209
+
210
+ :google_QuantitativeValueShape
211
+ a sh:NodeShape ;
212
+ sh:targetClass schema:QuantitativeValue ;
213
+ sh:property [
214
+ sh:path schema:maxValue ;
215
+ sh:minCount 1 ;
216
+ sh:severity sh:Warning ;
217
+ sh:message "Recommended by Google: maxValue." ;
218
+ ] ;
219
+ sh:property [
220
+ sh:path schema:minValue ;
221
+ sh:minCount 1 ;
222
+ sh:severity sh:Warning ;
223
+ sh:message "Recommended by Google: minValue." ;
224
+ ] ;
225
+ sh:property [
226
+ sh:path schema:unitCode ;
227
+ sh:minCount 1 ;
228
+ sh:severity sh:Warning ;
229
+ sh:message "Recommended by Google: unitCode." ;
230
+ ] ;
231
+ sh:property [
232
+ sh:path schema:value ;
233
+ sh:minCount 1 ;
234
+ sh:severity sh:Warning ;
235
+ sh:message "Recommended by Google: value." ;
236
+ ] ;
237
+ .
238
+
239
+ :google_ShippingConditionsShape
240
+ a sh:NodeShape ;
241
+ sh:targetClass schema:ShippingConditions ;
242
+ sh:property [
243
+ sh:path schema:addressCountry ;
244
+ sh:minCount 1 ;
245
+ ] ;
246
+ sh:property [
247
+ sh:path schema:addressRegion ;
248
+ sh:minCount 1 ;
249
+ sh:severity sh:Warning ;
250
+ sh:message "Recommended by Google: addressRegion." ;
251
+ ] ;
252
+ sh:property [
253
+ sh:path schema:description ;
254
+ sh:minCount 1 ;
255
+ sh:severity sh:Warning ;
256
+ sh:message "Recommended by Google: description." ;
257
+ ] ;
258
+ sh:property [
259
+ sh:path schema:doesNotShip ;
260
+ sh:minCount 1 ;
261
+ sh:severity sh:Warning ;
262
+ sh:message "Recommended by Google: doesNotShip." ;
263
+ ] ;
264
+ sh:property [
265
+ sh:path schema:fulfillmentType ;
266
+ sh:minCount 1 ;
267
+ sh:severity sh:Warning ;
268
+ sh:message "Recommended by Google: fulfillmentType." ;
269
+ ] ;
270
+ sh:property [
271
+ sh:path schema:handlingTime ;
272
+ sh:minCount 1 ;
273
+ sh:severity sh:Warning ;
274
+ sh:message "Recommended by Google: handlingTime." ;
275
+ ] ;
276
+ sh:property [
277
+ sh:path schema:name ;
278
+ sh:minCount 1 ;
279
+ sh:severity sh:Warning ;
280
+ sh:message "Recommended by Google: name." ;
281
+ ] ;
282
+ sh:property [
283
+ sh:path schema:numItems ;
284
+ sh:minCount 1 ;
285
+ sh:severity sh:Warning ;
286
+ sh:message "Recommended by Google: numItems." ;
287
+ ] ;
288
+ sh:property [
289
+ sh:path schema:orderValue ;
290
+ sh:minCount 1 ;
291
+ sh:severity sh:Warning ;
292
+ sh:message "Recommended by Google: orderValue." ;
293
+ ] ;
294
+ sh:property [
295
+ sh:path schema:postalCode ;
296
+ sh:minCount 1 ;
297
+ sh:severity sh:Warning ;
298
+ sh:message "Recommended by Google: postalCode." ;
299
+ ] ;
300
+ sh:property [
301
+ sh:path schema:seasonalOverride ;
302
+ sh:minCount 1 ;
303
+ sh:severity sh:Warning ;
304
+ sh:message "Recommended by Google: seasonalOverride." ;
305
+ ] ;
306
+ sh:property [
307
+ sh:path schema:shippingDestination ;
308
+ sh:minCount 1 ;
309
+ sh:severity sh:Warning ;
310
+ sh:message "Recommended by Google: shippingDestination." ;
311
+ ] ;
312
+ sh:property [
313
+ sh:path schema:shippingOrigin ;
314
+ sh:minCount 1 ;
315
+ sh:severity sh:Warning ;
316
+ sh:message "Recommended by Google: shippingOrigin." ;
317
+ ] ;
318
+ sh:property [
319
+ sh:path schema:shippingRate ;
320
+ sh:minCount 1 ;
321
+ sh:severity sh:Warning ;
322
+ sh:message "Recommended by Google: shippingRate." ;
323
+ ] ;
324
+ sh:property [
325
+ sh:path schema:transitTime ;
326
+ sh:minCount 1 ;
327
+ sh:severity sh:Warning ;
328
+ sh:message "Recommended by Google: transitTime." ;
329
+ ] ;
330
+ sh:property [
331
+ sh:path schema:validForMemberTier ;
332
+ sh:minCount 1 ;
333
+ sh:severity sh:Warning ;
334
+ sh:message "Recommended by Google: validForMemberTier." ;
335
+ ] ;
336
+ sh:property [
337
+ sh:path schema:weight ;
338
+ sh:minCount 1 ;
339
+ sh:severity sh:Warning ;
340
+ sh:message "Recommended by Google: weight." ;
341
+ ] ;
342
+ .
343
+
344
+ :google_ShippingServiceShape
345
+ a sh:NodeShape ;
346
+ sh:targetClass schema:ShippingService ;
347
+ sh:property [
348
+ sh:path schema:addressCountry ;
349
+ sh:minCount 1 ;
350
+ ] ;
351
+ sh:property [
352
+ sh:path schema:addressRegion ;
353
+ sh:minCount 1 ;
354
+ sh:severity sh:Warning ;
355
+ sh:message "Recommended by Google: addressRegion." ;
356
+ ] ;
357
+ sh:property [
358
+ sh:path schema:doesNotShip ;
359
+ sh:minCount 1 ;
360
+ sh:severity sh:Warning ;
361
+ sh:message "Recommended by Google: doesNotShip." ;
362
+ ] ;
363
+ sh:property [
364
+ sh:path schema:numItems ;
365
+ sh:minCount 1 ;
366
+ sh:severity sh:Warning ;
367
+ sh:message "Recommended by Google: numItems." ;
368
+ ] ;
369
+ sh:property [
370
+ sh:path schema:orderValue ;
371
+ sh:minCount 1 ;
372
+ sh:severity sh:Warning ;
373
+ sh:message "Recommended by Google: orderValue." ;
374
+ ] ;
375
+ sh:property [
376
+ sh:path schema:postalCode ;
377
+ sh:minCount 1 ;
378
+ sh:severity sh:Warning ;
379
+ sh:message "Recommended by Google: postalCode." ;
380
+ ] ;
381
+ sh:property [
382
+ sh:path schema:seasonalOverride ;
383
+ sh:minCount 1 ;
384
+ sh:severity sh:Warning ;
385
+ sh:message "Recommended by Google: seasonalOverride." ;
386
+ ] ;
387
+ sh:property [
388
+ sh:path schema:shippingDestination ;
389
+ sh:minCount 1 ;
390
+ sh:severity sh:Warning ;
391
+ sh:message "Recommended by Google: shippingDestination." ;
392
+ ] ;
393
+ sh:property [
394
+ sh:path schema:shippingOrigin ;
395
+ sh:minCount 1 ;
396
+ sh:severity sh:Warning ;
397
+ sh:message "Recommended by Google: shippingOrigin." ;
398
+ ] ;
399
+ sh:property [
400
+ sh:path schema:shippingRate ;
401
+ sh:minCount 1 ;
402
+ sh:severity sh:Warning ;
403
+ sh:message "Recommended by Google: shippingRate." ;
404
+ ] ;
405
+ sh:property [
406
+ sh:path schema:transitTime ;
407
+ sh:minCount 1 ;
408
+ sh:severity sh:Warning ;
409
+ sh:message "Recommended by Google: transitTime." ;
410
+ ] ;
411
+ sh:property [
412
+ sh:path schema:weight ;
413
+ sh:minCount 1 ;
414
+ sh:severity sh:Warning ;
415
+ sh:message "Recommended by Google: weight." ;
416
+ ] ;
417
+ .
418
+
419
+ :google_ThursdayShape
420
+ a sh:NodeShape ;
421
+ sh:targetClass schema:Thursday ;
422
+ sh:property [
423
+ sh:path schema:currency ;
424
+ sh:minCount 1 ;
425
+ ] ;
426
+ sh:property [
427
+ sh:path schema:maxValue ;
428
+ sh:minCount 1 ;
429
+ ] ;
430
+ sh:property [
431
+ sh:path schema:minValue ;
432
+ sh:minCount 1 ;
433
+ ] ;
434
+ sh:property [
435
+ sh:path schema:value ;
436
+ sh:minCount 1 ;
437
+ ] ;
438
+ sh:property [
439
+ sh:path schema:businessDays ;
440
+ sh:minCount 1 ;
441
+ sh:severity sh:Warning ;
442
+ sh:message "Recommended by Google: businessDays." ;
443
+ ] ;
444
+ sh:property [
445
+ sh:path schema:duration ;
446
+ sh:minCount 1 ;
447
+ sh:severity sh:Warning ;
448
+ sh:message "Recommended by Google: duration." ;
449
+ ] ;
450
+ sh:property [
451
+ sh:path schema:orderPercentage ;
452
+ sh:minCount 1 ;
453
+ sh:severity sh:Warning ;
454
+ sh:message "Recommended by Google: orderPercentage." ;
455
+ ] ;
456
+ sh:property [
457
+ sh:path schema:unitCode ;
458
+ sh:minCount 1 ;
459
+ sh:severity sh:Warning ;
460
+ sh:message "Recommended by Google: unitCode." ;
461
+ ] ;
462
+ sh:property [
463
+ sh:path schema:validFrom ;
464
+ sh:minCount 1 ;
465
+ sh:severity sh:Warning ;
466
+ sh:message "Recommended by Google: validFrom." ;
467
+ ] ;
468
+ sh:property [
469
+ sh:path schema:validThrough ;
470
+ sh:minCount 1 ;
471
+ sh:severity sh:Warning ;
472
+ sh:message "Recommended by Google: validThrough." ;
473
+ ] ;
474
+ sh:property [
475
+ sh:path schema:weightPercentage ;
476
+ sh:minCount 1 ;
477
+ sh:severity sh:Warning ;
478
+ sh:message "Recommended by Google: weightPercentage." ;
479
+ ] ;
480
+ .
481
+
482
+ :google_TuesdayShape
483
+ a sh:NodeShape ;
484
+ sh:targetClass schema:Tuesday ;
485
+ sh:property [
486
+ sh:path schema:currency ;
487
+ sh:minCount 1 ;
488
+ ] ;
489
+ sh:property [
490
+ sh:path schema:maxValue ;
491
+ sh:minCount 1 ;
492
+ ] ;
493
+ sh:property [
494
+ sh:path schema:minValue ;
495
+ sh:minCount 1 ;
496
+ ] ;
497
+ sh:property [
498
+ sh:path schema:value ;
499
+ sh:minCount 1 ;
500
+ ] ;
501
+ sh:property [
502
+ sh:path schema:businessDays ;
503
+ sh:minCount 1 ;
504
+ sh:severity sh:Warning ;
505
+ sh:message "Recommended by Google: businessDays." ;
506
+ ] ;
507
+ sh:property [
508
+ sh:path schema:duration ;
509
+ sh:minCount 1 ;
510
+ sh:severity sh:Warning ;
511
+ sh:message "Recommended by Google: duration." ;
512
+ ] ;
513
+ sh:property [
514
+ sh:path schema:orderPercentage ;
515
+ sh:minCount 1 ;
516
+ sh:severity sh:Warning ;
517
+ sh:message "Recommended by Google: orderPercentage." ;
518
+ ] ;
519
+ sh:property [
520
+ sh:path schema:unitCode ;
521
+ sh:minCount 1 ;
522
+ sh:severity sh:Warning ;
523
+ sh:message "Recommended by Google: unitCode." ;
524
+ ] ;
525
+ sh:property [
526
+ sh:path schema:validFrom ;
527
+ sh:minCount 1 ;
528
+ sh:severity sh:Warning ;
529
+ sh:message "Recommended by Google: validFrom." ;
530
+ ] ;
531
+ sh:property [
532
+ sh:path schema:validThrough ;
533
+ sh:minCount 1 ;
534
+ sh:severity sh:Warning ;
535
+ sh:message "Recommended by Google: validThrough." ;
536
+ ] ;
537
+ sh:property [
538
+ sh:path schema:weightPercentage ;
539
+ sh:minCount 1 ;
540
+ sh:severity sh:Warning ;
541
+ sh:message "Recommended by Google: weightPercentage." ;
542
+ ] ;
543
+ .
544
+
545
+ :google_WednesdayShape
546
+ a sh:NodeShape ;
547
+ sh:targetClass schema:Wednesday ;
548
+ sh:property [
549
+ sh:path schema:currency ;
550
+ sh:minCount 1 ;
551
+ ] ;
552
+ sh:property [
553
+ sh:path schema:maxValue ;
554
+ sh:minCount 1 ;
555
+ ] ;
556
+ sh:property [
557
+ sh:path schema:minValue ;
558
+ sh:minCount 1 ;
559
+ ] ;
560
+ sh:property [
561
+ sh:path schema:value ;
562
+ sh:minCount 1 ;
563
+ ] ;
564
+ sh:property [
565
+ sh:path schema:businessDays ;
566
+ sh:minCount 1 ;
567
+ sh:severity sh:Warning ;
568
+ sh:message "Recommended by Google: businessDays." ;
569
+ ] ;
570
+ sh:property [
571
+ sh:path schema:duration ;
572
+ sh:minCount 1 ;
573
+ sh:severity sh:Warning ;
574
+ sh:message "Recommended by Google: duration." ;
575
+ ] ;
576
+ sh:property [
577
+ sh:path schema:orderPercentage ;
578
+ sh:minCount 1 ;
579
+ sh:severity sh:Warning ;
580
+ sh:message "Recommended by Google: orderPercentage." ;
581
+ ] ;
582
+ sh:property [
583
+ sh:path schema:unitCode ;
584
+ sh:minCount 1 ;
585
+ sh:severity sh:Warning ;
586
+ sh:message "Recommended by Google: unitCode." ;
587
+ ] ;
588
+ sh:property [
589
+ sh:path schema:validFrom ;
590
+ sh:minCount 1 ;
591
+ sh:severity sh:Warning ;
592
+ sh:message "Recommended by Google: validFrom." ;
593
+ ] ;
594
+ sh:property [
595
+ sh:path schema:validThrough ;
596
+ sh:minCount 1 ;
597
+ sh:severity sh:Warning ;
598
+ sh:message "Recommended by Google: validThrough." ;
599
+ ] ;
600
+ sh:property [
601
+ sh:path schema:weightPercentage ;
602
+ sh:minCount 1 ;
603
+ sh:severity sh:Warning ;
604
+ sh:message "Recommended by Google: weightPercentage." ;
605
+ ] ;
606
+ .
@@ -0,0 +1,40 @@
1
+ @prefix : <https://wordlift.io/shacl/google/google-software-app/> .
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/software-app
6
+ # Generated: 2026-01-13T11:23:57Z
7
+ # Notes: required properties => errors; recommended properties => warnings.
8
+
9
+ :google_SoftwareApplicationShape
10
+ a sh:NodeShape ;
11
+ sh:targetClass schema:SoftwareApplication ;
12
+ sh:property [
13
+ sh:path schema:name ;
14
+ sh:minCount 1 ;
15
+ ] ;
16
+ sh:property [
17
+ sh:path schema:offers ;
18
+ sh:minCount 1 ;
19
+ ] ;
20
+ sh:property [
21
+ sh:path schema:price ;
22
+ sh:minCount 1 ;
23
+ ] ;
24
+ sh:property [
25
+ sh:path schema:review ;
26
+ sh:minCount 1 ;
27
+ ] ;
28
+ sh:property [
29
+ sh:path schema:applicationCategory ;
30
+ sh:minCount 1 ;
31
+ sh:severity sh:Warning ;
32
+ sh:message "Recommended by Google: applicationCategory." ;
33
+ ] ;
34
+ sh:property [
35
+ sh:path schema:operatingSystem ;
36
+ sh:minCount 1 ;
37
+ sh:severity sh:Warning ;
38
+ sh:message "Recommended by Google: operatingSystem." ;
39
+ ] ;
40
+ .
@@ -0,0 +1,20 @@
1
+ @prefix : <https://wordlift.io/shacl/google/google-speakable/> .
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/speakable
6
+ # Generated: 2026-01-13T11:23:58Z
7
+ # Notes: required properties => errors; recommended properties => warnings.
8
+
9
+ :google_speakableShape
10
+ a sh:NodeShape ;
11
+ sh:targetClass schema:speakable ;
12
+ sh:property [
13
+ sh:path schema:cssSelector ;
14
+ sh:minCount 1 ;
15
+ ] ;
16
+ sh:property [
17
+ sh:path schema:xPath ;
18
+ sh:minCount 1 ;
19
+ ] ;
20
+ .