summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/r-0004.json
blob: 4788e278d5e876cad0611a607d8ce9289cd33b16 (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
{
	"description": "Test RDF output generation for `_INST`/`_SUBC` pages (#922, en)",
	"setup": [
		{
			"namespace": "NS_CATEGORY",
			"page": "Rdf-1-category",
			"contents": "empty"
		},
		{
			"namespace": "NS_CATEGORY",
			"page": "Rdf-2-subcategory",
			"contents": "[[Category:Rdf-1-category]]"
		},
		{
			"namespace": "NS_CATEGORY",
			"page": "Rdf-3-subsubcategory",
			"contents": "[[Category:Rdf-2-subcategory]]"
		}
	],
	"tests": [
		{
			"type": "rdf",
			"about": "#0 cat-subcat export without backlinks",
			"exportcontroller": {
				"print-pages": [
					"Category:Rdf-1-category",
					"Category:Rdf-2-subcategory"
				],
				"parameters": {
					"backlinks": false,
					"recursion": "1",
					"revisiondate": false
				}
			},
			"assert-output": {
				"to-contain": [
					"<owl:Class rdf:about=\"http://example.org/id/Category-3ARdf-2D1-2Dcategory\">",
					"<rdfs:label>Rdf-1-category</rdfs:label>",
					"<owl:Class rdf:about=\"http://example.org/id/Category-3ARdf-2D2-2Dsubcategory\">",
					"<rdfs:label>Rdf-2-subcategory</rdfs:label>",
					"<rdfs:subClassOf rdf:resource=\"http://example.org/id/Category-3ARdf-2D1-2Dcategory\"/>"
				]
			}
		},
		{
			"type": "rdf",
			"about": "#1 cat-subcat export with backlinks (catches subsub-cat)",
			"exportcontroller": {
				"print-pages": [
					"Category:Rdf-1-category",
					"Category:Rdf-2-subcategory"
				],
				"parameters": {
					"backlinks": true,
					"recursion": "1",
					"revisiondate": false
				}
			},
			"assert-output": {
				"to-contain": [
					"<!ENTITY category 'http://example.org/id/Category-3A'>",
					"<!ENTITY property 'http://example.org/id/Property-3A'>",
					"<owl:Class rdf:about=\"http://example.org/id/Category-3ARdf-2D1-2Dcategory\">",
					"<rdfs:label>Rdf-1-category</rdfs:label>",
					"<owl:Class rdf:about=\"http://example.org/id/Category-3ARdf-2D2-2Dsubcategory\">",
					"<rdfs:label>Rdf-2-subcategory</rdfs:label>",
					"<rdfs:subClassOf rdf:resource=\"http://example.org/id/Category-3ARdf-2D1-2Dcategory\"/>",
					"<owl:Class rdf:about=\"http://example.org/id/Category-3ARdf-2D3-2Dsubsubcategory\">",
					"<rdfs:label>Rdf-3-subsubcategory</rdfs:label>",
					"<rdfs:subClassOf rdf:resource=\"http://example.org/id/Category-3ARdf-2D2-2Dsubcategory\"/>",
					"<owl:ObjectProperty rdf:about=\"http://example.org/id/Property-3ASubcategory_of\">",
					"<rdfs:label>Subcategory of</rdfs:label>"
				]
			}
		}
	],
	"settings": {
		"smwgExportBCNonCanonicalFormUse": false,
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"NS_CATEGORY": true,
			"SMW_NS_PROPERTY": true
		},
		"wgContLang": "en",
		"smwgNamespace": "http://example.org/id/"
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}