Data Patterns
Chapter 5 of my thesis contains a pattern language of structures in data. The 20 patterns can be summarized as following (table 6.1, p. 226):
- basic patterns
- pure data elements
- data elements with content
- combining patterns
- combine multiple elements on the same level
- combine elements by subsumption
- relationing patterns
- primary
- secondary
- tertiary
- continuing patterns
The markdown source code of the pattern language is contained in a git repository at https://github.com/jakobib/datapatterns2013
.