<https://docs.linkeddatahub.com/reference/data-model/documents/>
        a       <https://www.w3.org/ns/ldt/document-hierarchy#Container>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1>
                <https://docs.linkeddatahub.com/reference/data-model/documents/#content>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2>
                <https://docs.linkeddatahub.com/reference/data-model/documents/#select-children>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T20:34:06.804Z"^^<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>
                "Document hierarchy and the basic data management actions";
        <http://purl.org/dc/terms/title>
                "Documents";
        <http://rdfs.org/sioc/ns#has_parent>
                <https://docs.linkeddatahub.com/reference/data-model/>;
        <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/#select-children>
        a       <https://w3id.org/atomgraph/linkeddatahub#Object>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                <https://w3id.org/atomgraph/linkeddatahub#ChildrenView> .

<https://docs.linkeddatahub.com/reference/data-model/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\">Document structure and the basic data management actions.</p>\n    <div>\n        <h2 id=\"hierarchy\">Document hierarchy</h2>\n        <p>The basic structure of resources in a LinkedDataHub <a href=\"../../dataspace/#applications\">application</a> is analogous to the file system, but built using RDF\n            resources and relationships between them instead. There is a hierarchy of <dfn>containers</dfn> (folders),\n            which are collections of <dfn>items</dfn> (files) as well as sub-containers (sub-folders). Both containers\n            (instances of <code>dh:Container</code>) and items (instances of <code>dh:Item</code>) are <dfn>documents</dfn> (instances of <code>foaf:Document</code>). Items cannot contain other documents.</p>\n        <p>The first level of resources in a container is referred to as its <dfn>children</dfn> (of which that container\n            is the <dfn>parent</dfn>, while all levels down the hierarchy are collectively referred to as\n            <dfn>descendants</dfn>.</p>\n        <p>When a user logs in, the application loads its root container (unless a specific URI was requested). From there,\n            users can navigate down the resource hierarchy, starting with children of the <dfn>root container</dfn>. At\n            any moment there is only one <dfn>current document</dfn> per page, on which management actions can\n            be performed: it can be viewed, edited etc.</p>\n    </div>\n</div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
