Skip to content

Class: CSFProperty

A name-value property with optional namespace and supplemental remarks

URI: nist_csf_v2:CSFProperty

 classDiagram
    class CSFProperty
    click CSFProperty href "../CSFProperty/"
      CSFProperty : name

      CSFProperty : ns

      CSFProperty : remarks

      CSFProperty : value

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
Name of a property or part direct
value 0..1
String
Property value direct
ns 0..1
String
Namespace URI for a property or part direct
remarks 0..1
String
Supplemental remarks on a property direct

Usages

used by used in type used
CSFMetadata props range CSFProperty
CSFElement props range CSFProperty
CSFFunction props range CSFProperty
CSFCategory props range CSFProperty
CSFSubcategory props range CSFProperty

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:CSFProperty
native nist_csf_v2:CSFProperty

LinkML Source

Direct

name: CSFProperty
description: A name-value property with optional namespace and supplemental remarks
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
slots:
- name
- value
- ns
- remarks

Induced

name: CSFProperty
description: A name-value property with optional namespace and supplemental remarks
in_subset:
- nist_csf_v2_catalog
from_schema: https://w3id.org/lmodel/nist-csf-v2
attributes:
  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: CSFProperty
    domain_of:
    - CSFPart
    - CSFProperty
    - Party
    range: string
  value:
    name: value
    description: Property value
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: value
    owner: CSFProperty
    domain_of:
    - CSFProperty
    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: CSFProperty
    domain_of:
    - CSFPart
    - CSFProperty
    range: string
  remarks:
    name: remarks
    description: Supplemental remarks on a property
    in_subset:
    - nist_csf_v2_catalog
    from_schema: https://w3id.org/lmodel/nist-csf-v2
    rank: 1000
    alias: remarks
    owner: CSFProperty
    domain_of:
    - CSFProperty
    range: string