-
Notifications
You must be signed in to change notification settings - Fork 18
/
index.html
56 lines (51 loc) · 2.21 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Notation3 (N3) Community</title>
<style>
td img { vertical-align: middle }
body { font-size: 18px; }
</style>
</head>
<body>
<table>
<tr>
<td>
<a href="https://w3.org/"><img src="https://www.w3.org/Icons/w3c_home" /></a>
<a href="https://www.w3.org/RDF/"><img src="https://www.w3.org/RDF/icons/rdf_w3c_icon.48" /></a>
<a href="https://w3c.github.io/N3/"><img src="web/logo.png" /></a>
</td>
</tr>
</table>
<h1>Notation3 (N3)</h1>
<p>Home of Notation3, an effort by the <a href="https://www.w3.org/community/n3-dev/">N3 Community Group</a>.</p>
<h2>General</h2>
<ul>
<li><a href="https://github.com/w3c/N3">Github repository</a></li>
<li><a href="https://github.com/w3c/N3/issues">Github issues list</a></li>
<li>Mailing list ([email protected])
<ul>
<li><a href="https://lists.w3.org/Archives/Public/public-n3-dev/">Archives</a></li>
<li><a href="mailto:[email protected]">Subscribe</a></li>
</ul>
</li>
</ul>
<h2>Meetings</h2>
<ul>
<li>Meetings are held every Monday at 12:00 (noon) EST / EDT (<a href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=Weekly+N3+WG+Skype+meeting&iso=20210322T12&p1=43&ah=1">check your timezone</a>)</li>
<li>Reminders will usually be sent a few days before the meeting.</li>
<li>All meeting notes can be found on <a href="https://docs.google.com/document/d/1A3HAUhjaVnnJ6yVbFAvIBRJQjUY9aFlQ2_bGxkD0mnE/edit?usp=sharing">Google Drive</a>.
<li>Join the N3 Skype group <a href="https://join.skype.com/aRBuOasYurPd">here</a>!
</ul>
<h2>Documents</h2>
<ul>
<li><a href="https://w3c.github.io/N3/spec/">Draft specification</a></li>
<li><a href="https://notation3.org/">N3 primer</a></li>
<li><a href="https://github.com/w3c/N3/tree/master/grammar">N3 grammar files</a> (<a href="https://w3c.github.io/N3/grammar/n3.html">webpage</a>)</li>
<li><a href="https://github.com/w3c/N3/tree/master/tests">N3 tests</a></li>
<li><a href="https://github.com/w3c/N3/tree/master/ns">N3 namespace files</a> (<a href="https://w3c.github.io/N3/ns/">webpage</a>)</li>
<li><a href="https://github.com/w3c/N3/blob/master/implementations.md">Implementations</a></li>
</ul>
</body>
</html>