Skip to content

Class: QualityChecklist

Checklist for quality assessment

URI: revaise:QualityChecklist

```mermaid classDiagram class QualityChecklist click QualityChecklist href "../QualityChecklist/" QualityChecklist : checklist_id

  QualityChecklist : checklist_items





    QualityChecklist --> "*" ChecklistItem : checklist_items
    click ChecklistItem href "../ChecklistItem/"



  QualityChecklist : checklist_name

  QualityChecklist : checklist_version

  QualityChecklist : interpretation_guide

  QualityChecklist : scoring_method

```

Slots

Name Cardinality and Range Description Inheritance
checklist_id 1
String
Unique identifier for the checklist direct
checklist_name 1
String
Name of the checklist direct
checklist_version 0..1
String
Version of the checklist direct
checklist_items *
ChecklistItem
Items in the checklist direct
scoring_method 0..1
String
Method for scoring the checklist direct
interpretation_guide 0..1
String
Guide for interpreting scores direct

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

Mappings

Mapping Type Mapped Value
self revaise:QualityChecklist
native revaise:QualityChecklist

LinkML Source

Direct

name: QualityChecklist
description: Checklist for quality assessment
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- checklist_id
- checklist_name
- checklist_version
- checklist_items
- scoring_method
- interpretation_guide
slot_usage:
  checklist_id:
    name: checklist_id
    description: Unique identifier for the checklist
    identifier: true
    range: string
  checklist_name:
    name: checklist_name
    description: Name of the checklist
    range: string
    required: true
  checklist_version:
    name: checklist_version
    description: Version of the checklist
    range: string
  checklist_items:
    name: checklist_items
    description: Items in the checklist
    range: ChecklistItem
    multivalued: true
  scoring_method:
    name: scoring_method
    description: Method for scoring the checklist
    range: string
  interpretation_guide:
    name: interpretation_guide
    description: Guide for interpreting scores
    range: string

Induced

name: QualityChecklist
description: Checklist for quality assessment
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
  checklist_id:
    name: checklist_id
    description: Unique identifier for the checklist
    identifier: true
    range: string
  checklist_name:
    name: checklist_name
    description: Name of the checklist
    range: string
    required: true
  checklist_version:
    name: checklist_version
    description: Version of the checklist
    range: string
  checklist_items:
    name: checklist_items
    description: Items in the checklist
    range: ChecklistItem
    multivalued: true
  scoring_method:
    name: scoring_method
    description: Method for scoring the checklist
    range: string
  interpretation_guide:
    name: interpretation_guide
    description: Guide for interpreting scores
    range: string
attributes:
  checklist_id:
    name: checklist_id
    description: Unique identifier for the checklist
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    identifier: true
    owner: QualityChecklist
    domain_of:
    - QualityChecklist
    range: string
    required: true
  checklist_name:
    name: checklist_name
    description: Name of the checklist
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: QualityChecklist
    domain_of:
    - QualityChecklist
    range: string
    required: true
  checklist_version:
    name: checklist_version
    description: Version of the checklist
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: QualityChecklist
    domain_of:
    - QualityChecklist
    range: string
  checklist_items:
    name: checklist_items
    description: Items in the checklist
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: QualityChecklist
    domain_of:
    - QualityChecklist
    range: ChecklistItem
    multivalued: true
  scoring_method:
    name: scoring_method
    description: Method for scoring the checklist
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: QualityChecklist
    domain_of:
    - QualityChecklist
    range: string
  interpretation_guide:
    name: interpretation_guide
    description: Guide for interpreting scores
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: QualityChecklist
    domain_of:
    - QualityChecklist
    range: string