<https://docs.linkeddatahub.com/reference/data-model/blocks/xhtml/>
        a       <https://www.w3.org/ns/ldt/document-hierarchy#Item>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1>
                <https://docs.linkeddatahub.com/reference/data-model/blocks/xhtml/#content>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T20:34:09.877Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://purl.org/dc/terms/creator>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this>;
        <http://purl.org/dc/terms/description>
                "Blocks that embed XHTML markup as an RDF literal";
        <http://purl.org/dc/terms/title>
                "XHTML blocks";
        <http://rdfs.org/sioc/ns#has_container>
                <https://docs.linkeddatahub.com/reference/data-model/blocks/>;
        <http://www.w3.org/ns/auth/acl#owner>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this> .

<https://docs.linkeddatahub.com/reference/data-model/blocks/xhtml/#content>
        a       <https://w3id.org/atomgraph/linkeddatahub#XHTML>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n    <p class=\"lead\">Blocks that embed XHTML markup as an RDF literal</p>\n    <p>XHTML block is simply a fragment of XHTML, stored as a <a href=\"https://www.w3.org/TR/xml-c14n11/\" target=\"_blank\">canonical XML</a> literal (<code>rdf:XMLLiteral</code>) in the RDF document. It can be edited using a WYSIWYG editor.</p>\n    <div>\n        <h2 id=\"rdf-serialization\">RDF serialization</h2>\n        <pre>@prefix ldh: &lt;https://w3id.org/atomgraph/linkeddatahub#&gt; .\n@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .\n\n&lt;https://localhost:4443/concepts/example/#xhtml-block&gt;\n    a       ldh:XHTML ;\n    rdf:value \"&lt;div xmlns=\\\"http://www.w3.org/1999/xhtml\\\"&gt;\\n&lt;p&gt;A paragraph&lt;/p&gt;\\n&lt;/div&gt;\"^^rdf:XMLLiteral .</pre>\n    </div>\n    <div>\n        <h2 id=\"management\">Management</h2>\n        <div>\n            <h3 id=\"management-ui\"><a href=\"../../../user-interface/\">User interface</a></h3>\n            <p>Content blocks can only be managed when the <a href=\"../../../user-interface/#layout-modes\" target=\"_blank\"><samp>Content</samp> layout mode</a> is active.</p>\n            <table class=\"table table-striped\">\n                <thead>\n                    <tr>\n                        <th>Action</th>\n                        <th>Description</th>\n                    </tr>\n                </thead>\n                <tbody>\n                    <tr>\n                        <th>Create</th>\n                        <td>Click the <span class=\"btn btn-primary create-action\">XHTML</span> button at the bottom of the page (in content mode). Create the XHTML content in the WYSIWYG editor. Click <span class=\"btn btn-primary btn-save\">Save</span>.</td>\n                    </tr>\n                    <tr>\n                        <th>Update</th>\n                        <td>Click the <span class=\"btn btn-edit\"></span> button in the top-right corner of the block (it will only appear when you move the mouse close to that corner). Change the XHTML content in the WYSIWYG editor. Click <span class=\"btn btn-primary btn-save\">Save</span>.</td>\n                    </tr>\n                    <tr>\n                        <th>Delete</th>\n                        <td>Click the <span class=\"btn btn-edit\"></span> button in the top-right corner of the block (it will only appear when you move the mouse close to that corner). Click the <span class=\"btn btn-remove-resource\"></span> button to delete the block.</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>\n        <div>\n            <h3 id=\"management-cli\"><a href=\"../../../command-line-interface/\">Command line interface</a></h3>\n            <table class=\"table table-striped\">\n                <thead>\n                    <tr>\n                        <th>Action</th>\n                        <th>CLI script</th>\n                    </tr>\n                </thead>\n                <tbody>\n                    <tr>\n                        <th>Create</th>\n                        <td><a href=\"../../../command-line-interface/#scripts\"><samp>content/add-xhtml-block.sh</samp></a></td>\n                    </tr>\n                    <tr>\n                        <th>Update</th>\n                        <td></td>\n                    </tr>\n                    <tr>\n                        <th>Delete</th>\n                        <td></td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>\n    </div>\n</div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
