forked from w3c/rdf-star
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (101 loc) · 4.6 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
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>RDF-star Community</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/rdf-star.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"
border="0" height="48" width="72">
</a>
<a href="https://www.w3.org/RDF/"
title="RDF Resource Description Framework">
<img border="0" src="https://www.w3.org/RDF/icons/rdf_w3c_icon.48"
alt="RDF Resource Description Framework Icon"/>
</a>
<img src="https://www.w3.org/Icons/SW/sw-cube.png" alt="Semweb Cube"/>
</p>
<div class="page-header">
<h1>RDF-star</h1>
</div>
<p>
<a href="https://w3c.github.io/rdf-star/">Home of RDF-star (née RDF*)</a>, a part of the
<a href="https://www.w3.org/community/rdf-dev/">RDF-DEV community group.</a>
</p>
<p>Community:</p>
<ul>
<li><a href="https://github.com/w3c/rdf-star/issues/">Github issues list</a></li>
<li><a href="https://github.com/w3c/rdf-star/">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-rdf-star/">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>
<li><a href="Minutes/">Meeting Minutes</a>
<ul><li>Meetings are currently held weekly, each Friday at 5pm CET (<a href="https://www.timeanddate.com/worldclock/converter.html">check for your own timezone</a>).</li>
<li>Agendas with details on joining each call are sent to the mailing list.</li>
</ul>
</li>
<li><a href="presentations/">Presentations</a>:
<ul>
<li><a href="presentations/RDF-star_Lotico.pdf">Slides</a> for the <a href="http://www.lotico.com/index.php/Metadata_for_RDF_Statements:_The_RDF-star_Approach">Lotico Meetup</a> on 25 March 2021 by Olaf and Pierre-Antoine.</li>
</ul>
</li>
<li><a href="implementations.html">A list of implementations</a></li>
</ul>
<p>Documents:</p>
<ul>
<li>Draft specification<ul>
<li><a href="cg-spec/">Latest published draft</a></li>
<li><a href="cg-spec/editors_draft.html">Editor's draft</a></li>
</ul></li>
<li><a href="UCR/rdf-star-ucr.html">Use cases</a></li>
<li>Test suites
<ul>
<li><a href="tests/turtle/eval/manifest.html">Turtle-star Evaluation</a></li>
<li><a href="tests/turtle/syntax/manifest.html">Turtle-star Syntax</a></li>
<li><a href="tests/trig/eval/manifest.html">TriG-star Evaluation</a></li>
<li><a href="tests/trig/syntax/manifest.html">TriG-star Syntax</a></li>
<li><a href="tests/nt/syntax/manifest.html">N-Triples-star Syntax</a></li>
<li><a href="tests/semantics/manifest.html">Semantics</a></li>
<li><a href="tests/sparql/syntax/manifest.html">SPARQL-star Syntax</a></li>
<li><a href="tests/sparql/eval/manifest.html">SPARQL-star Evaluation</a></li>
</ul>
</li>
<li><a href="reports/index.html">Implementation Reports</a></li>
</ul>
</div>
<div class="col-md-2"></div>
</div>
</div>
</body>
</html>