-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathItemNIERShape.html
More file actions
224 lines (221 loc) · 14.2 KB
/
ItemNIERShape.html
File metadata and controls
224 lines (221 loc) · 14.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
<!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/ItemNIERShape">
<meta property="og:image" content="https://w3id.org/jp-textbook/textbookLOD-logo2.png">
<meta name="generator" content="ttl2html 3.1.0">
<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/ItemNIERShape">https://w3id.org/jp-textbook/ItemNIERShape</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/ItemNIERShape';
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/ItemNIERShape" 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">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">K260.91||S12U||01/05</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="en" itemprop="http://www.w3.org/ns/shacl#description">Delimiter characters are "||". Two types of call numbers are used: The current one and the old one. <dl><dt>The current rule for call numbers</dt><dd>Textbook classification numbers - publisher number - authorized years + book number (Ex. K170.8||K10||2010)</dd><dt>The old rule for call numbers</dt><dd>Textbook classification numbers - publisher number + administrative number - authorized / usage year (Ex. K260.91||S12U||01/05). Textbook classification, publisher number, administrative number and book number are originally assign by Education Library. Usage year is derived from the item holdings of Ducation Library, so some of the year might be different from the original usage year. If year numbers are four digits, they are Gregorian calendar years. In the other cases, the numbers from 21 to 64 corresponds to 1964 to 1989 (Showa Era), the ones from 88 to 99 are 1988 to 1999, and the ones from 00 to 05 means 2000 to 2005.</dd></dl></dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#description">区切り記号は、「||」である。 請求記号のルールは現行と古いものと大きく2種類ある。<dl><dt>現行ルール</dt><dd>教科書分類 - 出版者番号 - 検定年+図書番号(例:K170.8||K10||2010)</dd><dt>旧ルール</dt><dd>教科書分類 - 出版者番号+管理番号 - 検定年/使用年(例:K260.91||S12U||01/05)。教科書分類と、出版者番号、管理番号、図書番号は教育図書館独自のもの。使用年については、教育図書館が受け入れた資料の使用年であり、当該教科書の使用開始年より遅い年のことがある。 (注:検定年、使用年が4桁の場合は西暦を、 それ以外の場合は、21~64は1946年~1989年(昭和21年~昭和64年)を表し、 88~99は1988年~1999年、00~05は2000年~2005年を表す。)</dd></dl></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">Call number for the item at the NIER Education Library.</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://dl.nier.go.jp/library/vocab/callNumber"><a href="http://dl.nier.go.jp/library/vocab/callNumber">http://dl.nier.go.jp/library/vocab/callNumber</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">EB10015334</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"><code>https://nieropac.nier.go.jp/ebopac/<var>レコードID</var></code>の形式で参照可能</dd>
<dd class="col-sm-9 offset-sm-3" lang="en" itemprop="http://www.w3.org/ns/shacl#description">It is possible to refer to the record at the website as follows: <code>https://nieropac.nier.go.jp/ebopac/<var>record ID</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">Record identifier at the NIER Education Library Textbook Database</dd>
<dd class="col-sm-9 offset-sm-3" lang="ja" itemprop="http://www.w3.org/ns/shacl#name">国立教育政策研究所教育図書館の戦後教科書データベースにおけるレコードID</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://dl.nier.go.jp/library/vocab/recordID"><a href="http://dl.nier.go.jp/library/vocab/recordID">http://dl.nier.go.jp/library/vocab/recordID</a></dd>
</dl>
</dd>
<dt class="col-sm-3">Targetclass</dt>
<dd class="col-sm-9" itemscope itemprop="http://www.w3.org/ns/shacl#targetClass" itemid="https://w3id.org/jp-textbook/ItemNIER" itemtype="http://www.w3.org/2000/01/rdf-schema#Class"><a href="ItemNIER">国立教育政策研究所教育図書館所蔵資料</a></dd>
</dl>
</div>
</div>
<div class="row inverse">
<div class="col-md-12">
<h2>被参照情報</h2>
<dl class="row">
<dt class="col-sm-3">'First'としての参照元:</dt>
<dd class="col-sm-9"><dl class="row border">
<dt class="col-sm-3"><a href="ItemShape">no title</a></dt>
<dd class="col-sm-9"><dl class="row" itemscope itemid="https://w3id.org/jp-textbook/ItemNIERShape">
<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>
</dd>
</dl></dd>
</dl>
</div>
</div>
</div>
<hr>
<footer>
<p class="float-right"><a href="https://w3id.org/jp-textbook/ItemNIERShape.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>