<https://docs.linkeddatahub.com/user-guide/create-data/create-documents/>
        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/user-guide/create-data/create-documents/#content>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T20:33:42.834Z"^^<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>
                "Learn how to create container and item documents";
        <http://purl.org/dc/terms/title>
                "Create documents";
        <http://rdfs.org/sioc/ns#has_container>
                <https://docs.linkeddatahub.com/user-guide/create-data/>;
        <http://www.w3.org/ns/auth/acl#owner>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this> .

<https://docs.linkeddatahub.com/user-guide/create-data/create-documents/#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\">Learn how to create container and item documents</p>\n    <p class=\"text-center\">\n        <iframe allowfullscreen=\"allowfullscreen\" frameborder=\"0\" height=\"315\" src=\"https://www.youtube.com/embed/paetjTkFBxE\" width=\"560\"></iframe>\n    </p>\n    <p>To create a container document (which can have <a href=\"../../../reference/data-model/documents/#hierarchy\" target=\"_blank\">children documents</a>) with a custom URL, follow these steps:</p>\n    <div class=\"tabbable\">\n        <ul class=\"nav nav-tabs\">\n            <li class=\"active\"><a>User interface</a></li>\n            <li><a>Command line interface</a></li>\n        </ul>\n        <div class=\"tab-content\">\n            <div class=\"tab-pane active\">\n                <div>\n                    <ol>\n                        <li>Click the <span class=\"btn btn-primary create-action\">Create <span class=\"caret\"></span></span> dropdown in the top-left corner and select <dfn>Container</dfn>. This will open a new form.</li>\n                        <li>Fill out the mandatory <dfn>Container</dfn> fields in the form:\n                            <dl>\n                                <dt>Title</dt>\n                                <dd>Enter <samp>Concepts</samp></dd>\n                            </dl>\n                        </li>\n                        <li>To customize the container URL, click on the dropdown in the top-right corner of the form</li>\n                        <li>Replace the generated unique relative URI with <samp>concepts</samp></li>\n                        <li>Click <span class=\"btn btn-primary btn-save\">Save</span></li>\n                    </ol>\n                    <p>See how below:</p>\n                    <p>\n                        <object data=\"../../../uploads/490945931415b9ab201ed85f296a84c8a11134d1\" type=\"video/webm\"></object>\n                    </p>\n                </div>\n            </div>\n            <div class=\"tab-pane\">\n                <div>\n                    <p>Replace <samp>owner_cert_password</samp> with the value of the corresponding secret and execute the following command:</p>\n                    <pre>create-container.sh \\\n  -b \"https://localhost:4443/\" \\\n  -f ./ssl/owner/cert.pem \\\n  -p \"$owner_cert_password\" \\\n  --title \"Concepts\" \\\n  --slug \"concepts\" \\\n  --parent \"https://localhost:4443/\"</pre>\n                </div>\n            </div>\n        </div>\n    </div>\n    <p>A container titled <samp>Concepts</samp> should appear with the URI <a href=\"https://localhost:4443/concepts/\" target=\"_blank\">https://localhost:4443/concepts/</a>.</p>\n    <p class=\"lead\"><a href=\"../../../reference/data-model/documents/\" target=\"_blank\">Read more about document management.</a></p>\n</div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
