File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
linkeddatahub/docs/reference/administration/ontologies Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
273- PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
274- PREFIX sioc: <http://rdfs.org/sioc/ns#>
275- PREFIX dct: <http://purl.org/dc/terms/>
276273
277274CONSTRUCT {
278- $this sioc:content "<div xmlns=\"http://www.w3.org/1999/xhtml\"></div>"^^rdf:XMLLiteral .
275+ $this rdf:value "<div xmlns=\"http://www.w3.org/1999/xhtml\"></div>"^^rdf:XMLLiteral .
279276}
280277WHERE {}</ code > </ pre >
281278
You can’t perform that action at this time.
0 commit comments