-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
314 lines (284 loc) · 12.7 KB
/
about.html
File metadata and controls
314 lines (284 loc) · 12.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="About SPARQLqueries - An open-source resource for learning SPARQL through real-world queries on Wikidata." />
<meta name="theme-color" content="#0a0a0f" />
<link rel="icon" href="./favicon.svg" type="image/svg+xml" />
<title>About - SPARQLqueries</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Space+Grotesk:wght@500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body vocab="http://schema.org/" typeof="Website">
<!-- Header -->
<header id="header">
<div id="logo">
<a href="./index.html">SPARQLqueries</a>
</div>
<div id="headersearch">
<form action="./search.html" method="get">
<input id="headersearchtext" type="text" name="search" placeholder="Search queries..." aria-label="Search" />
<button id="headersearchbutton" type="submit">Search</button>
</form>
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="5" />
<path
d="M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42" />
</svg>
</button>
</div>
</header>
<!-- Sidebar Navigation -->
<nav id="sidebar">
<div id="sidebarlinks">
<div class="sidebar-section">Core Chapters</div>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="basic/index.html">Basic</a></li>
<li><a href="expressions/index.html">Expressions</a></li>
<li><a href="aggregate/index.html">Aggregate</a></li>
<li><a href="advanced/index.html">Advanced</a></li>
<li><a href="federation/index.html">Federation</a></li>
</ul>
<div class="sidebar-section">Domain Chapters</div>
<ul>
<li><a href="temporal/index.html">Temporal</a></li>
<li><a href="geospatial/index.html">Geospatial</a></li>
<li><a href="multilingual/index.html">Multilingual</a></li>
<li><a href="patterns/index.html">Patterns</a></li>
</ul>
<div class="sidebar-section">Resources</div>
<ul>
<li><a href="about.html" class="active">About</a></li>
<li><a href="https://query.wikidata.org/" target="_blank" rel="noopener">Wikidata Query Service ↗</a></li>
</ul>
</div>
</nav>
<!-- Main Content -->
<main id="content">
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<span class="hero-badge">Open Source Project</span>
<h1>About SPARQLqueries</h1>
<p class="hero-subtitle">
An open-source learning resource designed to go beyond traditional SPARQL tutorials
by working with real-world data from Wikidata and demonstrating practical query techniques.
</p>
</div>
</section>
<!-- Mission Section -->
<section class="section">
<h2>Our Mission</h2>
<p>
<strong>SPARQLqueries</strong> was created to bridge the gap between theoretical SPARQL knowledge
and practical application. While many resources teach SPARQL syntax, few demonstrate how to work
with real-world knowledge graphs at scale.
</p>
<p>
This project aims to:
</p>
<ul>
<li><strong>Teach by example</strong> — Every query runs against live Wikidata endpoints</li>
<li><strong>Cover real challenges</strong> — Address common issues like missing data, multilingual labels, and
performance optimization</li>
<li><strong>Explore multiple domains</strong> — From programming languages to cultural heritage and urban data
</li>
<li><strong>Demonstrate all SPARQL features</strong> — Progressive coverage from basic SELECT to advanced
federation</li>
<li><strong>Stay current</strong> — Evolve with the semantic web and knowledge graph ecosystem</li>
</ul>
</section>
<!-- What Makes This Different -->
<section class="section">
<h2>What Makes This Different?</h2>
<div class="chapter-grid">
<div class="chapter-card">
<div class="chapter-card-icon">🌍</div>
<h3>Real Data</h3>
<p>
No toy examples. Every query works with Wikidata's billions of triples,
teaching you to handle real-world complexity.
</p>
</div>
<div class="chapter-card">
<div class="chapter-card-icon">🔗</div>
<h3>Multi-Domain</h3>
<p>
Explore programming languages, cultural heritage, urban geography,
and more — see how SPARQL adapts to different knowledge domains.
</p>
</div>
<div class="chapter-card">
<div class="chapter-card-icon">🚀</div>
<h3>Progressive Learning</h3>
<p>
From your first SELECT to complex federated queries across multiple
endpoints, each chapter builds on the last.
</p>
</div>
<div class="chapter-card">
<div class="chapter-card-icon">⚡</div>
<h3>Run Anywhere</h3>
<p>
Click "Run on Wikidata" to execute queries instantly.
No setup required — start learning immediately.
</p>
</div>
</div>
</section>
<!-- Author Section -->
<section class="section">
<h2>Author</h2>
<div class="chapter-card" style="max-width: 400px;">
<div class="chapter-card-icon">👤</div>
<h3>John Samuel</h3>
<p>
Researcher and educator passionate about semantic web technologies,
knowledge graphs, and open data.
</p>
<a href="https://github.com/johnsamuelwrites" class="chapter-card-link" target="_blank" rel="noopener">
View GitHub Profile
</a>
</div>
</section>
<!-- Technical Stack -->
<section class="section">
<h2>Technical Details</h2>
<h3>Data Sources</h3>
<ul>
<li><a href="https://www.wikidata.org/" target="_blank" rel="noopener">Wikidata</a> — Primary knowledge base
with structured data about the world</li>
<li><a href="https://wiki.dbpedia.org/" target="_blank" rel="noopener">DBpedia</a> — Structured data extracted
from Wikipedia</li>
<li>Additional SPARQL endpoints for federated query examples</li>
</ul>
<h3>Standards</h3>
<ul>
<li><a href="https://www.w3.org/TR/sparql11-query/" target="_blank" rel="noopener">SPARQL 1.1 Query
Language</a> — W3C Recommendation</li>
<li><a href="https://www.w3.org/TR/sparql11-federated-query/" target="_blank" rel="noopener">SPARQL 1.1
Federated Query</a> — Cross-endpoint queries</li>
<li><a href="https://www.w3.org/TR/rdf11-concepts/" target="_blank" rel="noopener">RDF 1.1 Concepts</a> —
Resource Description Framework</li>
</ul>
<h3>This Website</h3>
<ul>
<li>Pure HTML, CSS, and vanilla JavaScript — no framework dependencies</li>
<li>Dark-first design with light mode support</li>
<li>Responsive layout for all screen sizes</li>
<li>Accessible and performant</li>
</ul>
</section>
<!-- Source Code & License -->
<section class="section">
<h2>Source Code & License</h2>
<p>
This project is fully open source and welcomes contributions.
</p>
<div class="chapter-grid">
<div class="chapter-card">
<div class="chapter-card-icon">📦</div>
<h3>Repository</h3>
<p>Browse the source code, report issues, or contribute improvements.</p>
<a href="https://github.com/johnsamuelwrites/SPARQLqueries" class="chapter-card-link" target="_blank"
rel="noopener">
View on GitHub
</a>
</div>
<div class="chapter-card">
<div class="chapter-card-icon">⚖️</div>
<h3>Licenses</h3>
<p>
<strong>Code:</strong> <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank"
rel="noopener">GPLv3+</a><br />
<strong>Documentation:</strong> <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank"
rel="noopener">CC-BY-SA 4.0</a>
</p>
</div>
</div>
</section>
<!-- References -->
<section class="section">
<h2>References & Resources</h2>
<h3>SPARQL Learning Resources</h3>
<ul>
<li><a href="https://www.w3.org/TR/sparql11-query/" target="_blank" rel="noopener">SPARQL 1.1 Query Language
Specification</a> — Official W3C documentation</li>
<li><a href="https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial" target="_blank" rel="noopener">Wikidata
SPARQL Tutorial</a> — Wikidata's official guide</li>
<li><a href="https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/queries/examples" target="_blank"
rel="noopener">Wikidata Query Examples</a> — Community-contributed queries</li>
</ul>
<h3>Tools</h3>
<ul>
<li><a href="https://query.wikidata.org/" target="_blank" rel="noopener">Wikidata Query Service</a> — Execute
SPARQL queries against Wikidata</li>
<li><a href="https://www.wikidata.org/wiki/Wikidata:Tools" target="_blank" rel="noopener">Wikidata Tools</a> —
Collection of useful Wikidata utilities</li>
</ul>
<h3>Related Projects</h3>
<ul>
<li><a href="https://www.wikidata.org/" target="_blank" rel="noopener">Wikidata</a> — Free knowledge base</li>
<li><a href="https://www.dbpedia.org/" target="_blank" rel="noopener">DBpedia</a> — Structured Wikipedia data
</li>
<li><a href="https://linkeddata.org/" target="_blank" rel="noopener">Linked Data</a> — The web of data</li>
</ul>
</section>
<!-- Contributing -->
<section class="section">
<h2>Contributing</h2>
<p>
Contributions are welcome! Whether you want to add new queries, fix errors,
improve documentation, or suggest new features, your input is valued.
</p>
<ul>
<li><strong>Report issues</strong> — Found a bug or error? Open an issue on GitHub</li>
<li><strong>Submit queries</strong> — Have an interesting SPARQL query? Share it!</li>
<li><strong>Improve docs</strong> — Help make explanations clearer</li>
<li><strong>Translate</strong> — Help make content accessible in more languages</li>
</ul>
<p>
<a href="https://github.com/johnsamuelwrites/SPARQLqueries/issues" target="_blank" rel="noopener"
class="chapter-card-link">
Open an Issue on GitHub
</a>
</p>
</section>
<!-- Footer -->
<footer id="footertext">
<p>
<strong>SPARQLqueries</strong> — An open-source learning resource by <a
href="https://github.com/johnsamuelwrites">John Samuel</a>
</p>
<p>
Code: <a href="https://github.com/johnsamuelwrites/SPARQLqueries">GPLv3+</a> | Documentation: <a
href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>
</p>
</footer>
</main>
<!-- Theme Toggle Script -->
<script>
const themeToggle = document.getElementById('themeToggle');
function setTheme(theme) {
document.documentElement.setAttribute('data-theme', theme);
localStorage.setItem('theme', theme);
}
const savedTheme = localStorage.getItem('theme');
if (savedTheme) {
setTheme(savedTheme);
}
themeToggle.addEventListener('click', () => {
const currentTheme = document.documentElement.getAttribute('data-theme');
setTheme(currentTheme === 'light' ? 'dark' : 'light');
});
</script>
</body>
</html>