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,291 @@
1
+ @prefix : <https://wordlift.io/shacl/google/google-carousels-beta/> .
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/carousels-beta
6
+ # Generated: 2026-01-13T11:24:03Z
7
+ # Notes: required properties => errors; recommended properties => warnings.
8
+
9
+ :google_EventShape
10
+ a sh:NodeShape ;
11
+ sh:targetClass schema:Event ;
12
+ sh:property [
13
+ sh:path schema:image ;
14
+ sh:minCount 1 ;
15
+ ] ;
16
+ sh:property [
17
+ sh:path schema:name ;
18
+ sh:minCount 1 ;
19
+ ] ;
20
+ sh:property [
21
+ sh:path schema:url ;
22
+ sh:minCount 1 ;
23
+ ] ;
24
+ sh:property [
25
+ sh:path schema:aggregateRating ;
26
+ sh:minCount 1 ;
27
+ sh:severity sh:Warning ;
28
+ sh:message "Recommended by Google: aggregateRating." ;
29
+ ] ;
30
+ sh:property [
31
+ sh:path schema:amenityFeature ;
32
+ sh:minCount 1 ;
33
+ sh:severity sh:Warning ;
34
+ sh:message "Recommended by Google: amenityFeature." ;
35
+ ] ;
36
+ sh:property [
37
+ sh:path schema:bestRating ;
38
+ sh:minCount 1 ;
39
+ sh:severity sh:Warning ;
40
+ sh:message "Recommended by Google: bestRating." ;
41
+ ] ;
42
+ sh:property [
43
+ sh:path schema:highPrice ;
44
+ sh:minCount 1 ;
45
+ sh:severity sh:Warning ;
46
+ sh:message "Recommended by Google: highPrice." ;
47
+ ] ;
48
+ sh:property [
49
+ sh:path schema:lowPrice ;
50
+ sh:minCount 1 ;
51
+ sh:severity sh:Warning ;
52
+ sh:message "Recommended by Google: lowPrice." ;
53
+ ] ;
54
+ sh:property [
55
+ sh:path schema:offers ;
56
+ sh:minCount 1 ;
57
+ sh:severity sh:Warning ;
58
+ sh:message "Recommended by Google: offers." ;
59
+ ] ;
60
+ sh:property [
61
+ sh:path schema:price ;
62
+ sh:minCount 1 ;
63
+ sh:severity sh:Warning ;
64
+ sh:message "Recommended by Google: price." ;
65
+ ] ;
66
+ sh:property [
67
+ sh:path schema:priceCurrency ;
68
+ sh:minCount 1 ;
69
+ sh:severity sh:Warning ;
70
+ sh:message "Recommended by Google: priceCurrency." ;
71
+ ] ;
72
+ sh:property [
73
+ sh:path schema:priceRange ;
74
+ sh:minCount 1 ;
75
+ sh:severity sh:Warning ;
76
+ sh:message "Recommended by Google: priceRange." ;
77
+ ] ;
78
+ sh:property [
79
+ sh:path schema:ratingCount ;
80
+ sh:minCount 1 ;
81
+ sh:severity sh:Warning ;
82
+ sh:message "Recommended by Google: ratingCount." ;
83
+ ] ;
84
+ sh:property [
85
+ sh:path schema:ratingValue ;
86
+ sh:minCount 1 ;
87
+ sh:severity sh:Warning ;
88
+ sh:message "Recommended by Google: ratingValue." ;
89
+ ] ;
90
+ sh:property [
91
+ sh:path schema:servesCuisine ;
92
+ sh:minCount 1 ;
93
+ sh:severity sh:Warning ;
94
+ sh:message "Recommended by Google: servesCuisine." ;
95
+ ] ;
96
+ .
97
+
98
+ :google_ItemListShape
99
+ a sh:NodeShape ;
100
+ sh:targetClass schema:ItemList ;
101
+ sh:property [
102
+ sh:path schema:item ;
103
+ sh:minCount 1 ;
104
+ ] ;
105
+ sh:property [
106
+ sh:path schema:itemListElement ;
107
+ sh:minCount 1 ;
108
+ ] ;
109
+ sh:property [
110
+ sh:path schema:position ;
111
+ sh:minCount 1 ;
112
+ ] ;
113
+ .
114
+
115
+ :google_LocalBusinessShape
116
+ a sh:NodeShape ;
117
+ sh:targetClass schema:LocalBusiness ;
118
+ sh:property [
119
+ sh:path schema:image ;
120
+ sh:minCount 1 ;
121
+ ] ;
122
+ sh:property [
123
+ sh:path schema:name ;
124
+ sh:minCount 1 ;
125
+ ] ;
126
+ sh:property [
127
+ sh:path schema:url ;
128
+ sh:minCount 1 ;
129
+ ] ;
130
+ sh:property [
131
+ sh:path schema:aggregateRating ;
132
+ sh:minCount 1 ;
133
+ sh:severity sh:Warning ;
134
+ sh:message "Recommended by Google: aggregateRating." ;
135
+ ] ;
136
+ sh:property [
137
+ sh:path schema:amenityFeature ;
138
+ sh:minCount 1 ;
139
+ sh:severity sh:Warning ;
140
+ sh:message "Recommended by Google: amenityFeature." ;
141
+ ] ;
142
+ sh:property [
143
+ sh:path schema:bestRating ;
144
+ sh:minCount 1 ;
145
+ sh:severity sh:Warning ;
146
+ sh:message "Recommended by Google: bestRating." ;
147
+ ] ;
148
+ sh:property [
149
+ sh:path schema:highPrice ;
150
+ sh:minCount 1 ;
151
+ sh:severity sh:Warning ;
152
+ sh:message "Recommended by Google: highPrice." ;
153
+ ] ;
154
+ sh:property [
155
+ sh:path schema:lowPrice ;
156
+ sh:minCount 1 ;
157
+ sh:severity sh:Warning ;
158
+ sh:message "Recommended by Google: lowPrice." ;
159
+ ] ;
160
+ sh:property [
161
+ sh:path schema:offers ;
162
+ sh:minCount 1 ;
163
+ sh:severity sh:Warning ;
164
+ sh:message "Recommended by Google: offers." ;
165
+ ] ;
166
+ sh:property [
167
+ sh:path schema:price ;
168
+ sh:minCount 1 ;
169
+ sh:severity sh:Warning ;
170
+ sh:message "Recommended by Google: price." ;
171
+ ] ;
172
+ sh:property [
173
+ sh:path schema:priceCurrency ;
174
+ sh:minCount 1 ;
175
+ sh:severity sh:Warning ;
176
+ sh:message "Recommended by Google: priceCurrency." ;
177
+ ] ;
178
+ sh:property [
179
+ sh:path schema:priceRange ;
180
+ sh:minCount 1 ;
181
+ sh:severity sh:Warning ;
182
+ sh:message "Recommended by Google: priceRange." ;
183
+ ] ;
184
+ sh:property [
185
+ sh:path schema:ratingCount ;
186
+ sh:minCount 1 ;
187
+ sh:severity sh:Warning ;
188
+ sh:message "Recommended by Google: ratingCount." ;
189
+ ] ;
190
+ sh:property [
191
+ sh:path schema:ratingValue ;
192
+ sh:minCount 1 ;
193
+ sh:severity sh:Warning ;
194
+ sh:message "Recommended by Google: ratingValue." ;
195
+ ] ;
196
+ sh:property [
197
+ sh:path schema:servesCuisine ;
198
+ sh:minCount 1 ;
199
+ sh:severity sh:Warning ;
200
+ sh:message "Recommended by Google: servesCuisine." ;
201
+ ] ;
202
+ .
203
+
204
+ :google_ProductShape
205
+ a sh:NodeShape ;
206
+ sh:targetClass schema:Product ;
207
+ sh:property [
208
+ sh:path schema:image ;
209
+ sh:minCount 1 ;
210
+ ] ;
211
+ sh:property [
212
+ sh:path schema:name ;
213
+ sh:minCount 1 ;
214
+ ] ;
215
+ sh:property [
216
+ sh:path schema:url ;
217
+ sh:minCount 1 ;
218
+ ] ;
219
+ sh:property [
220
+ sh:path schema:aggregateRating ;
221
+ sh:minCount 1 ;
222
+ sh:severity sh:Warning ;
223
+ sh:message "Recommended by Google: aggregateRating." ;
224
+ ] ;
225
+ sh:property [
226
+ sh:path schema:amenityFeature ;
227
+ sh:minCount 1 ;
228
+ sh:severity sh:Warning ;
229
+ sh:message "Recommended by Google: amenityFeature." ;
230
+ ] ;
231
+ sh:property [
232
+ sh:path schema:bestRating ;
233
+ sh:minCount 1 ;
234
+ sh:severity sh:Warning ;
235
+ sh:message "Recommended by Google: bestRating." ;
236
+ ] ;
237
+ sh:property [
238
+ sh:path schema:highPrice ;
239
+ sh:minCount 1 ;
240
+ sh:severity sh:Warning ;
241
+ sh:message "Recommended by Google: highPrice." ;
242
+ ] ;
243
+ sh:property [
244
+ sh:path schema:lowPrice ;
245
+ sh:minCount 1 ;
246
+ sh:severity sh:Warning ;
247
+ sh:message "Recommended by Google: lowPrice." ;
248
+ ] ;
249
+ sh:property [
250
+ sh:path schema:offers ;
251
+ sh:minCount 1 ;
252
+ sh:severity sh:Warning ;
253
+ sh:message "Recommended by Google: offers." ;
254
+ ] ;
255
+ sh:property [
256
+ sh:path schema:price ;
257
+ sh:minCount 1 ;
258
+ sh:severity sh:Warning ;
259
+ sh:message "Recommended by Google: price." ;
260
+ ] ;
261
+ sh:property [
262
+ sh:path schema:priceCurrency ;
263
+ sh:minCount 1 ;
264
+ sh:severity sh:Warning ;
265
+ sh:message "Recommended by Google: priceCurrency." ;
266
+ ] ;
267
+ sh:property [
268
+ sh:path schema:priceRange ;
269
+ sh:minCount 1 ;
270
+ sh:severity sh:Warning ;
271
+ sh:message "Recommended by Google: priceRange." ;
272
+ ] ;
273
+ sh:property [
274
+ sh:path schema:ratingCount ;
275
+ sh:minCount 1 ;
276
+ sh:severity sh:Warning ;
277
+ sh:message "Recommended by Google: ratingCount." ;
278
+ ] ;
279
+ sh:property [
280
+ sh:path schema:ratingValue ;
281
+ sh:minCount 1 ;
282
+ sh:severity sh:Warning ;
283
+ sh:message "Recommended by Google: ratingValue." ;
284
+ ] ;
285
+ sh:property [
286
+ sh:path schema:servesCuisine ;
287
+ sh:minCount 1 ;
288
+ sh:severity sh:Warning ;
289
+ sh:message "Recommended by Google: servesCuisine." ;
290
+ ] ;
291
+ .
@@ -0,0 +1,43 @@
1
+ @prefix : <https://wordlift.io/shacl/google/google-course/> .
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/course
6
+ # Generated: 2026-01-13T11:23:18Z
7
+ # Notes: required properties => errors; recommended properties => warnings.
8
+
9
+ :google_CourseShape
10
+ a sh:NodeShape ;
11
+ sh:targetClass schema:Course ;
12
+ sh:property [
13
+ sh:path schema:description ;
14
+ sh:minCount 1 ;
15
+ ] ;
16
+ sh:property [
17
+ sh:path schema:name ;
18
+ sh:minCount 1 ;
19
+ ] ;
20
+ sh:property [
21
+ sh:path schema:provider ;
22
+ sh:minCount 1 ;
23
+ sh:severity sh:Warning ;
24
+ sh:message "Recommended by Google: provider." ;
25
+ ] ;
26
+ .
27
+
28
+ :google_ItemListShape
29
+ a sh:NodeShape ;
30
+ sh:targetClass schema:ItemList ;
31
+ sh:property [
32
+ sh:path schema:itemListElement ;
33
+ sh:minCount 1 ;
34
+ ] ;
35
+ sh:property [
36
+ sh:path schema:position ;
37
+ sh:minCount 1 ;
38
+ ] ;
39
+ sh:property [
40
+ sh:path schema:url ;
41
+ sh:minCount 1 ;
42
+ ] ;
43
+ .
@@ -0,0 +1,146 @@
1
+ @prefix : <https://wordlift.io/shacl/google/google-dataset/> .
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/dataset
6
+ # Generated: 2026-01-13T11:23:19Z
7
+ # Notes: required properties => errors; recommended properties => warnings.
8
+
9
+ :google_DataCatalogShape
10
+ a sh:NodeShape ;
11
+ sh:targetClass schema:DataCatalog ;
12
+ sh:property [
13
+ sh:path schema:includedInDataCatalog ;
14
+ sh:minCount 1 ;
15
+ sh:severity sh:Warning ;
16
+ sh:message "Recommended by Google: includedInDataCatalog." ;
17
+ ] ;
18
+ .
19
+
20
+ :google_DataDownloadShape
21
+ a sh:NodeShape ;
22
+ sh:targetClass schema:DataDownload ;
23
+ sh:property [
24
+ sh:path schema:contentUrl ;
25
+ sh:minCount 1 ;
26
+ ] ;
27
+ sh:property [
28
+ sh:path schema:distribution ;
29
+ sh:minCount 1 ;
30
+ ] ;
31
+ sh:property [
32
+ sh:path schema:encodingFormat ;
33
+ sh:minCount 1 ;
34
+ sh:severity sh:Warning ;
35
+ sh:message "Recommended by Google: encodingFormat." ;
36
+ ] ;
37
+ .
38
+
39
+ :google_DatasetShape
40
+ a sh:NodeShape ;
41
+ sh:targetClass schema:Dataset ;
42
+ sh:property [
43
+ sh:path schema:description ;
44
+ sh:minCount 1 ;
45
+ ] ;
46
+ sh:property [
47
+ sh:path schema:name ;
48
+ sh:minCount 1 ;
49
+ ] ;
50
+ sh:property [
51
+ sh:path schema:alternateName ;
52
+ sh:minCount 1 ;
53
+ sh:severity sh:Warning ;
54
+ sh:message "Recommended by Google: alternateName." ;
55
+ ] ;
56
+ sh:property [
57
+ sh:path schema:citation ;
58
+ sh:minCount 1 ;
59
+ sh:severity sh:Warning ;
60
+ sh:message "Recommended by Google: citation." ;
61
+ ] ;
62
+ sh:property [
63
+ sh:path schema:creator ;
64
+ sh:minCount 1 ;
65
+ sh:severity sh:Warning ;
66
+ sh:message "Recommended by Google: creator." ;
67
+ ] ;
68
+ sh:property [
69
+ sh:path schema:funder ;
70
+ sh:minCount 1 ;
71
+ sh:severity sh:Warning ;
72
+ sh:message "Recommended by Google: funder." ;
73
+ ] ;
74
+ sh:property [
75
+ sh:path schema:hasPart ;
76
+ sh:minCount 1 ;
77
+ sh:severity sh:Warning ;
78
+ sh:message "Recommended by Google: hasPart." ;
79
+ ] ;
80
+ sh:property [
81
+ sh:path schema:identifier ;
82
+ sh:minCount 1 ;
83
+ sh:severity sh:Warning ;
84
+ sh:message "Recommended by Google: identifier." ;
85
+ ] ;
86
+ sh:property [
87
+ sh:path schema:isAccessibleForFree ;
88
+ sh:minCount 1 ;
89
+ sh:severity sh:Warning ;
90
+ sh:message "Recommended by Google: isAccessibleForFree." ;
91
+ ] ;
92
+ sh:property [
93
+ sh:path schema:keywords ;
94
+ sh:minCount 1 ;
95
+ sh:severity sh:Warning ;
96
+ sh:message "Recommended by Google: keywords." ;
97
+ ] ;
98
+ sh:property [
99
+ sh:path schema:license ;
100
+ sh:minCount 1 ;
101
+ sh:severity sh:Warning ;
102
+ sh:message "Recommended by Google: license." ;
103
+ ] ;
104
+ sh:property [
105
+ sh:path schema:measurementTechnique ;
106
+ sh:minCount 1 ;
107
+ sh:severity sh:Warning ;
108
+ sh:message "Recommended by Google: measurementTechnique." ;
109
+ ] ;
110
+ sh:property [
111
+ sh:path schema:sameAs ;
112
+ sh:minCount 1 ;
113
+ sh:severity sh:Warning ;
114
+ sh:message "Recommended by Google: sameAs." ;
115
+ ] ;
116
+ sh:property [
117
+ sh:path schema:spatialCoverage ;
118
+ sh:minCount 1 ;
119
+ sh:severity sh:Warning ;
120
+ sh:message "Recommended by Google: spatialCoverage." ;
121
+ ] ;
122
+ sh:property [
123
+ sh:path schema:temporalCoverage ;
124
+ sh:minCount 1 ;
125
+ sh:severity sh:Warning ;
126
+ sh:message "Recommended by Google: temporalCoverage." ;
127
+ ] ;
128
+ sh:property [
129
+ sh:path schema:url ;
130
+ sh:minCount 1 ;
131
+ sh:severity sh:Warning ;
132
+ sh:message "Recommended by Google: url." ;
133
+ ] ;
134
+ sh:property [
135
+ sh:path schema:variableMeasured ;
136
+ sh:minCount 1 ;
137
+ sh:severity sh:Warning ;
138
+ sh:message "Recommended by Google: variableMeasured." ;
139
+ ] ;
140
+ sh:property [
141
+ sh:path schema:version ;
142
+ sh:minCount 1 ;
143
+ sh:severity sh:Warning ;
144
+ sh:message "Recommended by Google: version." ;
145
+ ] ;
146
+ .
@@ -0,0 +1,247 @@
1
+ @prefix : <https://wordlift.io/shacl/google/google-discussion-forum/> .
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/discussion-forum
6
+ # Generated: 2026-01-13T11:23:21Z
7
+ # Notes: required properties => errors; recommended properties => warnings.
8
+
9
+ :google_CommentShape
10
+ a sh:NodeShape ;
11
+ sh:targetClass schema:Comment ;
12
+ sh:property [
13
+ sh:path schema:author ;
14
+ sh:minCount 1 ;
15
+ ] ;
16
+ sh:property [
17
+ sh:path schema:datePublished ;
18
+ sh:minCount 1 ;
19
+ ] ;
20
+ sh:property [
21
+ sh:path schema:text ;
22
+ sh:minCount 1 ;
23
+ ] ;
24
+ sh:property [
25
+ sh:path schema:comment ;
26
+ sh:minCount 1 ;
27
+ sh:severity sh:Warning ;
28
+ sh:message "Recommended by Google: comment." ;
29
+ ] ;
30
+ sh:property [
31
+ sh:path schema:creativeWorkStatus ;
32
+ sh:minCount 1 ;
33
+ sh:severity sh:Warning ;
34
+ sh:message "Recommended by Google: creativeWorkStatus." ;
35
+ ] ;
36
+ sh:property [
37
+ sh:path schema:dateModified ;
38
+ sh:minCount 1 ;
39
+ sh:severity sh:Warning ;
40
+ sh:message "Recommended by Google: dateModified." ;
41
+ ] ;
42
+ sh:property [
43
+ sh:path schema:image ;
44
+ sh:minCount 1 ;
45
+ sh:severity sh:Warning ;
46
+ sh:message "Recommended by Google: image." ;
47
+ ] ;
48
+ sh:property [
49
+ sh:path schema:interactionStatistic ;
50
+ sh:minCount 1 ;
51
+ sh:severity sh:Warning ;
52
+ sh:message "Recommended by Google: interactionStatistic." ;
53
+ ] ;
54
+ sh:property [
55
+ sh:path schema:sharedContent ;
56
+ sh:minCount 1 ;
57
+ sh:severity sh:Warning ;
58
+ sh:message "Recommended by Google: sharedContent." ;
59
+ ] ;
60
+ sh:property [
61
+ sh:path schema:url ;
62
+ sh:minCount 1 ;
63
+ sh:severity sh:Warning ;
64
+ sh:message "Recommended by Google: url." ;
65
+ ] ;
66
+ sh:property [
67
+ sh:path schema:video ;
68
+ sh:minCount 1 ;
69
+ sh:severity sh:Warning ;
70
+ sh:message "Recommended by Google: video." ;
71
+ ] ;
72
+ .
73
+
74
+ :google_DiscussionForumPostingShape
75
+ a sh:NodeShape ;
76
+ sh:targetClass schema:DiscussionForumPosting ;
77
+ sh:property [
78
+ sh:path schema:author ;
79
+ sh:minCount 1 ;
80
+ ] ;
81
+ sh:property [
82
+ sh:path schema:datePublished ;
83
+ sh:minCount 1 ;
84
+ ] ;
85
+ sh:property [
86
+ sh:path schema:name ;
87
+ sh:minCount 1 ;
88
+ ] ;
89
+ sh:property [
90
+ sh:path schema:text ;
91
+ sh:minCount 1 ;
92
+ ] ;
93
+ sh:property [
94
+ sh:path schema:comment ;
95
+ sh:minCount 1 ;
96
+ sh:severity sh:Warning ;
97
+ sh:message "Recommended by Google: comment." ;
98
+ ] ;
99
+ sh:property [
100
+ sh:path schema:creativeWorkStatus ;
101
+ sh:minCount 1 ;
102
+ sh:severity sh:Warning ;
103
+ sh:message "Recommended by Google: creativeWorkStatus." ;
104
+ ] ;
105
+ sh:property [
106
+ sh:path schema:dateModified ;
107
+ sh:minCount 1 ;
108
+ sh:severity sh:Warning ;
109
+ sh:message "Recommended by Google: dateModified." ;
110
+ ] ;
111
+ sh:property [
112
+ sh:path schema:headline ;
113
+ sh:minCount 1 ;
114
+ sh:severity sh:Warning ;
115
+ sh:message "Recommended by Google: headline." ;
116
+ ] ;
117
+ sh:property [
118
+ sh:path schema:image ;
119
+ sh:minCount 1 ;
120
+ sh:severity sh:Warning ;
121
+ sh:message "Recommended by Google: image." ;
122
+ ] ;
123
+ sh:property [
124
+ sh:path schema:interactionStatistic ;
125
+ sh:minCount 1 ;
126
+ sh:severity sh:Warning ;
127
+ sh:message "Recommended by Google: interactionStatistic." ;
128
+ ] ;
129
+ sh:property [
130
+ sh:path schema:isPartOf ;
131
+ sh:minCount 1 ;
132
+ sh:severity sh:Warning ;
133
+ sh:message "Recommended by Google: isPartOf." ;
134
+ ] ;
135
+ sh:property [
136
+ sh:path schema:sharedContent ;
137
+ sh:minCount 1 ;
138
+ sh:severity sh:Warning ;
139
+ sh:message "Recommended by Google: sharedContent." ;
140
+ ] ;
141
+ sh:property [
142
+ sh:path schema:url ;
143
+ sh:minCount 1 ;
144
+ sh:severity sh:Warning ;
145
+ sh:message "Recommended by Google: url." ;
146
+ ] ;
147
+ sh:property [
148
+ sh:path schema:video ;
149
+ sh:minCount 1 ;
150
+ sh:severity sh:Warning ;
151
+ sh:message "Recommended by Google: video." ;
152
+ ] ;
153
+ .
154
+
155
+ :google_InteractionCounterShape
156
+ a sh:NodeShape ;
157
+ sh:targetClass schema:InteractionCounter ;
158
+ sh:property [
159
+ sh:path schema:interactionType ;
160
+ sh:minCount 1 ;
161
+ ] ;
162
+ sh:property [
163
+ sh:path schema:userInteractionCount ;
164
+ sh:minCount 1 ;
165
+ ] ;
166
+ .
167
+
168
+ :google_SocialMediaPostingShape
169
+ a sh:NodeShape ;
170
+ sh:targetClass schema:SocialMediaPosting ;
171
+ sh:property [
172
+ sh:path schema:author ;
173
+ sh:minCount 1 ;
174
+ ] ;
175
+ sh:property [
176
+ sh:path schema:datePublished ;
177
+ sh:minCount 1 ;
178
+ ] ;
179
+ sh:property [
180
+ sh:path schema:name ;
181
+ sh:minCount 1 ;
182
+ ] ;
183
+ sh:property [
184
+ sh:path schema:text ;
185
+ sh:minCount 1 ;
186
+ ] ;
187
+ sh:property [
188
+ sh:path schema:comment ;
189
+ sh:minCount 1 ;
190
+ sh:severity sh:Warning ;
191
+ sh:message "Recommended by Google: comment." ;
192
+ ] ;
193
+ sh:property [
194
+ sh:path schema:creativeWorkStatus ;
195
+ sh:minCount 1 ;
196
+ sh:severity sh:Warning ;
197
+ sh:message "Recommended by Google: creativeWorkStatus." ;
198
+ ] ;
199
+ sh:property [
200
+ sh:path schema:dateModified ;
201
+ sh:minCount 1 ;
202
+ sh:severity sh:Warning ;
203
+ sh:message "Recommended by Google: dateModified." ;
204
+ ] ;
205
+ sh:property [
206
+ sh:path schema:headline ;
207
+ sh:minCount 1 ;
208
+ sh:severity sh:Warning ;
209
+ sh:message "Recommended by Google: headline." ;
210
+ ] ;
211
+ sh:property [
212
+ sh:path schema:image ;
213
+ sh:minCount 1 ;
214
+ sh:severity sh:Warning ;
215
+ sh:message "Recommended by Google: image." ;
216
+ ] ;
217
+ sh:property [
218
+ sh:path schema:interactionStatistic ;
219
+ sh:minCount 1 ;
220
+ sh:severity sh:Warning ;
221
+ sh:message "Recommended by Google: interactionStatistic." ;
222
+ ] ;
223
+ sh:property [
224
+ sh:path schema:isPartOf ;
225
+ sh:minCount 1 ;
226
+ sh:severity sh:Warning ;
227
+ sh:message "Recommended by Google: isPartOf." ;
228
+ ] ;
229
+ sh:property [
230
+ sh:path schema:sharedContent ;
231
+ sh:minCount 1 ;
232
+ sh:severity sh:Warning ;
233
+ sh:message "Recommended by Google: sharedContent." ;
234
+ ] ;
235
+ sh:property [
236
+ sh:path schema:url ;
237
+ sh:minCount 1 ;
238
+ sh:severity sh:Warning ;
239
+ sh:message "Recommended by Google: url." ;
240
+ ] ;
241
+ sh:property [
242
+ sh:path schema:video ;
243
+ sh:minCount 1 ;
244
+ sh:severity sh:Warning ;
245
+ sh:message "Recommended by Google: video." ;
246
+ ] ;
247
+ .