You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/administration/packages.ttl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
<dt><code>ns.ttl</code> — Package ontology</dt>
35
35
<dd>An RDF ontology file that imports the external vocabulary using <code>owl:imports</code> and attaches blocks to properties using <code>ldh:view</code> (forward relationships) or <code>ldh:inverseView</code> (inverse relationships). Blocks are typically <code>ldh:View</code> resources with SPARQL queries that render related data for property values.</dd>
<dd>XSLT transformation file with templates that override default rendering using system modes like <code>bs2:*</code> (Bootstrap 2.3.2 components) and <code>xhtml:*</code> (XHTML elements). See <a href="../stylesheets/" target="_blank">Stylesheets reference</a> for details on XSLT customization.</dd>
37
+
<dd>XSLT transformation file with templates that override default rendering using system modes like <code>bs2:*</code> (Bootstrap 2.3.2 components) and <code>xhtml:*</code> (XHTML elements). See <a href="../../stylesheets/" target="_blank">Stylesheets reference</a> for details on XSLT customization.</dd>
38
38
</dl>
39
39
<p>Package files are organized in the LinkedDataHub-Apps repository:</p>
<p>Create <code>layout.xsl</code> with XSLT templates using system modes like <code>bs2:*</code> and <code>xhtml:*</code>. See the <a href="../stylesheets/" target="_blank">Stylesheets reference</a> for template customization patterns.</p>
194
+
<p>Create <code>layout.xsl</code> with XSLT templates using system modes like <code>bs2:*</code> and <code>xhtml:*</code>. See the <a href="../../stylesheets/" target="_blank">Stylesheets reference</a> for template customization patterns.</p>
Copy file name to clipboardExpand all lines: docs/user-guide/create-data/create-content.ttl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<dt>XHTML</dt>
20
20
<dd>A fragment of XHTML that is embedded onto the page</dd>
21
21
<dt>Object</dt>
22
-
<dd>RDF URI resources that get transcluded into the page. <a href="../../../reference/user-interface/resources/#built-in-classes">Built-in resource</a> examples:
22
+
<dd>RDF URI resources that get transcluded into the page. <a href="../../../reference/data-model/resources/#built-in-classes">Built-in resource</a> examples:
Copy file name to clipboardExpand all lines: docs/user-guide/import-data/import-csv-data.ttl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@
65
65
</dl>
66
66
</li>
67
67
<li>Once all the fields have been filled in click <span class="btn btn-primary btn-save">Save</span>. You can find this saved under
68
-
<dfn>Queries</dfn> container in <a href="../../user-interface/#left-nav">left navigation</a>.</li>
68
+
<dfn>Queries</dfn> container in <a href="../../../reference/user-interface/#left-nav">left navigation</a>.</li>
69
69
<li>Click on the <span class="btn btn-primary create-action">Create <span class="caret"></span></span> dropdown button at the top left-hand corner and select <dfn>CSV Import</dfn>.
Copy file name to clipboardExpand all lines: docs/user-guide/import-data/import-rdf-data.ttl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@
136
136
</dl>
137
137
</li>
138
138
<li>Once all the fields have been filled in click <span class="btn btn-primary btn-save">Save</span>. You can find this saved under
139
-
<dfn>Queries</dfn> container in <a href="../../user-interface/#left-nav">left navigation</a>.</li>
139
+
<dfn>Queries</dfn> container in <a href="../../../reference/user-interface/#left-nav">left navigation</a>.</li>
140
140
<li>Click on the <span class="btn btn-primary create-action">Create <span class="caret"></span></span> dropdown button at the top left-hand corner and select <dfn>RDF Import</dfn>.
0 commit comments