Skip to content

Class: IdentifiedSubject

Used to detail assessment subjects that were identified by this task.

URI: oscal:IdentifiedSubject

 classDiagram
    class IdentifiedSubject
    click IdentifiedSubject href "../IdentifiedSubject/"
      IdentifiedSubject : subject_placeholder_uuid

      IdentifiedSubject : subjects





        IdentifiedSubject --> "1..*" AssessmentSubject : subjects
        click AssessmentSubject href "../AssessmentSubject/"



Slots

Name Cardinality and Range Description Inheritance
subject_placeholder_uuid 1
UUIDType
A reference to an assessment subject placeholder defined in the assessment pl... direct
subjects 1..*
AssessmentSubject
Assessment subjects or subject references for this object direct

Usages

used by used in type used
RelatedTask identified_subject range IdentifiedSubject

In Subsets

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/oscal

Mappings

Mapping Type Mapped Value
self oscal:IdentifiedSubject
native oscal:IdentifiedSubject

LinkML Source

Direct

name: IdentifiedSubject
description: Used to detail assessment subjects that were identified by this task.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
slots:
- subject-placeholder-uuid
- subjects
slot_usage:
  subject-placeholder-uuid:
    name: subject-placeholder-uuid
    required: true
  subjects:
    name: subjects
    range: AssessmentSubject
    required: true

Induced

name: IdentifiedSubject
description: Used to detail assessment subjects that were identified by this task.
in_subset:
- assessment_common
from_schema: https://w3id.org/lmodel/oscal
slot_usage:
  subject-placeholder-uuid:
    name: subject-placeholder-uuid
    required: true
  subjects:
    name: subjects
    range: AssessmentSubject
    required: true
attributes:
  subject-placeholder-uuid:
    name: subject-placeholder-uuid
    description: A reference to an assessment subject placeholder defined in the assessment
      plan.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: subject_placeholder_uuid
    owner: IdentifiedSubject
    domain_of:
    - IdentifiedSubject
    range: UUIDType
    required: true
  subjects:
    name: subjects
    description: Assessment subjects or subject references for this object.
    from_schema: https://w3id.org/lmodel/oscal
    rank: 1000
    alias: subjects
    owner: IdentifiedSubject
    domain_of:
    - Task
    - AssociatedActivity
    - RelatedTask
    - IdentifiedSubject
    - Observation
    - MitigatingFactor
    - RequiredAsset
    range: AssessmentSubject
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true