Skip to content

Class: ReportingStandard

Reporting standard used or planned for the review report.

URI: revaise:ReportingStandard

```mermaid classDiagram class ReportingStandard click ReportingStandard href "../ReportingStandard/" ReportingStandard : reporting_standard_id

  ReportingStandard : reporting_standard_name

  ReportingStandard : reporting_standard_scope

  ReportingStandard : reporting_standard_status





    ReportingStandard --> "0..1" ReportingItemStatus : reporting_standard_status
    click ReportingItemStatus href "../ReportingItemStatus/"



  ReportingStandard : reporting_standard_uri

  ReportingStandard : reporting_standard_version

```

Slots

Name Cardinality and Range Description Inheritance
reporting_standard_id 0..1
String
Identifier for a reporting standard direct
reporting_standard_name 0..1
String
Name of the reporting standard direct
reporting_standard_version 0..1
String
Version of the reporting standard direct
reporting_standard_uri 0..1
Uri
URI for the reporting standard direct
reporting_standard_scope 0..1
String
Scope or applicability of the reporting standard direct
reporting_standard_status 0..1
ReportingItemStatus
Completion status for the reporting standard direct

Usages

used by used in type used
ReportingStage reporting_standards range ReportingStandard

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ReportingStandard
description: Reporting standard used or planned for the review report.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- reporting_standard_id
- reporting_standard_name
- reporting_standard_version
- reporting_standard_uri
- reporting_standard_scope
- reporting_standard_status

Induced

name: ReportingStandard
description: Reporting standard used or planned for the review report.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
attributes:
  reporting_standard_id:
    name: reporting_standard_id
    description: Identifier for a reporting standard
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStandard
    domain_of:
    - ReportingStandard
    range: string
  reporting_standard_name:
    name: reporting_standard_name
    description: Name of the reporting standard
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStandard
    domain_of:
    - ReportingStandard
    range: string
  reporting_standard_version:
    name: reporting_standard_version
    description: Version of the reporting standard
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStandard
    domain_of:
    - ReportingStandard
    range: string
  reporting_standard_uri:
    name: reporting_standard_uri
    description: URI for the reporting standard
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStandard
    domain_of:
    - ReportingStandard
    range: uri
  reporting_standard_scope:
    name: reporting_standard_scope
    description: Scope or applicability of the reporting standard
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStandard
    domain_of:
    - ReportingStandard
    range: string
  reporting_standard_status:
    name: reporting_standard_status
    description: Completion status for the reporting standard
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: ReportingStandard
    domain_of:
    - ReportingStandard
    range: ReportingItemStatus