Skip to content

Class: Control

An SSDF practice containing tasks

URI: nist_sp_800_218:Control

 classDiagram
    class Control
    click Control href "../Control/"
      IdentifiedElement <|-- Control
        click IdentifiedElement href "../IdentifiedElement/"

      Control : _class





        Control --> "0..1" CatalogElementClassValue : _class
        click CatalogElementClassValue href "../CatalogElementClassValue/"



      Control : controls





        Control --> "*" Task : controls
        click Task href "../Task/"



      Control : id

      Control : links





        Control --> "*" Link : links
        click Link href "../Link/"



      Control : parts





        Control --> "*" Part : parts
        click Part href "../Part/"



      Control : props





        Control --> "*" Property : props
        click Property href "../Property/"



      Control : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
controls *
Task
List of practices or tasks direct
title 0..1
String
Human-readable title IdentifiedElement
_class 0..1
CatalogElementClassValue
Classification of a catalog element IdentifiedElement
id 0..1
String
Unique identifier for an element CatalogElement
props *
Property
List of properties CatalogElement
links *
Link
List of links and relationships CatalogElement
parts *
Part
Nested parts that provide prose and structure CatalogElement

Usages

used by used in type used
ControlGroup controls range Control

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/nist-sp-800-218

Mappings

Mapping Type Mapped Value
self nist_sp_800_218:Control
native nist_sp_800_218:Control

LinkML Source

Direct

name: Control
description: An SSDF practice containing tasks
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
is_a: IdentifiedElement
slots:
- controls
slot_usage:
  controls:
    name: controls
    range: Task

Induced

name: Control
description: An SSDF practice containing tasks
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
is_a: IdentifiedElement
slot_usage:
  controls:
    name: controls
    range: Task
attributes:
  controls:
    name: controls
    description: List of practices or tasks
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: controls
    owner: Control
    domain_of:
    - ControlGroup
    - Control
    range: Task
    multivalued: true
    inlined: true
    inlined_as_list: true
  title:
    name: title
    description: Human-readable title
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: title
    owner: Control
    domain_of:
    - Metadata
    - Role
    - Resource
    - IdentifiedElement
    range: string
  _class:
    name: _class
    description: Classification of a catalog element
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: class
    owner: Control
    domain_of:
    - IdentifiedElement
    range: CatalogElementClassValue
  id:
    name: id
    description: Unique identifier for an element
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: id
    owner: Control
    domain_of:
    - Role
    - CatalogElement
    range: string
  props:
    name: props
    description: List of properties
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: props
    owner: Control
    domain_of:
    - Metadata
    - CatalogElement
    range: Property
    multivalued: true
    inlined: true
    inlined_as_list: true
  links:
    name: links
    description: List of links and relationships
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: links
    owner: Control
    domain_of:
    - Metadata
    - CatalogElement
    range: Link
    multivalued: true
    inlined: true
    inlined_as_list: true
  parts:
    name: parts
    description: Nested parts that provide prose and structure
    in_subset:
    - nist_sp_800_218_catalog
    from_schema: https://w3id.org/lmodel/nist-sp-800-218
    rank: 1000
    alias: parts
    owner: Control
    domain_of:
    - CatalogElement
    range: Part
    multivalued: true
    inlined: true
    inlined_as_list: true