Class: Task
An SSDF task within a practice
URI: nist_sp_800_218:Task
classDiagram
class Task
click Task href "../Task/"
IdentifiedElement <|-- Task
click IdentifiedElement href "../IdentifiedElement/"
Task : _class
Task --> "0..1" CatalogElementClassValue : _class
click CatalogElementClassValue href "../CatalogElementClassValue/"
Task : id
Task : links
Task --> "*" Link : links
click Link href "../Link/"
Task : parts
Task --> "*" Part : parts
click Part href "../Part/"
Task : props
Task --> "*" Property : props
click Property href "../Property/"
Task : title
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| 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 |
|---|---|---|---|
| Control | controls | range | Task |
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:Task |
| native | nist_sp_800_218:Task |
LinkML Source
Direct
name: Task
description: An SSDF task within a practice
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
is_a: IdentifiedElement
Induced
name: Task
description: An SSDF task within a practice
in_subset:
- nist_sp_800_218_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-218
is_a: IdentifiedElement
attributes:
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: Task
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: Task
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: Task
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: Task
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: Task
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: Task
domain_of:
- CatalogElement
range: Part
multivalued: true
inlined: true
inlined_as_list: true