Glossary
📄️ Collection (hanami:Collection)
Grouping of Items, and specifically configured with the logic to construct those Items as monolithic entities. They also contain all the needed shapes to both validate the items within, and generate the associated forms. Technically, a hanami:Collection can be considered as a shapes graph.
📄️ Item
Any bit of data that is seen as a a monolithic chunk. For example in the SKOS package, a skosCollection and skosConcept could be configured to be an item) or as complex as a whole graph.
📄️ Workspace (hanami:Workspace)
The top-most container of data. In itself it doesn't have much properties and it is mainly used as a wrapper for multiple collections, to easily group them and handle user rights at a higher level.