-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (60 loc) · 2.5 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
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>W3C SHACL Community Group</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/shacl.css">
</head>
<body>
<div class="container-fluid">
<div class="row"> </div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<p>
<a href="https://w3.org/">
<img src="https://www.w3.org/Icons/w3c_home"
alt="W3C"
height="48" width="72">
</a>
</p>
<div class="page-header">
<h1>W3C SHACL Community Group</h1>
</div>
<h3>Community:</h3>
<ul>
<li><a href="https://github.com/w3c/shacl/issues/">Github issues list</a></li>
<li><a href="https://github.com/w3c/shacl/">Github repository</a></li>
<li>Mailing list: [email protected]
<ul style="list-style-type:none;">
<li><a href="https://lists.w3.org/Archives/Public/public-shacl/">Mailing list archives</a></li>
<li>Action:
<a title="subscribe to [email protected]"
href="mailto:[email protected]?subject=subscribe"
>Subscribe to this list</a>
</li>
<li>Action:
<a title="unsubscribe from [email protected]"
href="mailto:[email protected]?subject=unsubscribe"
>Unsubscribe from this list</a>
</li>
</ul>
</li>
</ul>
<h3>SHACL Documents:</h3>
<ul>
<li><a href="https://w3c.github.io/shacl/shacl-core">SHACL Core</a></li>
<li><a href="https://w3c.github.io/shacl/shacl-sparql">SHACL SPARQL</a></li>
<li><a href="https://w3c.github.io/shacl/shacl-af">SHACL Advanced features</a></li>
<li><a href="https://w3c.github.io/shacl/shacl-compact-syntax">SHACL Compact Syntax</a></li>
<li><a href="https://w3c.github.io/shacl/shacl-js">SHACL JS</a></li>
</ul>
<div class="col-md-2"></div>
</div>
</div>
</body>
</html>