Skip to content

Class: CSFPart

Structured narrative part (statement, overview, or example)

URI: linkml:Any

 classDiagram
    class CSFPart
    click CSFPart href "../CSFPart/"
      CSFPart : id

      CSFPart : name

      CSFPart : ns

      CSFPart : prose

Class Properties

Property Value
Class URI linkml:Any

Slots

Name Cardinality and Range Description Inheritance
id 0..1
String
Unique identifier for a catalog element direct
name 0..1
String
Name of a property or part direct
ns 0..1
String
Namespace URI for a property or part direct
prose 0..1
String
Free-text prose content direct

Usages

used by used in type used
CSFElement parts range CSFPart
CSFFunction parts range CSFPart
CSFCategory parts range CSFPart
CSFSubcategory parts range CSFPart

In Subsets

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self linkml:Any
native nist_csf_v2:CSFPart

LinkML Source

Direct

name: CSFPart
description: Structured narrative part (statement, overview, or example)
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
slots:
- id
- name
- ns
- prose
class_uri: linkml:Any

Induced

name: CSFPart
description: Structured narrative part (statement, overview, or example)
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
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: CSFPart
    domain_of:
    - CSFElement
    - CSFPart
    - Role
    range: string
  name:
    name: name
    description: Name of a property or part
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: name
    owner: CSFPart
    domain_of:
    - CSFPart
    - CSFProperty
    - Party
    range: string
  ns:
    name: ns
    description: Namespace URI for a property or part
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: ns
    owner: CSFPart
    domain_of:
    - CSFPart
    - CSFProperty
    range: string
  prose:
    name: prose
    description: Free-text prose content
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: prose
    owner: CSFPart
    domain_of:
    - CSFPart
    range: string
class_uri: linkml:Any