-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
129 lines (107 loc) · 5.31 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
123
124
125
126
127
128
129
<!DOCTYPE HTML>
<html lang="en">
<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"
height="48" width="72">
</a>
<a href="https://www.w3.org/RDF/"
title="RDF Resource Description Framework">
<img 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 style="font-weight: bold"
>** <a href="https://www.w3.org/2021/12/rdf-star.html">Final Community Group Report</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: public-rdf-star@w3.org
<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 public-rdf-star@w3.org"
href="mailto:public-rdf-star-request@w3.org?subject=subscribe"
>Subscribe to this list</a>
</li>
<li>Action:
<a title="unsubscribe from public-rdf-star@w3.org"
href="mailto:public-rdf-star-request@w3.org?subject=unsubscribe"
>Unsubscribe from this list</a>
</li>
</ul>
</li>
<li><a href="Minutes/">Meeting Minutes</a>
<ul><li>Meetings are held every 2 or 3 weeks, on Fridays at 11am ET (8am San Francisco, 11am Boston, 5pm Paris, <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>
<li>These meetings are open to anyone interested.</li>
<li><strong>Next meeting: <a href="https://www.w3.org/events/meetings/f3d2e9c6-178e-4b22-8bdc-e8068715c6d5#agenda">10 June 2022, 11:00 ET</a></strong></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>
<li><a href="presentations/RDF-star_EBDVF.pdf">Slides</a> for the <a href="https://european-big-data-value-forum.eu/">European Big Data Value Forum</a> on 1 December 2021 by Pierre-Antoine.</li>
</ul>
</li>
<li><a href="implementations.html">A list of implementations</a></li>
</ul>
<p>Documents:</p>
<ul>
<li>Specification<ul>
<li><a href="https://www.w3.org/2021/12/rdf-star.html">Final Community Group Report</a></li>
<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>