<https://docs.linkeddatahub.com/reference/data-model/blocks/objects/>
        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/objects/#content>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T20:34:08.876Z"^^<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/transclude any dereferenceable URI";
        <http://purl.org/dc/terms/title>
                "Object 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/objects/#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/transclude any dereferenceable URI</p>\n    <p>Blocks other than HTML content is called an <dfn>object</dfn> and has to have a URI that dereferences. Objects are embedded (transcluded) into the HTML page. You can use any <a href=\"../../resources/\">RDF resource</a> or uploaded file as an object.</p>\n    <p>LinkedDataHub will first attempt to load RDF data from the object URI and render it as block. If that fails, it will simply embed it using the HTML <code>&lt;object&gt;</code> element. Object blocks can be used to embed queries, charts, and other LinkedDataHub system resources.</p>\n    <p>Built-in block types use a UI convention where their UI is split into left, main, and right content areas. The layout of the main content may depend on the active mode of the block. Left and right sections are block-type specific.</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@prefix ac: &lt;https://w3id.org/atomgraph/client#&gt; .\n\n&lt;https://localhost:4443/concepts/example/#object-block&gt;\n    a       ldh:Object ;\n    rdf:value &lt;http://dbpedia.org/resource/Copenhagen&gt; ;\n    ac:mode  ac:MapMode .</pre>\n    </div>\n    <div>\n        <h2 id=\"management\">Management</h2>\n        <div>\n            <h3><a href=\"../../../user-interface/\">User interface</a></h3>\n            <table class=\"table table-striped\" id=\"actions\">\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\">Object</span> button at the bottom of the page (in content mode). Enter the object's value URI. 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 object's value URI. 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-remove-resource\"></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\"></span> button to delete the block.</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>\n        <div>\n            <h3><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-object-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> .
