-
Notifications
You must be signed in to change notification settings - Fork 0
/
repository.html
56 lines (54 loc) · 1.46 KB
/
repository.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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
/>
<link rel="stylesheet" href="style.css"/>
<title>Repository of Web Logic</title>
</head>
<body>
<div class="grid">
<div class="header">
GET / HTTP/1.1 <br>
<br>
HTTP/1.1 200 OK<br>
Content-Type: text/html<br>
Link: </inbox/> ; rel="http://www.w3.org/ns/ldp#inbox"
</div>
</div>
<h1>Repository of Web Logic 🇬🇧</h1>
[<i>https://repo.org/</i>]<br>
<i>If the world were perfect, it wouldn't be.</i>
<hr>
<h3>New open access pubs and datasets</h3>
<p>
<ul>
<li>
<a href="artifact.html">RDF surfaces : computer says no</a>
</li>
<li>
The scoping of blank nodes in named graphs
</li>
<li>
Graph Terms as containers for negations
</li>
<li>
Complexity class of OWL-S
</li>
</ul>
</p>
<h3>Support</h3>
<p>
<ul>
<li>FAQ</li>
<li>Open Access</li>
<li>Support and Training</li>
<li>API</li>
</ul>
</p>
</body>
</html>