Containers
Containers are analogous to folders in a filesystem
RDF serialization
Document roperties such as sioc:has_parent
, dct:created
, dct:modified
, acl:owner
are automatically managed by LinkedDataHub.
@prefix dh: <https://www.w3.org/ns/ldt/document-hierarchy#> . @prefix ldh: <https://w3id.org/atomgraph/linkeddatahub#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix sioc: <http://rdfs.org/sioc/ns#> . @prefix acl: <http://www.w3.org/ns/auth/acl#> . <https://localhost:4443/concepts/> a dh:Container ; rdf:_1 <https://localhost:4443/concepts/#select-children> ; dct:created "2025-06-02T19:12:26.533Z"^^xsd:dateTime ; dct:creator <https://localhost:4443/admin/acl/agents/865c2431-8436-4ae8-b300-2a531a013cd0/#this> ; dct:title "Concepts" ; sioc:has_parent <https://localhost:4443/concepts/> ; acl:owner <https://localhost:4443/admin/acl/agents/865c2431-8436-4ae8-b300-2a531a013cd0/#this> . <https://localhost:4443/concepts/#select-children> a ldh:Object ; rdf:value ldh:ChildrenView .
Management
User interface
Action | Description |
---|---|
Create | Create a new child document by clicking the Create button on the left of the navbar. Fill out the form. Click Save. |
Update | Open the current document editing form by clicking the Edit button in the middle section of the navbar. Make changes. Click Save. |
Delete | Delete the current document by clicking the Delete in the action bar (the right section of the navbar) |
Command line interface
Action | CLI script |
---|---|
Create | create-container.sh |
Update | put.sh |
Delete | delete.sh |