Skip to content

Commit d1b8f26

Browse files
committed
Documentation updates
1 parent 96422f8 commit d1b8f26

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

linkeddatahub/docs/user-guide/add-data/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,10 @@ <h2 id="from-linked-data">From Linked Data</h2>
183183

184184
<h2 id="from-file">From file</h2>
185185

186-
<p>To upload the contents of an RDF file into a document, simnply drag the file from
187-
your filesystem into LinkedDataHub. The following syntaxes are supported:</p>
186+
<p>To upload the contents of an RDF file into a document, simply drag the file from your
187+
filesystem into LinkedDataHub when the document's <a href="../../reference/user-interface/#layout-modes">properties mode</a> is active.</p>
188+
189+
<p>The following syntaxes are supported:</p>
188190

189191
<ul>
190192

linkeddatahub/docs/user-guide/import-data/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ <h1>Import data</h1>
133133
</header>
134134
<div>
135135

136-
<p class="lead">How to import data into LinkedDataHub</p>
136+
<p class="lead">How to bulk import data into LinkedDataHub</p>
137+
138+
<p>This guide is about bulk data imports running asynchronously, suitable for larger
139+
datasets. If you want to simply add RDF data to a document, see the <a href="../add-data/">add data</a> guide.</p>
137140
</div>
138141
<nav>
139142
<div class="well">

linkeddatahub/docs/user-guide/search-data/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ <h2 id="text-search">Text search</h2>
145145
<p>A dropdown list will appear if there are any matches. Use up/down keys or mouse click
146146
to select one of the results, and you will be redirected to its document.</p>
147147

148-
<p>The matching is done by looking for substrings using SPARQL <code>regex()</code> in common literal properties such as <code>dct:title</code>, <code>rdfs:label</code>, <code>foaf:name</code>,
149-
<code>sioc:content</code> etc. You can find the exact query in <samp>Queries / Select labelled</samp>.</p>
148+
<p>The matching is done by looking for substrings using SPARQL <code>regex()</code> in common literal properties such as <code>dct:title</code>, <code>rdfs:label</code>, <code>foaf:name</code> etc. You can find the exact query in <samp>Queries / Select labelled</samp>.</p>
150149

151150
<p>The same widget is used for autocomplete inputs in the <a href="../../reference/user-interface/#create-edit">create/edit forms</a>.</p>
152151

0 commit comments

Comments
 (0)