Skip to content

Class: InterestedParty

A stakeholder whose needs and expectations are relevant to the ISMS per 4.2. Includes internal parties (employees, management) and external parties (customers, regulators, suppliers).

URI: iso27001:InterestedParty

 classDiagram
    class InterestedParty
    click InterestedParty href "../InterestedParty/"
      NamedEntity <|-- InterestedParty
        click NamedEntity href "../NamedEntity/"

      InterestedParty : communication_needs

      InterestedParty : contact_information

      InterestedParty : created_date

      InterestedParty : description

      InterestedParty : id

      InterestedParty : modified_date

      InterestedParty : name

      InterestedParty : party_type

      InterestedParty : relationship

      InterestedParty : requirements

      InterestedParty : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
party_type 0..1
String
Category of interested party direct
relationship 0..1
String
Nature of the relationship with the organization direct
requirements *
String
Requirements of the interested party direct
communication_needs 0..1
String
Communication requirements for this party direct
contact_information 0..1
String
Contact details for the party direct
id 1
Uriorcurie
Unique identifier for this entity instance NamedEntity
name 1
String
Human-readable name or title NamedEntity
description 0..1
String
Detailed description of the entity NamedEntity
created_date 0..1
Date
Date when the entity was created NamedEntity
modified_date 0..1
Date
Date when the entity was last modified NamedEntity
version 0..1
String
Version identifier for the entity NamedEntity

Usages

used by used in type used
InformationSecurityManagementSystem interested_parties range InterestedParty

In Subsets

Comments

  • Captures stakeholder needs and expectations relevant to ISMS scope
  • Requirements may include legal, regulatory, and contractual obligations
  • Relevant interested parties can have requirements related to climate change (Amd. 1:2024 Clause 4.2 Note 2)
  • Reference: ISO/IEC 27001:2022 Clause 4.2 and Amd. 1:2024. ISO/IEC standards text is copyright ISO - not reproduced here.

Identifier and Mapping Information

Annotations

property value
iso27001_clause 4.2
iso27001_amendment Amd. 1:2024

Schema Source

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

Mappings

Mapping Type Mapped Value
self iso27001:InterestedParty
native iso27001:InterestedParty

LinkML Source

Direct

name: InterestedParty
annotations:
  iso27001_clause:
    tag: iso27001_clause
    value: '4.2'
  iso27001_amendment:
    tag: iso27001_amendment
    value: Amd. 1:2024
description: A stakeholder whose needs and expectations are relevant to the ISMS per
  4.2. Includes internal parties (employees, management) and external parties (customers,
  regulators, suppliers).
comments:
- Captures stakeholder needs and expectations relevant to ISMS scope
- Requirements may include legal, regulatory, and contractual obligations
- Relevant interested parties can have requirements related to climate change (Amd.
  1:2024 Clause 4.2 Note 2)
- 'Reference: ISO/IEC 27001:2022 Clause 4.2 and Amd. 1:2024. ISO/IEC standards text
  is copyright ISO - not reproduced here.'
in_subset:
- isms_core
from_schema: https://w3id.org/lmodel/iso27001
is_a: NamedEntity
slots:
- party_type
- relationship
- requirements
- communication_needs
- contact_information

Induced

name: InterestedParty
annotations:
  iso27001_clause:
    tag: iso27001_clause
    value: '4.2'
  iso27001_amendment:
    tag: iso27001_amendment
    value: Amd. 1:2024
description: A stakeholder whose needs and expectations are relevant to the ISMS per
  4.2. Includes internal parties (employees, management) and external parties (customers,
  regulators, suppliers).
comments:
- Captures stakeholder needs and expectations relevant to ISMS scope
- Requirements may include legal, regulatory, and contractual obligations
- Relevant interested parties can have requirements related to climate change (Amd.
  1:2024 Clause 4.2 Note 2)
- 'Reference: ISO/IEC 27001:2022 Clause 4.2 and Amd. 1:2024. ISO/IEC standards text
  is copyright ISO - not reproduced here.'
in_subset:
- isms_core
from_schema: https://w3id.org/lmodel/iso27001
is_a: NamedEntity
attributes:
  party_type:
    name: party_type
    description: Category of interested party.
    examples:
    - value: internal
    - value: external
    - value: regulatory
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: party_type
    owner: InterestedParty
    domain_of:
    - InterestedParty
    range: string
  relationship:
    name: relationship
    description: Nature of the relationship with the organization.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: relationship
    owner: InterestedParty
    domain_of:
    - InterestedParty
    range: string
  requirements:
    name: requirements
    description: Requirements of the interested party.
    comments:
    - May include legal, regulatory, and contractual requirements
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: requirements
    owner: InterestedParty
    domain_of:
    - InterestedParty
    range: string
    multivalued: true
  communication_needs:
    name: communication_needs
    description: Communication requirements for this party.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: communication_needs
    owner: InterestedParty
    domain_of:
    - InterestedParty
    range: string
  contact_information:
    name: contact_information
    description: Contact details for the party.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: contact_information
    owner: InterestedParty
    domain_of:
    - InterestedParty
    range: string
  id:
    name: id
    description: Unique identifier for this entity instance.
    comments:
    - Should use consistent URI/CURIE format across the dataset
    examples:
    - value: iso27001:risk-001
    - value: iso27001:control-5.1
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    identifier: true
    alias: id
    owner: InterestedParty
    domain_of:
    - NamedEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: Human-readable name or title.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: name
    owner: InterestedParty
    domain_of:
    - NamedEntity
    range: string
    required: true
  description:
    name: description
    description: Detailed description of the entity.
    comments:
    - Should provide sufficient detail for understanding without external reference
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: description
    owner: InterestedParty
    domain_of:
    - NamedEntity
    range: string
  created_date:
    name: created_date
    description: Date when the entity was created.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: created_date
    owner: InterestedParty
    domain_of:
    - NamedEntity
    range: date
  modified_date:
    name: modified_date
    description: Date when the entity was last modified.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: modified_date
    owner: InterestedParty
    domain_of:
    - NamedEntity
    range: date
  version:
    name: version
    description: Version identifier for the entity.
    comments:
    - Supports document control requirements per 7.5.3 e)
    examples:
    - value: '1.0'
    - value: 2.3.1
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: version
    owner: InterestedParty
    domain_of:
    - NamedEntity
    range: string