Skip to content

Commit 531722c

Browse files
committed
Documentation update
1 parent b48b04c commit 531722c

File tree

1 file changed

+2
-5
lines changed
  • linkeddatahub/docs/reference/administration/ontologies

1 file changed

+2
-5
lines changed

linkeddatahub/docs/reference/administration/ontologies/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,12 @@ <h3 id="constructors">Constructors</h3>
267267
to have, as well as expected datatypes of their
268268
values. Constructors are used in create/edit modes. A class can have multiple constructors.</p>
269269

270-
<p>For example, one of the constructors of the <code>dh:Container</code> and <code>dh:Item</code> <a href="#classes">classes</a>:</p>
270+
<p>For example, the constructor of the <code>ldh:XHTML</code> <a href="#classes">class</a>:</p>
271271

272272
<pre><code>PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;
273-
PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;
274-
PREFIX sioc: &lt;http://rdfs.org/sioc/ns#&gt;
275-
PREFIX dct: &lt;http://purl.org/dc/terms/&gt;
276273

277274
CONSTRUCT {
278-
$this sioc:content "&lt;div xmlns=\"http://www.w3.org/1999/xhtml\"&gt;&lt;/div&gt;"^^rdf:XMLLiteral .
275+
$this rdf:value "&lt;div xmlns=\"http://www.w3.org/1999/xhtml\"&gt;&lt;/div&gt;"^^rdf:XMLLiteral .
279276
}
280277
WHERE {}</code></pre>
281278

0 commit comments

Comments
 (0)