-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathItemShape.html
More file actions
575 lines (572 loc) · 44.2 KB
/
Copy pathItemShape.html
File metadata and controls
575 lines (572 loc) · 44.2 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="style.css">
<title>no title - 教科書LOD</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="no title - 教科書LOD">
<meta property="og:title" content="no title - 教科書LOD">
<meta property="og:type" content="website">
<meta property="og:url" content="https://w3id.org/jp-textbook/ItemShape">
<meta property="og:image" content="https://w3id.org/jp-textbook/textbookLOD-logo2.png">
<meta name="generator" content="ttl2html 3.2.2">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-389547-11"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-389547-11');
</script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark navbar-inverse">
<a class="navbar-brand" href="./">
<img src="logo.png" style="max-height: 54px" alt="教科書LOD">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="./">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item"><a class="nav-link" href="en/">English</a></li>
</ul>
<script async src="https://cse.google.com/cse.js?cx=014295902295096775885:qidxvgqqoco"></script>
<div class="gcse-search"></div>
</div>
</nav>
<div class="jumbotron">
<div class="container">
<h1>no title</h1>
<p>
<i class="bi bi-link-45deg"></i> <a href="https://w3id.org/jp-textbook/ItemShape">https://w3id.org/jp-textbook/ItemShape</a>
<button id="copy-link" class="btn btn-sm btn-outline-secondary" aria-live="polite">
<i class="bi bi-copy"></i> <span class="copy-link-text">リンクをコピー</span>
</button>
</p>
<script>
(() => {
const btn = document.getElementById("copy-link");
const url = 'https://w3id.org/jp-textbook/ItemShape';
const originalHTML = btn.innerHTML;
let timerId = null;
async function copyText(text) {
// Clipboard API, or fallback
if (navigator.clipboard && window.isSecureContext) {
await navigator.clipboard.writeText(text);
return;
}
const ta = document.createElement("textarea");
ta.value = text;
ta.style.position = "fixed";
ta.style.left = "-9999px";
document.body.appendChild(ta);
ta.select();
document.execCommand("copy");
document.body.removeChild(ta);
}
function setCopiedState() {
btn.innerHTML = `<i class="bi bi-check2"></i> <span class="btn-label">Copied!</span>`;
btn.classList.remove("btn-outline-secondary");
btn.classList.add("btn-outline-success");
}
function resetState() {
btn.innerHTML = originalHTML;
btn.classList.remove("btn-outline-success");
btn.classList.add("btn-outline-secondary");
}
btn.addEventListener("click", async () => {
btn.disabled = true;
try {
await copyText(url);
setCopiedState();
clearTimeout(timerId);
timerId = setTimeout(() => {
resetState();
btn.disabled = false;
}, 1500);
} catch (e) {
// fail...
btn.innerHTML = `<span class="btn-label">Copy failed...</span>`;
clearTimeout(timerId);
timerId = setTimeout(() => {
resetState();
btn.disabled = false;
}, 1500);
}
});
})();
</script>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="./"><i class="bi bi-house-door-fill"></i> Home</a></li>
<li class="breadcrumb-item active" aria-current="page">
no title
</li>
</ol>
</nav>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>詳細情報</h2>
<dl class="row" itemscope itemid="https://w3id.org/jp-textbook/ItemShape" itemtype="http://www.w3.org/ns/shacl#NodeShape">
<dt class="col-sm-3">Type</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" itemid="http://www.w3.org/ns/shacl#NodeShape"><a href="http://www.w3.org/ns/shacl#NodeShape">http://www.w3.org/ns/shacl#NodeShape</a></dd>
<dt class="col-sm-3">Or</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#or"><dl class="row border" itemscope>
<dt class="col-sm-3">First</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/1999/02/22-rdf-syntax-ns#first" itemid="https://w3id.org/jp-textbook/ItemNIERShape" itemtype="http://www.w3.org/ns/shacl#NodeShape"><a href="ItemNIERShape">no title</a></dd>
<dt class="col-sm-3">Rest</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"><dl class="row border" itemscope>
<dt class="col-sm-3">First</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/1999/02/22-rdf-syntax-ns#first" itemid="https://w3id.org/jp-textbook/ItemTextbookRCShape" itemtype="http://www.w3.org/ns/shacl#NodeShape"><a href="ItemTextbookRCShape">no title</a></dd>
<dt class="col-sm-3">Rest</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/1999/02/22-rdf-syntax-ns#rest" itemid="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"><a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil">http://www.w3.org/1999/02/22-rdf-syntax-ns#nil</a></dd>
</dl>
</dd>
</dl>
</dd>
</dl>
</div>
</div>
<div class="row inverse">
<div class="col-md-12">
<h2>被参照情報</h2>
<dl class="row">
<dt class="col-sm-3">'Node'としての参照元:</dt>
<dd class="col-sm-9"><dl class="row border">
<dt class="col-sm-3"><a href="TextbookShape">no title</a></dt>
<dd class="col-sm-9"><dl class="row" itemscope itemid="https://w3id.org/jp-textbook/ItemShape">
<dt class="col-sm-3">Property</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">B4</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Dimensions</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">大きさ</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">7</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="http://id.loc.gov/ontologies/bibframe/dimensions"><a href="http://id.loc.gov/ontologies/bibframe/dimensions">http://id.loc.gov/ontologies/bibframe/dimensions</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">120</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">The total pages</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">ページ数</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">6</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="http://id.loc.gov/ontologies/bibframe/extent"><a href="http://id.loc.gov/ontologies/bibframe/extent">http://id.loc.gov/ontologies/bibframe/extent</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">2009年度より出版社を「日本文教出版株式会社」に変更。</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Notes</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">注記</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">21</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="http://id.loc.gov/ontologies/bibframe/note"><a href="http://id.loc.gov/ontologies/bibframe/note">http://id.loc.gov/ontologies/bibframe/note</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">「あたらしい こくご 一上」小学校 1年 国語|101(東書)2019年検定</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Bibliographic information</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">書誌情報</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">22</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="http://purl.org/dc/terms/bibliographicCitation"><a href="http://purl.org/dc/terms/bibliographicCitation">http://purl.org/dc/terms/bibliographicCitation</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">改訂版</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="ja" itemprop="http://www.w3.org/ns/shacl#description">※バージョン2.0までのデータ内には版情報が入っているレコードはない(古い教科書の場合のために念のため用意している)。</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Edition</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">版情報</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">4</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="http://schema.org/bookEdition"><a href="http://schema.org/bookEdition">http://schema.org/bookEdition</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">森住衛 ほか29名</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Editor(s)</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">編著者名</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">2</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="http://schema.org/editor"><a href="http://schema.org/editor">http://schema.org/editor</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">978-4-385-70190-5</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="ja" itemprop="http://www.w3.org/ns/shacl#description">※バージョン6.0以降のデータの一部に追加。※バージョン6.1以降、複数ある場合、繰り返される。</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">ISBN</dd>
<dd class="col-sm-9 offset-sm-3" lang="en" itemprop="http://www.w3.org/ns/shacl#name">ISBN</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">5</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="http://schema.org/isbn"><a href="http://schema.org/isbn">http://schema.org/isbn</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">NEW CROWN ENGLISH SERIES 3</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Title</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">書名</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">1</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="http://schema.org/name"><a href="http://schema.org/name">http://schema.org/name</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">textbook:publisher/2003/三省堂</dd>
<dt class="col-sm-3">Class</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#class" itemid="https://w3id.org/jp-textbook/Publisher" itemtype="http://www.w3.org/2000/01/rdf-schema#Class"><a href="Publisher">発行者</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="ja" itemprop="http://www.w3.org/ns/shacl#description"><code>textbook:publisher/<var>掲載教科書目録の発行年</var>/<var>発行者略称</var></code>として示される発行者をあらわすリソースと関連付ける</dd>
<dd class="col-sm-9 offset-sm-3" lang="en" itemprop="http://www.w3.org/ns/shacl#description">Link to the publisher resource, represented as <code>textbook:publisher/<var>catalogue publication year</var>/<var>publisher's abbriviated name</var></code></dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Publisher</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">出版者名</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">3</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="http://schema.org/publisher"><a href="http://schema.org/publisher">http://schema.org/publisher</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/2004/02/skos/core#example" itemid="http://id.ndl.go.jp/jpno/89034331"><a href="http://id.ndl.go.jp/jpno/89034331">http://id.ndl.go.jp/jpno/89034331</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#description">Repeatable. Links to <a href="http://iss.ndl.go.jp/">NDL Search</a> (via NDLBibID and JPNO) and <a href="https://ci.nii.ac.jp/books/">CiNii Books</a> (via NCID).</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#description">繰り返しあり。<a href="http://iss.ndl.go.jp/">国立国会図書館サーチ</a>(国立国会図書館の書誌ID(NDLBibID)と全国書誌番号(JPNO)を使用)、<a href="https://ci.nii.ac.jp/books/">CiNii Books</a>(NCIDを使用)へのリンク。</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Related link(s)</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">関連リンク</dd>
<dt class="col-sm-3">Nodekind</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#nodeKind" itemid="http://www.w3.org/ns/shacl#IRI"><a href="http://www.w3.org/ns/shacl#IRI">http://www.w3.org/ns/shacl#IRI</a></dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">20</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="http://www.w3.org/2000/01/rdf-schema#seeAlso"><a href="http://www.w3.org/2000/01/rdf-schema#seeAlso">http://www.w3.org/2000/01/rdf-schema#seeAlso</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">"2001"</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#gYear"><a href="http://www.w3.org/2001/XMLSchema#gYear">http://www.w3.org/2001/XMLSchema#gYear</a></dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Authorized year</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">検定年</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">9</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/authorizedYear" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="authorizedYear">検定年</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">textbook:catalogue/中学校/2004</dd>
<dt class="col-sm-3">Class</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#class" itemid="https://w3id.org/jp-textbook/Catalogue" itemtype="http://www.w3.org/2000/01/rdf-schema#Class"><a href="Catalogue">教科書目録</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="ja" itemprop="http://www.w3.org/ns/shacl#description"><code>textbook:catalogue/<var>学校種別</var>/<var>教科書目録発行年</var></code>として示される教科書目録リソースと関連付ける。繰り返される(バージョン11.0より、初出だけでなく当該教科書が掲載されている全ての教科書目録を繰り返しで表現するように変更)。</dd>
<dd class="col-sm-9 offset-sm-3" lang="en" itemprop="http://www.w3.org/ns/shacl#description">Link to the catalogue resources, represented as <code>textbook:catalogue/<var>type of school</var>/<var>first published year</var></code>. Since version 11.0, this property has changed to link to all the related catalogues.</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Textbook catalogue</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">掲載教科書目録</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">10</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/catalogue" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="catalogue/">教科書目録</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">textbook:curriculum/中学校/2002</dd>
<dt class="col-sm-3">Class</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#class" itemid="https://w3id.org/jp-textbook/CurriculumGuideline" itemtype="http://www.w3.org/2000/01/rdf-schema#Class"><a href="CurriculumGuideline">学習指導要領</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="ja" itemprop="http://www.w3.org/ns/shacl#description"><code>textbook:curriculum/<var>学校種別</var>/<var>学習指導要領施行年</var></code>として示される学習指導要領リソースと関連付ける</dd>
<dd class="col-sm-9 offset-sm-3" lang="en" itemprop="http://www.w3.org/ns/shacl#description">Link to the curriculum guideline resource, represented as <code>textbook:curriculum/<var>type of school</var>/<var>year of curriculum guideline</var></code>.</dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Curriculum Guideline</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">対応する学習指導要領</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">17</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/curriculum" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="curriculum/">学習指導要領</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">1, 2, 3</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#integer"><a href="http://www.w3.org/2001/XMLSchema#integer">http://www.w3.org/2001/XMLSchema#integer</a></dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">6</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Target grade</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">対象学年</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">8</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/grade" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="grade">学年</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Class</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#class" itemid="http://id.loc.gov/ontologies/bibframe/Item"><a href="http://id.loc.gov/ontologies/bibframe/Item">http://id.loc.gov/ontologies/bibframe/Item</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="ja" itemprop="http://www.w3.org/ns/shacl#description"><code>nier:recordID</code>と<code>nier:callNumber</code>、もしくは、<code>textbook-rc:recordID</code>と<code>textbook-rc:callNumber</code>の2つの所蔵情報用プロパティを持つ。複数の所蔵情報がある場合、所蔵情報の件数分、繰り返される。</dd>
<dd class="col-sm-9 offset-sm-3" lang="en" itemprop="http://www.w3.org/ns/shacl#description">Link to the blank node resource(s), which consist of either of properties 1) <code>nier:recordID</code> and <code>nier:callNumber</code>, or 2) <code>textbook-rc:recordID</code> and <code>textbook-rc:callNumber</code>. If there are multiple holdings in a library, this property values are repeated according to the number of holdings times.</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Holding item(s)</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">所蔵情報</dd>
<dt class="col-sm-3">Node</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#node" itemid="https://w3id.org/jp-textbook/ItemShape" itemtype="http://www.w3.org/ns/shacl#NodeShape"><a href="ItemShape">no title</a></dd>
<dt class="col-sm-3">Nodekind</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#nodeKind" itemid="http://www.w3.org/ns/shacl#BlankNode"><a href="http://www.w3.org/ns/shacl#BlankNode">http://www.w3.org/ns/shacl#BlankNode</a></dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">19</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/item" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="item">所蔵資料</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">textbook:school/中学校</dd>
<dt class="col-sm-3">Class</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#class" itemid="https://w3id.org/jp-textbook/School" itemtype="http://www.w3.org/2000/01/rdf-schema#Class"><a href="School">学校種別</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#description">Link to the type resource of schools, represented as <code>textbook:school/<var>type of school</var></code>.</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#description">対応する学校種別を<code>textbook:school/<var>学校種別</var></code> として示される学校リソースと関連付ける</dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Type of schools</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">学校種別</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">18</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/school" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="school/">学校種別</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">textbook:curriculum/中学校/2002/外国語/英語</dd>
<dt class="col-sm-3">Class</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#class" itemid="https://w3id.org/jp-textbook/curriculum/Subject" itemtype="http://www.w3.org/2000/01/rdf-schema#Class"><a href="curriculum/Subject">種目</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="ja" itemprop="http://www.w3.org/ns/shacl#description"><code>textbook:curriculum/<var>学校種別</var>/<var>学習指導要領施行年</var>/<var>教科</var>/<var>科目</var></code>として示される種目(科目)リソースと関連付ける。専門教科 (<code>textbook:subjectType = Special</code>) の場合、少数の例外を除いて、機械的に書名と種目名との一致により種目を類推して追加したものであり、教育図書館が追加したデータではないことに注意。最長一致で解決できない例外は、江草・高久によって追加。</dd>
<dd class="col-sm-9 offset-sm-3" lang="en" itemprop="http://www.w3.org/ns/shacl#description">Link to the subject resource, represented as <code>textbook:curriculum/<var>type of school</var>/<var>year of curriculum guideline</var>/<var>subject area</var>/<var>subject</var></code>. Note that if the type of the subject is Special (<code>textbook:subjectType</code>), the subject is deternmined automatically by the longest match of the Subject name from the title of the textbook, and it does not added by the Library of Education. Some exceptional data is resolved by Drs. Egusa and Takaku.</dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Subject</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">種目(科目)</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">15</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/subject" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="subject">種目</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">textbook:curriculum/中学校/2002/外国語</dd>
<dt class="col-sm-3">Class</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#class" itemid="https://w3id.org/jp-textbook/curriculum/SubjectArea" itemtype="http://www.w3.org/2000/01/rdf-schema#Class"><a href="curriculum/SubjectArea">教科</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="ja" itemprop="http://www.w3.org/ns/shacl#description"><code>textbook:curriculum/<var>学校種別</var>/<var>学習指導要領施行年</var>/<var>教科</var></code>として示される科目リソースと関連付ける</dd>
<dd class="col-sm-9 offset-sm-3" lang="en" itemprop="http://www.w3.org/ns/shacl#description">Link to the subject area resource, represented as <code>textbook:curriculum/<var>type of school</var>/<var>year of curriculum guideline</var>/<var>subject area</var></code>.</dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Subject area</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">教科</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">16</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/subjectArea" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="subjectArea">教科</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">904</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Textbook number</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">教科書番号</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">14</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/textbookNumber" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="textbookNumber">教科書番号</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">英語</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Texbook symbol</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">教科書記号</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">13</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/textbookSymbol" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="textbookSymbol">教科書記号</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">"2005"</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#gYear"><a href="http://www.w3.org/2001/XMLSchema#gYear">http://www.w3.org/2001/XMLSchema#gYear</a></dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Usage year</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">使用年</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">11</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/usageYear" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="usageYear">使用年</a></dd>
</dl>
</dd>
<dd class="col-sm-9 offset-sm-3" itemprop="http://www.w3.org/ns/shacl#property"><dl class="row border" itemscope>
<dt class="col-sm-3">Example</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/2004/02/skos/core#example">2005-2005</dd>
<dt class="col-sm-3">Datatype</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#datatype" itemid="http://www.w3.org/2001/XMLSchema#string"><a href="http://www.w3.org/2001/XMLSchema#string">http://www.w3.org/2001/XMLSchema#string</a></dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9" lang="ja" itemprop="http://www.w3.org/ns/shacl#description">"yyyy-yyyy" もしくは "yyyy-" となる。"yyyy-" の場合は、終了年が未定のことを示す。</dd>
<dd class="col-sm-9 offset-sm-3" lang="en" itemprop="http://www.w3.org/ns/shacl#description">Either of "yyyy-yyyy" or "yyyy-". The value ending with "-" like "yyyy-" means that the end year is undecided.</dd>
<dt class="col-sm-3">Maxcount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#maxCount">1</dd>
<dt class="col-sm-3">Mincount</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#minCount">1</dd>
<dt class="col-sm-3">Name</dt>
<dd class="col-sm-9" lang="en" itemprop="http://www.w3.org/ns/shacl#name">Range of Usage years</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">使用年の区間</dd>
<dt class="col-sm-3">Order</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#order">12</dd>
<dt class="col-sm-3">Path</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#path" itemid="https://w3id.org/jp-textbook/usageYearRange" itemtype="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"><a href="usageYearRange">使用年の区間</a></dd>
<dt class="col-sm-3">Pattern</dt>
<dd class="col-sm-9" itemprop="http://www.w3.org/ns/shacl#pattern">^(\d\d\d\d|\d\d\d\d-(\d\d\d\d)?)(, (\d\d\d\d|\d\d\d\d-(\d\d\d\d)?))*$</dd>
</dl>
</dd>
</dl>
</dd>
</dl></dd>
</dl>
</div>
</div>
</div>
<hr>
<footer>
<p class="float-right"><a href="https://w3id.org/jp-textbook/ItemShape.ttl"><img src="https://www.w3.org/RDF/icons/rdf_flyer.24" alt="RDFデータ"></a></p>
<p>
© 2017-2026
教科書LODプロジェクト
</p>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/ldfetch@1.2/dist/main.min.js"></script>
<script src="script.js"></script>
</body>
</html>