Skip to content

Commit 6ac8b84

Browse files
committed
Updated documentation content
1 parent 531722c commit 6ac8b84

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

linkeddatahub/docs/about/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ <h1>About LinkedDataHub</h1>
143143
publishing a solved problem but continue to see a shortage of user-friendly consumption
144144
tools.</p>
145145

146-
<p class="text-center">
147-
<iframe allowfullscreen="allowfullscreen" frameborder="0" height="315" src="https://www.youtube.com/embed/LaOouEYhp_c" width="560"></iframe>
148-
</p>
149-
150146
<div>
151147

152148
<h2 id="platform">Low code application platform</h2>
@@ -174,6 +170,10 @@ <h2 id="platform">Low code application platform</h2>
174170

175171
<h2 id="kms">Federated knowledge management and collaboration system</h2>
176172

173+
<p class="text-center">
174+
<iframe allowfullscreen="allowfullscreen" frameborder="0" height="315" src="https://www.youtube.com/embed/LaOouEYhp_c" width="560"></iframe>
175+
</p>
176+
177177
<p>As an RDF-native CMS, LinkedDataHub provides a number of features for end-users:</p>
178178

179179
<ul>

linkeddatahub/docs/get-started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h1>Get started</h1>
139139
<p>This guide will show how a LinkedDataHub application can be used to manage domain-specific
140140
RDF classes and instances. As an example, we will us <a href="https://www.w3.org/TR/skos-primer/" target="_blank">SKOS</a> concepts and concept schemes.</p>
141141

142-
<p>Note that all <a href="../reference/data-model/documents/#manage" target="_blank">management actions</a> can also be performed using the <a href="../reference/command-line-interface/" target="_blank">CLI (Command Line Interface)</a>. Where applicable, the UI and CLI instructions are shown side by side. The <a href="https://github.com/AtomGraph/LinkedDataHub-Apps/tree/master/demo/skos" target="_blank">SKOS demo app</a> which implements the SKOS example which is used in this guide.</p>
142+
<p>Note that most management actions can also be performed using the <a href="../reference/command-line-interface/" target="_blank">CLI (Command Line Interface)</a>. Where applicable, the UI and CLI instructions are shown side by side. The <a href="https://github.com/AtomGraph/LinkedDataHub-Apps/tree/master/demo/skos" target="_blank">SKOS demo app</a> which implements the SKOS example which is used in this guide.</p>
143143

144144
<div>
145145

linkeddatahub/docs/reference/http-api/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h2 id="acl">Access control</h2>
182182

183183
<h2 id="documents">Managing documents</h2>
184184

185-
<p>eEry document is also a <a href="../dataset/#structure">named graph</a> in the application's RDF dataset. LinkedDataHub supports the SPARQL Graph Store Protocol's
185+
<p>Every document is also a <a href="../dataset/#structure">named graph</a> in the application's RDF dataset. LinkedDataHub supports the SPARQL Graph Store Protocol's
186186
<a href="https://www.w3.org/TR/sparql11-http-rdf-update/#direct-graph-identification" target="_blank">direct graph identification</a> as the HTTP CRUD protocol for managing document data.</p>
187187

188188
<div class="alert alert-info">
@@ -427,9 +427,8 @@ <h3 id="constraints">Built-in constraints</h3>
427427
<li>It's not possible to modify or delete the documents of the owner agent and the secretary
428428
agent</li>
429429

430-
<li>A document (which is also a named graph in the graph store) must always contain an
431-
RDF resource with its URI and type <code>def:Root</code>, <code>dh:Container</code>, or <code>dh:Item</code>
432-
(see <a href="../administration/ontologies/#ontologies">ontologies</a>)</li>
430+
<li>A document can only be created with a URL relative to an existing container (i.e.
431+
resolving <samp>..</samp> against the new document's URL must identify an existing container)</li>
433432
</ul>
434433

435434
<p>The built in constraints are similar to, but separate from the <a href="../administration/ontologies/#constraints">ontology constraints</a>.</p>

linkeddatahub/docs/reference/user-interface/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ <h2 id="creation-bar">Creation bar</h2>
296296

297297
<dd>Appends new content blocks to the page</dd>
298298

299-
<dt>Other modes</dt>
299+
<dt>Properties</dt>
300300

301-
<dd>Creates new resources of the selected type</dd>
301+
<dd>Creates new resource of the selected type</dd>
302302
</dl>
303303
</div>
304304
</div>

0 commit comments

Comments
 (0)