<https://docs.linkeddatahub.com/reference/data-model/resources/>
        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/resources/#content>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2>
                <https://docs.linkeddatahub.com/reference/data-model/resources/#select-children>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T20:34:07.786Z"^^<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>
                "RDF resources and their management";
        <http://purl.org/dc/terms/title>
                "Resources";
        <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/resources/#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/resources/#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\">RDF resources and their management</p>\n    <div>\n        <p>Within <a href=\"../documents/\">documents</a>, users can create RDF resources, i.e. instances of both built-in and user-defined RDF classes.</p>\n        <p>Built-in classes are defined in <a href=\"../../administration/ontologies/#ontologies\">system ontologies</a> while user-defined classes are defined in user ontologies.</p>\n        <div>\n            <h2 id=\"user-defined-classes\">User-defined classes</h2>\n            <p>TBD</p>\n        </div>\n        <div>\n            <h2 id=\"built-in-classes\">Built-in classes</h2>\n            <p>LinkedDataHub's built-in <a href=\"../../administration/ontologies/#classes\">classes</a> have pre-defined <a href=\"../../administration/ontologies/#constructors\">constructors</a>, <a href=\"../../administration/ontologies/#constraints\">constraints</a> and often a customized UI rendering (implemented by <a href=\"../../stylesheets/#overriding-templates\">overriding generic XSLT templates</a> with type-specific templates) as well, for example a query editor or a chart.</p>\n            <table class=\"table table-striped\">\n                <thead>\n                    <tr>\n                        <th>Type</th>\n                        <th>Class</th>\n                        <th>Description</th>\n                    </tr>\n                </thead>\n                <tbody>\n                    <tr>\n                        <td><samp>ASK</samp></td>\n                        <td><code>sp:Ask</code></td>\n                        <td><a href=\"queries/\">SPARQL <code>ASK</code> query</a></td>\n                    </tr>\n                    <tr>\n                        <td><samp>Application</samp></td>\n                        <td><code>ldh:Application</code></td>\n                        <td><a href=\"../../dataspace/#applications\">Remote LinkedDataHub application</a></td>\n                    </tr>\n                    <tr>\n                        <td><samp>CONSTRUCT</samp></td>\n                        <td><code>sp:Construct</code></td>\n                        <td><a href=\"queries/\">SPARQL <code>CONSTRUCT</code> query</a></td>\n                    </tr>\n                    <tr>\n                        <td><samp>CSV import</samp></td>\n                        <td><code>ldh:CSVImport</code></td>\n                        <td>Async <a href=\"../../imports/csv/\">CSV data import</a></td>\n                    </tr>\n                    <tr>\n                        <td><samp>File</samp></td>\n                        <td><code>nfo:FileDataObject</code></td>\n                        <td>File to upload</td>\n                    </tr>\n                    <tr>\n                        <td><samp>Graph chart</samp></td>\n                        <td><code>ldh:GraphChart</code></td>\n                        <td><a href=\"charts/\">Chart based on <code>CONSTRUCT</code>/<code>DESCRIBE</code> query results</a></td>\n                    </tr>\n                    <tr>\n                        <td><samp>RDF import</samp></td>\n                        <td><code>ldh:RDFImport</code></td>\n                        <td>Async <a href=\"../../imports/rdf/\">RDF data import</a></td>\n                    </tr>\n                    <tr>\n                        <td><samp>Result set chart</samp></td>\n                        <td><code>ldh:ResultSetChart</code></td>\n                        <td><a href=\"charts/\">Chart based on <code>SELECT</code> query results</a></td>\n                    </tr>\n                    <tr>\n                        <td><samp>Select</samp></td>\n                        <td><code>sp:Select</code></td>\n                        <td><a href=\"queries/\">SPARQL <code>SELECT</code> query</a></td>\n                    </tr>\n                    <tr>\n                        <td><samp>Service</samp></td>\n                        <td><code>sd:Service</code></td>\n                        <td>SPARQL service (identified by its endpoint URL)</td>\n                    </tr>\n                    <tr>\n                        <td><samp>View</samp></td>\n                        <td><code>ldh:View</code></td>\n                        <td><a href=\"views/\">View based on <code>SELECT</code> query results</a></td>\n                    </tr>\n                </tbody>\n            </table>\n            <p>Resources that have customized UIs (such as queries, views, charts) are documented in more detail.</p>\n            <div>\n                <h2 id=\"management\">Management</h2>\n                <div>\n                    <h3><a href=\"../../user-interface/\">User interface</a></h3>\n                    <p>Resources can only be managed when the <a href=\"../../user-interface/#layout-modes\" target=\"_blank\"><samp>Properties</samp> layout mode</a> is active.</p>\n                    <table class=\"table table-striped\" id=\"actions\">\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>Click the <span class=\"btn btn-primary create-action\">Create <span class=\"caret\"></span></span> dropdown on the bottom of the page. Fill out the fields in the form that appears. Click <span class=\"btn btn-primary btn-save\">Save</span>.</td>\n                            </tr>\n                            <tr>\n                                <th>Update</th>\n                                <td>Click the <span class=\"btn btn-edit\"></span> button in the top-right corner of the resource header (in the middle column of the content). Make changes in the form that appears. Click <span class=\"btn btn-primary btn-save\">Save</span>.</td>\n                            </tr>\n                            <tr>\n                                <th>Delete</th>\n                                <td>Click the <span class=\"btn btn-edit\"></span> button in the top-right corner of the resource header. Click the <span class=\"btn btn-remove-resource\"></span> button to delete the block.</td>\n                            </tr>\n                        </tbody>\n                    </table>\n                </div>\n                <div>\n                    <h3><a href=\"../../command-line-interface/\">Command line interface</a></h3>\n                    <p>The following actions can also be performed using the <a href=\"../../command-line-interface/\" target=\"_blank\">command line interface</a>.</p>\n                    <table class=\"table table-striped\" id=\"actions\">\n                        <thead>\n                            <tr>\n                                <th>Type</th>\n                                <th>Action</th>\n                                <th>CLI script</th>\n                            </tr>\n                        </thead>\n                        <tbody>\n                            <tr>\n                                <td><samp>ASK</samp></td>\n                                <th>Create</th>\n                                <td></td>\n                            </tr>\n                            <tr>\n                                <td><samp>Application</samp></td>\n                                <th>Create</th>\n                                <td></td>\n                            </tr>\n                            <tr>\n                                <td><samp>CONSTRUCT</samp></td>\n                                <th>Create</th>\n                                <td><a href=\"../../command-line-interface/#scripts\"><samp>admin/ontologies/add-construct.sh</samp></a></td>\n                            </tr>\n                            <tr>\n                                <td><samp>CSV import</samp></td>\n                                <th>Create</th>\n                                <td><a href=\"../../command-line-interface/#scripts\"><samp>imports/add-csv-import.sh</samp></a></td>\n                            </tr>\n                            <tr>\n                                <td><samp>File</samp></td>\n                                <th>Create</th>\n                                <td><a href=\"../../command-line-interface/#scripts\"><samp>add-file.sh</samp></a></td>\n                            </tr>\n                            <tr>\n                                <td><samp>Graph chart</samp></td>\n                                <th>Create</th>\n                                <td></td>\n                            </tr>\n                            <tr>\n                                <td><samp>RDF import</samp></td>\n                                <th>Create</th>\n                                <td><a href=\"../../command-line-interface/#scripts\"><samp>imports/add-rdf-import.sh</samp></a></td>\n                            </tr>\n                            <tr>\n                                <td><samp>Result set chart</samp></td>\n                                <th>Create</th>\n                                <td><a href=\"../../command-line-interface/#scripts\"><samp>add-result-set-chart.sh</samp></a></td>\n                            </tr>\n                            <tr>\n                                <td><samp>Select</samp></td>\n                                <th>Create</th>\n                                <td><a href=\"../../command-line-interface/#scripts\"><samp>add-select.sh</samp></a></td>\n                            </tr>\n                            <tr>\n                                <td><samp>Service</samp></td>\n                                <th>Create</th>\n                                <td><a href=\"../../command-line-interface/#scripts\"><samp>add-generic-service.sh</samp></a></td>\n                            </tr>\n                            <tr>\n                                <td><samp>View</samp></td>\n                                <th>Create</th>\n                                <td><a href=\"../../command-line-interface/#scripts\"><samp>add-view.sh</samp></a></td>\n                            </tr>\n                        </tbody>\n                    </table>\n                </div>\n            </div>\n        </div>\n    </div>\n</div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
