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
<dd>An RDF ontology file that imports the external vocabulary using <code>owl:imports</code> and defines template blocks (<code>ldh:template</code>) for custom views. Template blocks are SPARQL-based views attached to RDF types from
176
-
the imported vocabulary.</dd>
175
+
<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>
WHERE { GRAPH ?graph { $about skos:narrower ?narrower } }
264
263
ORDER BY ?narrower""" .</pre>
265
264
266
-
<p>Template blocks define custom views that appear in the UI when viewing resources of
267
-
the specified type.</p>
265
+
<p>Views are rendered when displaying resources that have the specified property. Use
266
+
<code>ldh:view</code> for forward relationships (resource has property) or <code>ldh:inverseView</code> for inverse relationships (other resources point to this resource via property).</p>
Copy file name to clipboardExpand all lines: linkeddatahub/docs/user-guide/browse-data/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ <h1>Browse data</h1>
137
137
138
138
<pclass="lead">Use LinkedDataHub's built-in Linked Data browser to explore remote datasources</p>
139
139
140
-
<p>LinkedDataHub's has a built-in Linked Data browser which is accessed through <ahref="../reference/user-interface/#nav-bar">the navigation bar</a>. Enter a <code>http://</code> or <code>https://</code> URL and
140
+
<p>LinkedDataHub's has a built-in Linked Data browser which is accessed through <ahref="../../reference/user-interface/#nav-bar">the navigation bar</a>. Enter a <code>http://</code> or <code>https://</code> URL and
141
141
press <samp>Enter</samp> or click the search button.</p>
142
142
143
143
<p>The browser supports all standard RDF formats as well as JSON-LD embedded in HTML
0 commit comments