-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCatalogue.ttl
More file actions
150 lines (150 loc) · 22.1 KB
/
Catalogue.ttl
File metadata and controls
150 lines (150 loc) · 22.1 KB
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
<https://w3id.org/jp-textbook/Catalogue>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Class>;
<http://www.w3.org/2000/01/rdf-schema#comment> "An annual textbook catalogue is a book which lists textbooks usable for the year. Recent textbook catalogues are available at the MEXT website: <a href=\"http://www.mext.go.jp/a_menu/shotou/kyoukasho/mokuroku.htm\">http://www.mext.go.jp/a_menu/shotou/kyoukasho/mokuroku.htm</a> URIs for the resources are represented as follows:<br><code>https://w3id.org/jp-textbook/catalogue/<var>type of schools</var>/<var>publication year</var></code>"@en, "検定教科書の一覧を示す教科書目録を表現するクラス。文部科学省が毎年発行している、当該年度に利用できる教科書のリストです。最近のものは次のページから一覧されています: <a href=\"http://www.mext.go.jp/a_menu/shotou/kyoukasho/mokuroku.htm\">http://www.mext.go.jp/a_menu/shotou/kyoukasho/mokuroku.htm</a> 以下のようなURIにより表現されます。<br><code>https://w3id.org/jp-textbook/catalogue/<var>学校種別</var>/<var>発行年</var></code>"@ja;
<http://www.w3.org/2000/01/rdf-schema#label> "Textbook Catalogue"@en, "教科書目録"@ja;
<http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://schema.org/Book>.
<https://w3id.org/jp-textbook/CatalogueShape> <http://www.w3.org/ns/shacl#targetClass> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/PublisherShape> <http://www.w3.org/ns/shacl#property> [
<http://www.w3.org/ns/shacl#class> <https://w3id.org/jp-textbook/Catalogue>
].
<https://w3id.org/jp-textbook/TextbookShape> <http://www.w3.org/ns/shacl#property> [
<http://www.w3.org/ns/shacl#class> <https://w3id.org/jp-textbook/Catalogue>
].
<https://w3id.org/jp-textbook/catalogue> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/1991> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/1992> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/1993> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/1994> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/1995> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/1996> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/1997> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/1998> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/1999> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2002> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2004> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2007> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2009> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2010> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2011> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2012> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2013> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2014> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2015> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2016> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2017> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2018> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2019> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2020> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2021> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2022> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2023> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/中学校/2024> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/1991> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/1992> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/1993> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/1994> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/1995> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/1996> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/1997> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/1998> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/1999> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2002> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2004> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2007> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2009> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2010> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2011> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2012> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2013> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2014> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2015> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2016> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2017> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2018> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2019> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2020> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2021> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2022> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2023> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/小学校/2024> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2007> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2009> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2010> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2011> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2012> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2013> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2014> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2015> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2016> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2017> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2018> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2019> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2020> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2021> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2022> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2023> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特別支援学校/2024> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/1991> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/1992> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/1993> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/1994> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/1995> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/1996> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/1997> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/1998> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/1999> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/2000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/2001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/2002> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/2003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/2004> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/2005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/特殊教育諸学校/2006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/1991> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/1992> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/1993> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/1994> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/1995> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/1996> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/1997> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/1998> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/1999> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2000> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2001> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2002> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2003> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2004> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2005> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2006> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2007> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2009> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2010> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2011> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2012> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2013> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2014> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2015> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2016> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2017> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2018> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2019> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2020> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2021> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2022> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2023> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/catalogue/高等学校/2024> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <https://w3id.org/jp-textbook/Catalogue>.
<https://w3id.org/jp-textbook/usageYear> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/jp-textbook/Catalogue>.