Class: TextAnnotationResultSet
A collection of annotation results
URI: ann:TextAnnotationResultSet
classDiagram
class TextAnnotationResultSet
click TextAnnotationResultSet href "../TextAnnotationResultSet"
TextAnnotationResultSet : annotations
TextAnnotationResultSet --> "*" TextAnnotation : annotations
click TextAnnotation href "../TextAnnotation"
Slots
Name |
Cardinality and Range |
Description |
Inheritance |
---|---|---|---|
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
domain_of:
- TextAnnotationResultSet
range: TextAnnotation
multivalued: true
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
alias: annotations
owner: TextAnnotationResultSet
domain_of:
- TextAnnotationResultSet
range: TextAnnotation
multivalued: true
inlined: true