<https://docs.linkeddatahub.com/reference/data-model/documents/containers/>
        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/documents/containers/#content>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T20:34:19.126Z"^^<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>
                "Containers are analogous to folders in a filesystem";
        <http://purl.org/dc/terms/title>
                "Containers";
        <http://rdfs.org/sioc/ns#has_container>
                <https://docs.linkeddatahub.com/reference/data-model/documents/>;
        <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/documents/containers/#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\">Containers are analogous to folders in a filesystem</p>\n    <div>\n        <h2 id=\"rdf-serialization\">RDF serialization</h2>\n        <p>Document properties such as <code>sioc:has_parent</code>, <code>dct:created</code>, <code>dct:modified</code>, <code>acl:owner</code> are <a href=\"../../../http-api/#document-metadata\">automatically managed</a> by LinkedDataHub.</p>\n        <pre>@prefix dh: &lt;https://www.w3.org/ns/ldt/document-hierarchy#&gt; .\n@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 dct: &lt;http://purl.org/dc/terms/&gt; .\n@prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .\n@prefix sioc: &lt;http://rdfs.org/sioc/ns#&gt; .\n@prefix acl: &lt;http://www.w3.org/ns/auth/acl#&gt; .\n\n&lt;https://localhost:4443/concepts/&gt;\n    a       dh:Container ;\n    rdf:_1  &lt;https://localhost:4443/concepts/#select-children&gt; ;\n    dct:created \"2025-06-02T19:12:26.533Z\"^^xsd:dateTime ;\n    dct:creator &lt;https://localhost:4443/admin/acl/agents/865c2431-8436-4ae8-b300-2a531a013cd0/#this&gt; ;\n    dct:title \"Concepts\" ;\n    sioc:has_parent &lt;https://localhost:4443/concepts/&gt; ;\n    acl:owner &lt;https://localhost:4443/admin/acl/agents/865c2431-8436-4ae8-b300-2a531a013cd0/#this&gt; .\n\n&lt;https://localhost:4443/concepts/#select-children&gt;\n    a       ldh:Object ;\n    rdf:value ldh:ChildrenView .</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            <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>Create a new child document by clicking the <span class=\"btn btn-primary create-action\">Create</span> button on the left of the navbar. Fill out the form. Click <span class=\"btn btn-primary btn-save\">Save</span>.</td>\n                    </tr>\n                    <tr>\n                        <th>Update</th>\n                        <td>Open the current document editing form by clicking the <span class=\"btn btn-edit\">Edit</span> button in the middle section of the navbar. Make changes. Click <span class=\"btn btn-primary btn-save\">Save</span>.</td>\n                    </tr>\n                    <tr>\n                        <th>Delete</th>\n                        <td>Delete the current document by clicking the <span class=\"btn btn-delete\">Delete</span> in the action bar (the right section of the navbar)</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>create-container.sh</samp></a></td>\n                    </tr>\n                    <tr>\n                        <th>Update</th>\n                        <td><a href=\"../../../command-line-interface/#scripts\"><samp>put.sh</samp></a></td>\n                    </tr>\n                    <tr>\n                        <th>Delete</th>\n                        <td><a href=\"../../../command-line-interface/#scripts\"><samp>delete.sh</samp></a></td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>\n    </div>\n</div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
