Skip to content

Class: ResolutionStatistics

Statistics about conflict resolution

URI: revaise:ResolutionStatistics

```mermaid classDiagram class ResolutionStatistics click ResolutionStatistics href "../ResolutionStatistics/" ResolutionStatistics : average_resolution_time

  ResolutionStatistics : most_common_conflict_type





    ResolutionStatistics --> "0..1" ConflictType : most_common_conflict_type
    click ConflictType href "../ConflictType/"



  ResolutionStatistics : participant_agreement_matrix

  ResolutionStatistics : pending_conflicts

  ResolutionStatistics : resolution_methods_used





    ResolutionStatistics --> "*" ResolutionMethodCount : resolution_methods_used
    click ResolutionMethodCount href "../ResolutionMethodCount/"



  ResolutionStatistics : resolution_rate

  ResolutionStatistics : resolved_conflicts

  ResolutionStatistics : total_conflicts

```

Slots

Name Cardinality and Range Description Inheritance
total_conflicts 1
Integer
Total number of conflicts identified direct
resolved_conflicts 1
Integer
Number of conflicts resolved direct
pending_conflicts 0..1
Integer
Number of conflicts pending resolution direct
resolution_rate 0..1
Float
Proportion of conflicts resolved direct
average_resolution_time 0..1
Float
Average time to resolve conflicts in minutes direct
resolution_methods_used *
ResolutionMethodCount
Count of each resolution method used direct
most_common_conflict_type 0..1
ConflictType
Most frequently occurring conflict type direct
participant_agreement_matrix 0..1
String
Matrix showing agreement patterns between participants direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ResolutionStatistics
description: Statistics about conflict resolution
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
slots:
- total_conflicts
- resolved_conflicts
- pending_conflicts
- resolution_rate
- average_resolution_time
- resolution_methods_used
- most_common_conflict_type
- participant_agreement_matrix
slot_usage:
  total_conflicts:
    name: total_conflicts
    description: Total number of conflicts identified
    range: integer
    required: true
  resolved_conflicts:
    name: resolved_conflicts
    description: Number of conflicts resolved
    range: integer
    required: true
  pending_conflicts:
    name: pending_conflicts
    description: Number of conflicts pending resolution
    range: integer
  resolution_rate:
    name: resolution_rate
    description: Proportion of conflicts resolved
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  average_resolution_time:
    name: average_resolution_time
    description: Average time to resolve conflicts in minutes
    range: float
  resolution_methods_used:
    name: resolution_methods_used
    description: Count of each resolution method used
    range: ResolutionMethodCount
    multivalued: true
  most_common_conflict_type:
    name: most_common_conflict_type
    description: Most frequently occurring conflict type
    range: ConflictType
  participant_agreement_matrix:
    name: participant_agreement_matrix
    description: Matrix showing agreement patterns between participants
    range: string

Induced

name: ResolutionStatistics
description: Statistics about conflict resolution
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
slot_usage:
  total_conflicts:
    name: total_conflicts
    description: Total number of conflicts identified
    range: integer
    required: true
  resolved_conflicts:
    name: resolved_conflicts
    description: Number of conflicts resolved
    range: integer
    required: true
  pending_conflicts:
    name: pending_conflicts
    description: Number of conflicts pending resolution
    range: integer
  resolution_rate:
    name: resolution_rate
    description: Proportion of conflicts resolved
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  average_resolution_time:
    name: average_resolution_time
    description: Average time to resolve conflicts in minutes
    range: float
  resolution_methods_used:
    name: resolution_methods_used
    description: Count of each resolution method used
    range: ResolutionMethodCount
    multivalued: true
  most_common_conflict_type:
    name: most_common_conflict_type
    description: Most frequently occurring conflict type
    range: ConflictType
  participant_agreement_matrix:
    name: participant_agreement_matrix
    description: Matrix showing agreement patterns between participants
    range: string
attributes:
  total_conflicts:
    name: total_conflicts
    description: Total number of conflicts identified
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ResolutionStatistics
    domain_of:
    - ResolutionStatistics
    range: integer
    required: true
  resolved_conflicts:
    name: resolved_conflicts
    description: Number of conflicts resolved
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ResolutionStatistics
    domain_of:
    - ResolutionStatistics
    range: integer
    required: true
  pending_conflicts:
    name: pending_conflicts
    description: Number of conflicts pending resolution
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ResolutionStatistics
    domain_of:
    - ResolutionStatistics
    range: integer
  resolution_rate:
    name: resolution_rate
    description: Proportion of conflicts resolved
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ResolutionStatistics
    domain_of:
    - ResolutionStatistics
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  average_resolution_time:
    name: average_resolution_time
    description: Average time to resolve conflicts in minutes
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ResolutionStatistics
    domain_of:
    - ConflictPattern
    - ResolutionStatistics
    range: float
  resolution_methods_used:
    name: resolution_methods_used
    description: Count of each resolution method used
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ResolutionStatistics
    domain_of:
    - ResolutionStatistics
    range: ResolutionMethodCount
    multivalued: true
  most_common_conflict_type:
    name: most_common_conflict_type
    description: Most frequently occurring conflict type
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ResolutionStatistics
    domain_of:
    - ResolutionStatistics
    range: ConflictType
  participant_agreement_matrix:
    name: participant_agreement_matrix
    description: Matrix showing agreement patterns between participants
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ResolutionStatistics
    domain_of:
    - ResolutionStatistics
    range: string