Skip to content

Slot: value

Value corresponding to the assessment key.

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

Applicable Classes

Name Description Modifies Slot
AssessmentValue Key-value pair representing a specific value produced by a quality assessment. no

Properties

Type and Range

Property Value
Range Any or 
Decimal or 
Boolean or 
Integer or 
String
Domain Of AssessmentValue

Cardinality and Requirements

Property Value
Required Yes
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'decimal'}) - AnonymousSlotExpression({'range': 'boolean'}) - AnonymousSlotExpression({'range': 'integer'}) - AnonymousSlotExpression({'range': 'string'})

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/value
native https://w3id.org/fga-wg/schema/bundle/value

LinkML Source

name: value
description: Value corresponding to the assessment key.
from_schema: https://w3id.org/fga-wg/schema/bundle
rank: 1000
domain_of:
- AssessmentValue
range: Any
required: true
any_of:
- range: decimal
- range: boolean
- range: integer
- range: string