<https://docs.linkeddatahub.com/user-guide/upload-file/>
        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/upload-file/#content>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T20:33:31.856Z"^^<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 upload files to LinkedDataHub";
        <http://purl.org/dc/terms/title>
                "Upload file";
        <http://rdfs.org/sioc/ns#has_container>
                <https://docs.linkeddatahub.com/user-guide/>;
        <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/upload-file/#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 upload files to LinkedDataHub</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 on the bottom of the page</li>\n                        <li>Click on <samp>File</samp> in the drop-down list that appears</li>\n                        <li>Fill out the mandatory <dfn>File</dfn> fields in the form:\n                            <dl>\n                                <dt>FileName</dt>\n                                <dd>Select file from your filesystem</dd>\n                                <dt>Title</dt>\n                                <dd>Enter file title</dd>\n                            </dl>\n                        </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/7db898019986d1aa0bfee7bd1423874d82cb0233\" 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 its value from the <samp>.env</samp> file and execute the following command:</p>\n                    <pre>add-file.sh \\\n-b \"https://localhost:4443/\" \\\n-f ./ssl/owner/cert.pem \\\n-p \"$owner_cert_password\" \\\n--title \"$title\" \\\n--file \"$filename\" \\\n--content-type \"$content_type\"</pre>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"alert alert-warning\">\n        <h4>Note about ontology files</h4>\n        <p>If you upload an ontology file (RDF/OWL), be aware that it will not be automatically loaded via <code>owl:imports</code> declarations.\n        This is a technical limitation to prevent circular dependencies during system initialization.</p>\n        <p>For more information on working with ontologies, see the <a href=\"../../reference/administration/ontologies/\">ontologies reference documentation</a>.</p>\n    </div>\n</div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
