Class: Result

Abstract base class for any individual report result

  • NOTE: this is an abstract class and should not be instantiated directly

URI: vm:Result

classDiagram class Result Result <|-- ValidationResult Result <|-- MappingValidationResult Result <|-- RepairOperation

Inheritance

Slots

Name

Cardinality and Range

Description

Inheritance

Usages

used by

used in

type

used

Report

results

range

Result

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/validation_results

Mappings

Mapping Type

Mapped Value

self

vm:Result

native

vm:Result

LinkML Source

Direct

```yaml name: Result description: Abstract base class for any individual report result from_schema: https://w3id.org/linkml/validation_results abstract: true
</details>

### Induced

<details>
```yaml
name: Result
description: Abstract base class for any individual report result
from_schema: https://w3id.org/linkml/validation_results
abstract: true