-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbooks-smw.json
127 lines (127 loc) · 4.3 KB
/
books-smw.json
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
{
"publisher": "WikiWorks",
"author": [
"Yaron Koren",
"Ike Hecht"
],
"language": "en",
"url": "https://github.com/WikiWorks/Page-Exchange-packages",
"licenseName": "CC BY-SA 4.0",
"packages": {
"Books demo (SMW)": {
"globalID": "com.wikiworks.books-demo-smw",
"publisherURL": "https://wikiworks.com",
"description": "A data structure for information on books and authors, using the Semantic MediaWiki and Page Forms extensions.",
"version": "0.1",
"pages": [
{
"name": "Book",
"namespace": "NS_TEMPLATE",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/Template%3ABook%20(SMW)"
},
{
"name": "Book",
"namespace": "PF_NS_FORM",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/Form%3ABook"
},
{
"name": "Genre",
"namespace": "SMW_NS_PROPERTY",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/Property%3AGenre"
},
{
"name": "ISBN",
"namespace": "SMW_NS_PROPERTY",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/Property%3AISBN"
},
{
"name": "Number of pages",
"namespace": "SMW_NS_PROPERTY",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/Property%3ANumber%20of%20pages"
},
{
"name": "Year of publication",
"namespace": "SMW_NS_PROPERTY",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/Property%3AYear%20of%20publication"
},
{
"name": "Author",
"namespace": "NS_TEMPLATE",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Authors/Template%3AAuthor%20(SMW)"
},
{
"name": "Author",
"namespace": "PF_NS_FORM",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Authors/Form%3AAuthor"
},
{
"name": "Country",
"namespace": "SMW_NS_PROPERTY",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Authors/Property%3ACountry"
},
{
"name": "Genres",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/Genres%20(SMW)"
}
],
"requiredExtensions": [
"Semantic MediaWiki",
"Page Forms"
]
},
"Books demo data (SMW)": {
"globalID": "com.wikiworks.books-demo-smw.data",
"description": "Sample data for the \"books demo\" data structure",
"version": "0.2",
"pages": [
{
"name": "A Crack in the Wall",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/data/A%20Crack%20in%20the%20Wall"
},
{
"name": "Footfall",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/data/Footfall"
},
{
"name": "Growth of the Soil",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/data/Growth%20of%20the%20Soil"
},
{
"name": "Ringworld",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/data/Ringworld"
},
{
"name": "The Devotion of Suspect X",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/data/The%20Devotion%20of%20Suspect%20X"
},
{
"name": "The Interpreters",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Books/data/The%20Interpreters"
},
{
"name": "Claudia Piñeiro",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Authors/data/Claudia%20Pi%C3%B1eiro"
},
{
"name": "Knut Hamsun",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Authors/data/Knut%20Hamsun"
},
{
"name": "Larry Niven",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Authors/data/Larry%20Niven"
},
{
"name": "Wole Soyinka",
"url": "https://raw.githubusercontent.com/WikiWorks/Page-Exchange-packages/master/Authors/data/Wole%20Soyinka"
}
],
"requiredExtensions": [
"Semantic MediaWiki",
"Page Forms"
],
"requiredPackages": [
"com.wikiworks.books-demo-smw"
]
}
}
}