Class: Part
Structured narrative part containing prose and optional nested parts. Used for statements, guidance, assessment-objectives, and assessment-methods.
URI: nist_sp_800_171:Part
classDiagram
class Part
click Part href "../Part/"
CatalogElement <|-- Part
click CatalogElement href "../CatalogElement/"
Part : _class
Part --> "0..1" PartClassValue : _class
click PartClassValue href "../PartClassValue/"
Part : id
Part : links
Part --> "*" Link : links
click Link href "../Link/"
Part : name
Part : parts
Part --> "*" Part : parts
click Part href "../Part/"
Part : props
Part --> "*" Property : props
click Property href "../Property/"
Part : prose
Inheritance
- CatalogElement
- Part
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| name | 0..1 String |
Name of a property, part, or party | direct |
| _class | 0..1 PartClassValue |
Classification of a catalog element (e | direct |
| prose | 0..1 String |
Free-text prose content | direct |
| 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 providing prose, statements, guidance, assessment objectives and... | CatalogElement |
Usages
| used by | used in | type | used |
|---|---|---|---|
| CatalogElement | parts | range | Part |
| IdentifiedElement | parts | range | Part |
| ControlGroup | parts | range | Part |
| Control | parts | range | Part |
| Parameter | parts | range | Part |
| Part | parts | range | Part |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/nist-sp-800-171
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | nist_sp_800_171:Part |
| native | nist_sp_800_171:Part |
LinkML Source
Direct
name: Part
description: Structured narrative part containing prose and optional nested parts.
Used for statements, guidance, assessment-objectives, and assessment-methods.
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
is_a: CatalogElement
slots:
- name
- _class
- prose
slot_usage:
name: _class
range: PartClassValue
Induced
name: Part
description: Structured narrative part containing prose and optional nested parts.
Used for statements, guidance, assessment-objectives, and assessment-methods.
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
is_a: CatalogElement
slot_usage:
name: _class
range: PartClassValue
attributes:
name:
name: name
description: Name of a property, part, or party
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: name
owner: Part
domain_of:
- Party
- Property
- Part
range: string
_class:
name: _class
description: Classification of a catalog element (e.g. family, requirement, security_requirement)
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: class
owner: Part
domain_of:
- IdentifiedElement
- Property
- Part
range: PartClassValue
prose:
name: prose
description: Free-text prose content
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: prose
owner: Part
domain_of:
- Guideline
- Part
range: string
id:
name: id
description: Unique identifier for an element
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: id
owner: Part
domain_of:
- Role
- CatalogElement
range: string
props:
name: props
description: List of properties
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: props
owner: Part
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_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: links
owner: Part
domain_of:
- Metadata
- CatalogElement
range: Link
multivalued: true
inlined: true
inlined_as_list: true
parts:
name: parts
description: Nested parts providing prose, statements, guidance, assessment objectives
and methods
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: parts
owner: Part
domain_of:
- CatalogElement
range: Part
multivalued: true
inlined: true
inlined_as_list: true