Skip to content

Class: AssessmentValue

Key-value pair representing a specific value produced by a quality assessment.

URI: https://w3id.org/fga-wg/schema/bundle/AssessmentValue

 classDiagram
    class AssessmentValue
    click AssessmentValue href "../AssessmentValue/"
      AssessmentValue : key

      AssessmentValue : value





        AssessmentValue --> "1" Any : value
        click Any href "../Any/"



Slots

Name Cardinality and Range Description Inheritance
key 1
String
Key/name of the assessment value. direct
value 1
Any or 
Decimal or 
Boolean or 
Integer or 
String
Value corresponding to the assessment key. direct

Usages

used by used in type used
QualityAssessment assessment_values any_of[range] AssessmentValue

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/fga-wg/schema/bundle

Mappings

Mapping Type Mapped Value
self https://w3id.org/fga-wg/schema/bundle/AssessmentValue
native https://w3id.org/fga-wg/schema/bundle/AssessmentValue

LinkML Source

Direct

name: AssessmentValue
description: Key-value pair representing a specific value produced by a quality assessment.
from_schema: https://w3id.org/fga-wg/schema/bundle
slots:
- key
- value

Induced

name: AssessmentValue
description: Key-value pair representing a specific value produced by a quality assessment.
from_schema: https://w3id.org/fga-wg/schema/bundle
attributes:
  key:
    name: key
    description: Key/name of the assessment value.
    from_schema: https://w3id.org/fga-wg/schema/bundle
    rank: 1000
    identifier: true
    owner: AssessmentValue
    domain_of:
    - AssessmentValue
    range: string
    required: true
  value:
    name: value
    description: Value corresponding to the assessment key.
    from_schema: https://w3id.org/fga-wg/schema/bundle
    rank: 1000
    owner: AssessmentValue
    domain_of:
    - AssessmentValue
    range: Any
    required: true
    any_of:
    - range: decimal
    - range: boolean
    - range: integer
    - range: string