Class: TextAnnotationResultSet

A collection of annotation results

URI: ann:TextAnnotationResultSet

classDiagram class TextAnnotationResultSet TextAnnotationResultSet : annotations TextAnnotationResultSet --> TextAnnotation : annotations

Slots

Name

Cardinality and Range

Description

Inheritance

annotations

0..*
TextAnnotation

all annotations

direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/text_annotator

Mappings

Mapping Type

Mapped Value

self

ann:TextAnnotationResultSet

native

ann:TextAnnotationResultSet

LinkML Source

Direct

```yaml name: TextAnnotationResultSet description: A collection of annotation results from_schema: https://w3id.org/oak/text_annotator attributes: annotations: name: annotations description: all annotations from_schema: https://w3id.org/oak/text_annotator rank: 1000 multivalued: true domain_of: - TextAnnotationResultSet range: TextAnnotation inlined: true
</details>

### Induced

<details>
```yaml
name: TextAnnotationResultSet
description: A collection of annotation results
from_schema: https://w3id.org/oak/text_annotator
attributes:
  annotations:
    name: annotations
    description: all annotations
    from_schema: https://w3id.org/oak/text_annotator
    rank: 1000
    multivalued: true
    alias: annotations
    owner: TextAnnotationResultSet
    domain_of:
    - TextAnnotationResultSet
    range: TextAnnotation
    inlined: true