-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathindex.html
44 lines (33 loc) · 1.11 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
---
layout: default
---
<header>
<div class="container">
<h1 property="dct:title">{{ site.title }}</h1>
</div>
</header>
<div class='container main-default' id='main'>
<p property="dct:description">{{ site.description }}</p>
<div property="dct:publisher" resource="{{ site.publisher_url }}">
<h2 property="rdfs:label">Publisher</h2>
<a href="{{ site.publisher_url }}" about="{{ site.publisher_url }}" property="foaf:homepage">
<span property="foaf:name">{{ site.publisher_text }}</span>
</a>
</div>
<div property="dct:rights" resource="#rights" typeof="odrs:RightsStatement">
<h2 property="rdfs:label">License</h2>
<div property="dct:license odrs:dataLicense odrs:contentLicense" resource="{{ site.license_url }}">
<a href="{{ site.license_url }}"><span property="dct:title">{{ site.license_text }}</span></a>
</div>
</div>
<div>
<h2 property="rdfs:label">Update frequency</h2>
<span property="dcat:accrualPeriodicity">{{ site.frequency }}</span>
</div>
<div>
<h2 property="rdfs:label">Open Data Certificate</h2>
{{ site.certificate_embed }}
</div>
{% include data.html %}
{% include github.html %}
</div>