# Corpus Metadata - All notes in this Obsidian vault need metadata. - These metadata need to follow the [Obsidian Front Matter Syntax](Obsidian%20Front%20Matter%20Syntax.md). - Obsidian calls metadata variables 'Properties' - In this Corpus we use General properties (every note should have them) and Specific properties (depending on the kind of note, can be inferred from other properties) ## General metadata ### Notetype The `notetype` field will have one of the following values: - `guide`: guided, hands-on lessons, learning by doing, interactive lessons - `explanation`: background and context to the standards, paraphrases of the original standard texts, opinion, discussion, underlying principles, interpretation - `application`: steps to solve a specific, real-world problem. Implementing the standard in real world environments, implementation aids, implementation examples, templates, etc. - `reference`: for original standard texts, dictionaries, terms and definitions. - `other`: for all notes that, by there content, cannot be placed in one for the previous categories. Note: - Notes in the iso27DIY-gis/guide folder and subfolders are typically of the `guide` type. - Notes in iso27DIY-gis/reference and subfolders are typically of the `explanation` or `application` type. ### Language For the language property we use the language code as defined in ISO 639-1. ## Metadata for ISO 27001 and 27002 Original Standard Texts - The original texts of the ISO 27001 and ISO 27002 standards can be found in the OST folder and subfolders. - These notes are tagged with “sourcetext”. - The body of these notes must never be changed! - Specific properties for ISO 27002 OST notes are deduced from chapter 4 of the standard ("Themes and Attributes"). They are: `theme`, `control_type`, `information_security_properties`, `cybersecurity_concepts`, `operational_capabilities`, and `security_domains`. - For the possible values of these properties, see [ISO 27002 Themes and Attributes](ISO%2027002%20Themes%20and%20Attributes.md).