summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/q-1300.json
blob: c48381dc8bf60a278c7d172632a212246164e126 (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
{
	"description": "Test `_geo` (requires Maps)",
	"requires": {
		"Maps": ">= 5.0"
	},
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has coordinates",
			"contents": "[[Has type::Geographic coordinate]]"
		},
		{
			"page": "Q1300/1",
			"contents": "[[Has coordinates::52°31'N, 13°24'E]]"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0 ...",
			"namespace": "SMW_NS_PROPERTY",
			"subject": "Has coordinates",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_TYPE",
						"_SKEY",
						"_MDAT"
					],
					"propertyValues": [
						"http://semantic-mediawiki.org/swivt/1.0#_geo"
					]
				}
			}
		},
		{
			"type": "query",
			"about": "#1 (eq match)",
			"condition": "[[Has coordinates::52°31'N, 13°24'E]]",
			"printouts": [],
			"parameters": {
				"limit": "10"
			},
			"assert-queryresult": {
				"count": 1,
				"results": [
					"Q1300/1#0##"
				]
			}
		},
		{
			"type": "query",
			"about": "#2 (distance match)",
			"condition": "[[Has coordinates::52°31'N, 13°24'E (100km)]]",
			"printouts": [],
			"parameters": {
				"limit": "10"
			},
			"assert-queryresult": {
				"count": 1,
				"results": [
					"Q1300/1#0##"
				]
			}
		}
	],
	"settings": {
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}