Skip to content

Commit 8ae0870

Browse files
committed
Documentation fixes
1 parent b8fcc6a commit 8ae0870

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

linkeddatahub/docs/get-started/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ <h1>Get started</h1>
139139
interface.</p>
140140

141141
<p>This guide will show how a LinkedDataHub application can be used to manage domain-specific
142-
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>
142+
RDF classes and instances. As an example, we will use <a href="https://www.w3.org/TR/skos-primer/" target="_blank">SKOS</a> concepts and concept schemes.</p>
143143

144-
<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>
144+
<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/unesco-thesaurus" target="_blank">UNESCO Thesaurus demo app</a> demonstrates how SKOS vocabularies can be managed in LinkedDataHub.</p>
145145

146146
<div>
147147

linkeddatahub/docs/get-started/setup/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ <h3 id="start-linkeddatahub">Start LinkedDataHub</h3>
228228
</li>
229229
</ol>
230230

231-
<p>You are now the owner of this LinkedDataHub instance; <samp>certs/owner.p12</samp> is your WebID certificate. Password is the <samp>owner_cert_password</samp> secret value.</p>
231+
<p>You are now the owner of this LinkedDataHub instance; <samp>ssl/owner/keystore.p12</samp> is your WebID certificate. Password is the <samp>owner_cert_password</samp> secret value.</p>
232232

233-
<p>After a successful startup you should see periodic healtcheck requests being made
233+
<p>After a successful startup you should see periodic healthcheck requests being made
234234
to the <samp>https://localhost:4443/ns</samp> URL.</p>
235235
</div>
236236
<div>

linkeddatahub/docs/reference/data-model/blocks/objects/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h1>Object blocks</h1>
140140
<p>Blocks other than HTML content is called an <dfn>object</dfn> and has to have a URI that dereferences. Objects are embedded (transcluded) into
141141
the HTML page. You can use any <a href="../../resources/">RDF resource</a> or uploaded file as an object.</p>
142142

143-
<p>LinkedDataHub will first attempt to load RDF data from the obejct URI and render it
143+
<p>LinkedDataHub will first attempt to load RDF data from the object URI and render it
144144
as block. If that fails, it will simply embed it using the HTML <code>&lt;object&gt;</code> element. Object blocks can be used to embed queries, charts, and other LinkedDataHub
145145
system resources.</p>
146146

linkeddatahub/docs/reference/data-model/documents/containers/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h1>Containers</h1>
141141

142142
<h2 id="rdf-serialization">RDF serialization</h2>
143143

144-
<p>Document roperties such as <code>sioc:has_parent</code>, <code>dct:created</code>, <code>dct:modified</code>, <code>acl:owner</code> are <a href="../../../http-api/#document-metadata">automatically managed</a> by LinkedDataHub.</p>
144+
<p>Document properties such as <code>sioc:has_parent</code>, <code>dct:created</code>, <code>dct:modified</code>, <code>acl:owner</code> are <a href="../../../http-api/#document-metadata">automatically managed</a> by LinkedDataHub.</p>
145145

146146
<pre>@prefix dh: &lt;https://www.w3.org/ns/ldt/document-hierarchy#&gt; .
147147
@prefix ldh: &lt;https://w3id.org/atomgraph/linkeddatahub#&gt; .

linkeddatahub/docs/reference/data-model/documents/items/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h1>Items</h1>
141141

142142
<h2 id="rdf-serialization">RDF serialization</h2>
143143

144-
<p>Document roperties such as <code>sioc:has_container</code>, <code>dct:created</code>, <code>dct:modified</code>, <code>acl:owner</code> are <a href="../../../http-api/#document-metadata">automatically managed</a> by LinkedDataHub.</p>
144+
<p>Document properties such as <code>sioc:has_container</code>, <code>dct:created</code>, <code>dct:modified</code>, <code>acl:owner</code> are <a href="../../../http-api/#document-metadata">automatically managed</a> by LinkedDataHub.</p>
145145

146146
<pre>@prefix dh: &lt;https://www.w3.org/ns/ldt/document-hierarchy#&gt; .
147147
@prefix ldh: &lt;https://w3id.org/atomgraph/linkeddatahub#&gt; .

linkeddatahub/docs/reference/data-model/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ <h3><a href="../../command-line-interface/">Command line interface</a></h3>
373373

374374
<th>Create</th>
375375

376-
<td><a href="../../command-line-interface/#scripts"><samp>admin/model/add-construct.sh</samp></a></td>
376+
<td><a href="../../command-line-interface/#scripts"><samp>admin/ontologies/add-construct.sh</samp></a></td>
377377
</tr>
378378

379379
<tr>

linkeddatahub/docs/reference/stylesheets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ <h3 id="stylesheets">Stylesheets</h3>
183183

184184
<dt>Includes</dt>
185185

186-
<dd><code>&lt;xsl:include&gt;</code> is used to inclkude one stylesheet into another. The import mechanism is specified
186+
<dd><code>&lt;xsl:include&gt;</code> is used to include one stylesheet into another. The import mechanism is specified
187187
in <a href="https://www.w3.org/TR/xslt-30/#include" target="_blank">3.10.2 Stylesheet Inclusion</a> the XSLT 3.0 specification. The templates from the included stylesheets have the
188188
same priority as those of the importing stylesheet.</dd>
189189

0 commit comments

Comments
 (0)