Skip to content

Class: CSFSubcategory

A CSF subcategory - specific cybersecurity outcome (e.g. GV.OC-01, ID.AM-01)

URI: nist_csf_v2:CSFSubcategory

 classDiagram
    class CSFSubcategory
    click CSFSubcategory href "../CSFSubcategory/"
      CSFElement <|-- CSFSubcategory
        click CSFElement href "../CSFElement/"

      CSFSubcategory : _class





        CSFSubcategory --> "0..1" CSFElementClassValue : _class
        click CSFElementClassValue href "../CSFElementClassValue/"



      CSFSubcategory : id

      CSFSubcategory : parts





        CSFSubcategory --> "*" CSFPart : parts
        click CSFPart href "../CSFPart/"



      CSFSubcategory : props





        CSFSubcategory --> "*" CSFProperty : props
        click CSFProperty href "../CSFProperty/"



      CSFSubcategory : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 0..1
String
Unique identifier for a catalog element CSFElement
_class 0..1
CSFElementClassValue
Classification of a CSF catalog element (function, category, subcategory) CSFElement
title 0..1
String
Human-readable title CSFElement
props *
CSFProperty
List of properties CSFElement
parts *
CSFPart
Structured narrative parts (e CSFElement

Usages

used by used in type used
CSFCategory controls range CSFSubcategory

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/nist-csf-v2

Mappings

Mapping Type Mapped Value
self nist_csf_v2:CSFSubcategory
native nist_csf_v2:CSFSubcategory

LinkML Source

Direct

name: CSFSubcategory
description: A CSF subcategory - specific cybersecurity outcome (e.g. GV.OC-01, ID.AM-01)
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
is_a: CSFElement

Induced

name: CSFSubcategory
description: A CSF subcategory - specific cybersecurity outcome (e.g. GV.OC-01, ID.AM-01)
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
is_a: CSFElement
attributes:
  id:
    name: id
    description: Unique identifier for a catalog element
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: id
    owner: CSFSubcategory
    domain_of:
    - CSFElement
    - CSFPart
    - Role
    range: string
  _class:
    name: _class
    description: Classification of a CSF catalog element (function, category, subcategory)
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: class
    owner: CSFSubcategory
    domain_of:
    - CSFElement
    range: CSFElementClassValue
  title:
    name: title
    description: Human-readable title
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: title
    owner: CSFSubcategory
    domain_of:
    - CSFMetadata
    - CSFElement
    - Role
    - Resource
    range: string
  props:
    name: props
    description: List of properties
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: props
    owner: CSFSubcategory
    domain_of:
    - CSFMetadata
    - CSFElement
    range: CSFProperty
    multivalued: true
    inlined: true
    inlined_as_list: true
  parts:
    name: parts
    description: Structured narrative parts (e.g., statement, overview, example)
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: parts
    owner: CSFSubcategory
    domain_of:
    - CSFElement
    range: CSFPart
    multivalued: true
    inlined: true
    inlined_as_list: true