summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0419.json
blob: bdb4145678e5e136590a6023185207b68f06bc00 (plain)
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
{
	"description": "Test in-text annotation for `_PVUC` to validate uniqueness (`smwgDVFeatures`)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has Url",
			"contents": "[[Has type::URL]] [[Has uniqueness constraint::true]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has text",
			"contents": "[[Has type::Text]] [[Has uniqueness constraint::true]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has date",
			"contents": "[[Has type::Date]] [[Has uniqueness constraint::true]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has monolingual text",
			"contents": "[[Has type::Monolingual text]] [[Has uniqueness constraint::true]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has numeric reference",
			"contents": "[[Has type::Reference]] [[Has fields::Number;Date]] [[Has uniqueness constraint::true]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has uniqueness record",
			"contents": "[[Has type::Record]] [[Has fields::Number;Date]] [[Has uniqueness constraint::true]]"
		},
		{
			"page": "Example/P0419/1",
			"contents": "[[Has Url::http://example.org/P0419]]"
		},
		{
			"page": "Example/P0419/2",
			"contents": "[[Has Url::http://example.org/P0419]] [[Has Url::http://example.org/P0419-1]]"
		},
		{
			"page": "Example/P0419/3",
			"contents": "[[Has text::P0419]]"
		},
		{
			"page": "Example/P0419/4",
			"contents": "[[Has text::P0419]]"
		},
		{
			"page": "Example/P0419/5",
			"contents": "[[Has date::1 Jan 1970 12:50:12]]"
		},
		{
			"page": "Example/P0419/6",
			"contents": "{{#subobject:|Has date=1 Jan 1970 12:50:12}}"
		},
		{
			"page": "Example/P0419/7",
			"contents": "[[Has monolingual text::Foo@en]]"
		},
		{
			"page": "Example/P0419/8",
			"contents": "{{#subobject:|Has monolingual text=Foo@en}}"
		},
		{
			"page": "Example/P0419/9",
			"contents": "[[Has numeric reference::42;1 Jan 1970]]"
		},
		{
			"page": "Example/P0419/9/1",
			"contents": "[[Has numeric reference::42;1 Jan 1970]]"
		},
		{
			"page": "Example/P0419/9/2",
			"contents": "[[Has numeric reference::42;1 Jan 1970 12:00]]"
		},
		{
			"page": "Example/P0419/10",
			"contents": "[[Has uniqueness record::42;1 Jan 1970]]"
		},
		{
			"page": "Example/P0419/10/1",
			"contents": "[[Has uniqueness record::42;1 Jan 1970]]"
		},
		{
			"page": "Example/P0419/10/2",
			"contents": "[[Has uniqueness record::42;1 Jan 1970 12:00]]"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0",
			"subject": "Example/P0419/1",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has_Url"
					],
					"propertyValues": [
						"http://example.org/P0419"
					]
				}
			}
		},
		{
			"type": "parser",
			"about": "#1",
			"subject": "Example/P0419/2",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 4,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC",
						"Has_Url"
					],
					"propertyValues": [
						"http://example.org/P0419-1"
					]
				}
			}
		},
		{
			"type": "parser",
			"about": "#2",
			"subject": "Example/P0419/3",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has_text"
					],
					"propertyValues": [
						"P0419"
					]
				}
			}
		},
		{
			"type": "parser",
			"about": "#3 Fails uniqueness for the text annotated in Example/P0419/3",
			"subject": "Example/P0419/4",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC"
					],
					"propertyValues": []
				}
			}
		},
		{
			"type": "parser",
			"about": "#4 Fails uniqueness for date value annotated in Example/P0419/5",
			"subject": "Example/P0419/6#_9fbec9d56750049a3420802d55db9a62",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 2,
					"propertyKeys": [
						"_SKEY",
						"_ERRC"
					],
					"propertyValues": []
				}
			}
		},
		{
			"type": "parser",
			"about": "#5 Fails uniqueness for monolingual text value annotated in Example/P0419/7",
			"subject": "Example/P0419/8#_7d241515e1224e118e0cd09f9b055a79",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 2,
					"propertyKeys": [
						"_SKEY",
						"_ERRC"
					],
					"propertyValues": []
				}
			}
		},
		{
			"type": "parser",
			"about": "#6 (Fails uniqueness due to same reference in Example/P0419/9)",
			"subject": "Example/P0419/9/1",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC"
					],
					"propertyValues": []
				}
			}
		},
		{
			"type": "parser",
			"about": "#7 (same number but different date as in Example/P0419/9)",
			"subject": "Example/P0419/9/2",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has numeric reference"
					],
					"propertyValues": [
						"Example/P0419/9/2#0##_REF31fea0d5c8403916c6f1da7c68f3998f"
					]
				}
			}
		},
		{
			"type": "parser",
			"about": "#8 (Fails uniqueness due to same record in Example/P0419/10)",
			"subject": "Example/P0419/10/1",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC"
					],
					"propertyValues": []
				}
			}
		},
		{
			"type": "parser",
			"about": "#9 (same number but different date as in Example/P0419/10)",
			"subject": "Example/P0419/10/2",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"Has uniqueness record"
					],
					"propertyValues": [
						"Example/P0419/10/2#0##_fdf9ee62dae77aa0c5d7cf89d1faa64d"
					]
				}
			}
		}
	],
	"settings": {
		"smwgDVFeatures": [
			"SMW_DV_PVUC"
		],
		"smwgPageSpecialProperties": [
			"_MDAT"
		]
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}