summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/data/import/default.json
blob: 7e874df9c7acdf8a2e20782f3736e8862f8d30d6 (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
{
	"description": "Semantic MediaWiki default vocabulary import",
	"import": [
		{
			"page": "Smw import skos",
			"namespace": "NS_MEDIAWIKI",
			"contents": {
				"importFrom": "/vocabularies/skos.txt"
			},
			"options": {
				"canReplace": false
			}
		},
		{
			"page": "Smw import foaf",
			"namespace": "NS_MEDIAWIKI",
			"contents": {
				"importFrom": "/vocabularies/foaf.txt"
			},
			"options": {
				"canReplace": false
			}
		},
		{
			"page": "Smw import owl",
			"namespace": "NS_MEDIAWIKI",
			"contents": {
				"importFrom": "/vocabularies/owl.txt"
			},
			"options": {
				"canReplace": false
			}
		},
		{
			"page": "Foaf:knows",
			"namespace": "SMW_NS_PROPERTY",
			"contents": {
				"importFrom": "/properties/foaf.knows.txt"
			},
			"options": {
				"canReplace": false
			}
		},
		{
			"page": "Foaf:name",
			"namespace": "SMW_NS_PROPERTY",
			"contents": {
				"importFrom": "/properties/foaf.name.txt"
			},
			"options": {
				"canReplace": false
			}
		},
		{
			"page": "Foaf:homepage",
			"namespace": "SMW_NS_PROPERTY",
			"contents": {
				"importFrom": "/properties/foaf.homepage.txt"
			},
			"options": {
				"canReplace": false
			}
		},
		{
			"page": "Owl:differentFrom",
			"namespace": "SMW_NS_PROPERTY",
			"contents": {
				"importFrom": "/properties/owl.differentFrom.txt"
			},
			"options": {
				"canReplace": false
			}
		}
	],
	"meta": {
		"version": "1"
	}
}