Class: IdentifiedElement
A catalog element with required id, title, and optional class/label
URI: nist_sp_800_171:IdentifiedElement
classDiagram
class IdentifiedElement
click IdentifiedElement href "../IdentifiedElement/"
CatalogElement <|-- IdentifiedElement
click CatalogElement href "../CatalogElement/"
IdentifiedElement <|-- ControlGroup
click ControlGroup href "../ControlGroup/"
IdentifiedElement <|-- Control
click Control href "../Control/"
IdentifiedElement <|-- Parameter
click Parameter href "../Parameter/"
IdentifiedElement : _class
IdentifiedElement --> "0..1" CatalogElementClassValue : _class
click CatalogElementClassValue href "../CatalogElementClassValue/"
IdentifiedElement : id
IdentifiedElement : label
IdentifiedElement : links
IdentifiedElement --> "*" Link : links
click Link href "../Link/"
IdentifiedElement : parts
IdentifiedElement --> "*" Part : parts
click Part href "../Part/"
IdentifiedElement : props
IdentifiedElement --> "*" Property : props
click Property href "../Property/"
IdentifiedElement : title
Inheritance
- CatalogElement
- IdentifiedElement
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| title | 0..1 String |
Human-readable title | direct |
| _class | 0..1 CatalogElementClassValue |
Classification of a catalog element (e | direct |
| label | 0..1 String |
Human-readable label | 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 |
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:IdentifiedElement |
| native | nist_sp_800_171:IdentifiedElement |
LinkML Source
Direct
name: IdentifiedElement
description: A catalog element with required id, title, and optional class/label
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
is_a: CatalogElement
slots:
- title
- _class
- label
slot_usage:
name: _class
range: CatalogElementClassValue
Induced
name: IdentifiedElement
description: A catalog element with required id, title, and optional class/label
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: CatalogElementClassValue
attributes:
title:
name: title
description: Human-readable title
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: title
owner: IdentifiedElement
domain_of:
- Metadata
- Role
- Resource
- IdentifiedElement
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: IdentifiedElement
domain_of:
- IdentifiedElement
- Property
- Part
range: CatalogElementClassValue
label:
name: label
description: Human-readable label
in_subset:
- nist_sp_800_171r3_catalog
from_schema: https://w3id.org/lmodel/nist-sp-800-171
rank: 1000
alias: label
owner: IdentifiedElement
domain_of:
- IdentifiedElement
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: IdentifiedElement
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: IdentifiedElement
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: IdentifiedElement
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: IdentifiedElement
domain_of:
- CatalogElement
range: Part
multivalued: true
inlined: true
inlined_as_list: true