Skip to content

Class: Resource

A resource provided for the ISMS per Clause 7.1, including personnel, infrastructure, technology, and budget.

URI: iso27001:Resource

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

      Resource : allocated_to

      Resource : allocation_date

      Resource : availability_status

      Resource : cost

      Resource : created_date

      Resource : description

      Resource : id

      Resource : modified_date

      Resource : name

      Resource : quantity

      Resource : resource_type

      Resource : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
resource_type 0..1
String
Type of resource direct
quantity 0..1
String
Quantity of the resource direct
allocation_date 0..1
Date
Date the resource was allocated direct
allocated_to 0..1
String
What the resource is allocated to direct
cost 0..1
String
Cost of the resource direct
availability_status 0..1
String
Current availability of the resource 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 resources range Resource

In Subsets

Comments

  • Reference: ISO/IEC 27001:2022 Clause 7.1. ISO/IEC standards text is copyright ISO - not reproduced here.

Identifier and Mapping Information

Annotations

property value
iso27001_clause 7.1

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Resource
annotations:
  iso27001_clause:
    tag: iso27001_clause
    value: '7.1'
description: A resource provided for the ISMS per Clause 7.1, including personnel,
  infrastructure, technology, and budget.
comments:
- 'Reference: ISO/IEC 27001:2022 Clause 7.1. 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:
- resource_type
- quantity
- allocation_date
- allocated_to
- cost
- availability_status

Induced

name: Resource
annotations:
  iso27001_clause:
    tag: iso27001_clause
    value: '7.1'
description: A resource provided for the ISMS per Clause 7.1, including personnel,
  infrastructure, technology, and budget.
comments:
- 'Reference: ISO/IEC 27001:2022 Clause 7.1. 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:
  resource_type:
    name: resource_type
    description: Type of resource.
    examples:
    - value: personnel
    - value: technology
    - value: budget
    - value: infrastructure
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: resource_type
    owner: Resource
    domain_of:
    - Resource
    range: string
  quantity:
    name: quantity
    description: Quantity of the resource.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: quantity
    owner: Resource
    domain_of:
    - Resource
    range: string
  allocation_date:
    name: allocation_date
    description: Date the resource was allocated.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: allocation_date
    owner: Resource
    domain_of:
    - Resource
    range: date
  allocated_to:
    name: allocated_to
    description: What the resource is allocated to.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: allocated_to
    owner: Resource
    domain_of:
    - Resource
    range: string
  cost:
    name: cost
    description: Cost of the resource.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: cost
    owner: Resource
    domain_of:
    - Resource
    range: string
  availability_status:
    name: availability_status
    description: Current availability of the resource.
    from_schema: https://w3id.org/lmodel/iso27001
    rank: 1000
    alias: availability_status
    owner: Resource
    domain_of:
    - Resource
    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: Resource
    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: Resource
    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: Resource
    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: Resource
    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: Resource
    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: Resource
    domain_of:
    - NamedEntity
    range: string