home » zplus/dokk.org.git
ID: 02e250d13cd22a6098405b4e3986f8676aea5356
33 lines — 1K — View raw


{% set title = "DOKK" %}
{% extends "templates/article.tpl" %}

{% block article %}

<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p><strong>DOKK</strong> is a collaborative, free database maintained by the
<a href="The_Peers_Community">The Peers Community</a> <sup><a href="#cit1">[cit1]</a></sup>.
The database uses a graph data model and is maintained as a collection of Turtle
files<sup><a href="#cit2">[cit2]</a></sup>. It includes both user-submitted data as well as data imported from
other sources.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_references">References</h2>
<div class="sectionbody">
<div class="ulist bibliography">
<ul class="bibliography">
<li>
<p><a id="cit1"></a>[cit1] <a href="https://dokk.org" class="bare">https://dokk.org</a></p>
</li>
<li>
<p><a id="cit2"></a>[cit2] <a href="https://clif.peers.community/dokk/data.git/tree/HEAD/data" class="bare">https://clif.peers.community/dokk/data.git/tree/HEAD/data</a></p>
</li>
</ul>
</div>
</div>
</div>

{% endblock %}