folder resource facet
A mesh when stored in a filesystem is physically structured with mesh folders, which correspond to RDF resources and their intramesh identifier
When a mesh gets published, the folders also correspond to identifier.
All folder-based resources should contain a mesh resource page
Types
System Folders
Node Handle Folders
- concept.mesh.resource.folder._node-handle (Private) correspond to the node handle
Flow (Abstract Dataset) Folders
-
_meta-flow/
- correspond to metadata flow
- present in all mesh nodes
-
_data-flow/
- correspond to the data flow
- contain the dataset associated with the dataset reference nodes
Snapshot (Concrete Dataset) System Folders
-
_current/
-
_v1/
,_v2/
, …- Version snapshot folders that represent flow snapshot
- each holds one or more distribution file (named
<node_ref_vN.ext
). - Fully terminal—neither user-nodes nor system-folders may live inside.
Snapshot User Folders
_next/
- Where edits get made to versioned flow facet
Other User Folders
_assets/
- Holds static user assets (images, CSS, binaries).
- Always terminal - never contains nodes
- Ignored by the mesh scanner; asset trees carry no flows; any metadata about assets should live in the parent node’s meta flow.
Backlinks