<https://docs.linkeddatahub.com/reference/dataset/>
        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/dataset/#content>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T20:33:49.841Z"^^<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>
                "The default RDF dataset structure used by LinkedDataHub";
        <http://purl.org/dc/terms/title>
                "RDF dataset";
        <http://rdfs.org/sioc/ns#has_container>
                <https://docs.linkeddatahub.com/reference/>;
        <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/dataset/#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\">The default RDF dataset structure used by LinkedDataHub.</p>\n    <div>\n        <h2 id=\"structure\">Structure</h2>\n        <p>Default LinkedDataHub dataset structure follows these conventions:</p>\n        <ol>\n            <li>the default graph is not used</li>\n            <li>each document's description is stored in an RDF named graph whose name is the same as the document URI. The graph can be managed using the <a href=\"../http-api/\" target=\"_blank\">Graph Store Protocol</a>.</li>\n            <li>documents form a <a href=\"../data-model/documents/#hierarchy\">parent/child hierarchy</a>. There are 2 types of documents: containers that can have other documents as children, and items that cannot.</li>\n        </ol>\n        <p>The default dataset is installed into an application service during the <a href=\"../../get-started/setup/\">setup</a>.</p>\n    </div>\n    <div>\n        <h2 id=\"hierarchical-uris\">Hierarchical URIs</h2>\n        <p>By default, the URIs of the document resources represent the same <a href=\"../data-model/documents/#hierarchy\">parent/child hierarchy</a>. Which means the root container's URI equals the <a href=\"../dataspace/#applications\">base URI</a>\n            of the application, and descendant document URIs are relative to their parent container URIs.</p>\n        <p>Uploaded files are an exception to this rule. They are content-addressed in the <samp>uploads/{sha1sum}</samp> namespace, where <samp>sha1sum</samp> is the SHA1 hash of the file content.</p>\n    </div>\n    <div>\n        <h2 id=\"default-datasets\">Default datasets</h2>\n        <p>The default datasets of administration and end-user applications can be found in <a href=\"https://github.com/AtomGraph/LinkedDataHub/blob/master/platform/datasets/admin.trig\" target=\"_blank\"><samp>platform/datasets/admin.trig</samp></a> and\n            <a href=\"https://github.com/AtomGraph/LinkedDataHub/blob/master/platform/datasets/end-user.trig\" target=\"_blank\"><samp>platform/datasets/end-user.trig</samp></a>, respectively.</p>\n        <p>RDF terms (classes, properties etc.) used in the default datasets come from well-known vocabularies FOAF and SIOC (with additional LinkedDataHub-specific assertions) as well as  <a href=\"../administration/ontologies/\">system ontologies</a>.</p>\n    </div>\n    <div>\n        <h2 id=\"storage\">Storage</h2>\n        <p>The dataset of each application is stored in an RDF triplestore which is accessed as a <a href=\"../dataspace/#services\">SPARQL service</a>. End-user applications and admin applications have separate datasets and are backed by two different services.</p>\n    </div>\n</div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
