Skip to content

Class: AnnotationCollection

URI: [bican:AnnotationCollection](https://identifiers.org/brain-bican/vocab/AnnotationCollection)
classDiagram class AnnotationCollection click AnnotationCollection href "../AnnotationCollection/" AnnotationCollection : annotations AnnotationCollection --> "*" GeneAnnotation : annotations click GeneAnnotation href "../GeneAnnotation/" AnnotationCollection : genome_annotations AnnotationCollection --> "*" GenomeAnnotation : genome_annotations click GenomeAnnotation href "../GenomeAnnotation/" AnnotationCollection : genome_assemblies AnnotationCollection --> "*" GenomeAssembly : genome_assemblies click GenomeAssembly href "../GenomeAssembly/"
## Class Properties | Property | Value | | --- | --- | | Tree Root | Yes | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [annotations](annotations.md) | *
[GeneAnnotation](GeneAnnotation.md) | | direct | | [genome_annotations](genome_annotations.md) | *
[GenomeAnnotation](GenomeAnnotation.md) | | direct | | [genome_assemblies](genome_assemblies.md) | *
[GenomeAssembly](GenomeAssembly.md) | | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/brain-bican/bke-taxonomy ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | bican:AnnotationCollection | | native | bican:AnnotationCollection | ## LinkML Source ### Direct
name: AnnotationCollection
from_schema: https://w3id.org/brain-bican/bke-taxonomy
attributes:
  annotations:
    name: annotations
    from_schema: https://identifiers.org/brain-bican/genome-annotation-schema
    rank: 1000
    domain_of:
    - AnnotationCollection
    range: GeneAnnotation
    multivalued: true
    inlined_as_list: true
  genome_annotations:
    name: genome_annotations
    from_schema: https://identifiers.org/brain-bican/genome-annotation-schema
    rank: 1000
    domain_of:
    - AnnotationCollection
    range: GenomeAnnotation
    multivalued: true
    inlined_as_list: true
  genome_assemblies:
    name: genome_assemblies
    from_schema: https://identifiers.org/brain-bican/genome-annotation-schema
    rank: 1000
    domain_of:
    - AnnotationCollection
    range: GenomeAssembly
    multivalued: true
    inlined_as_list: true
tree_root: true

### Induced
name: AnnotationCollection
from_schema: https://w3id.org/brain-bican/bke-taxonomy
attributes:
  annotations:
    name: annotations
    from_schema: https://identifiers.org/brain-bican/genome-annotation-schema
    rank: 1000
    owner: AnnotationCollection
    domain_of:
    - AnnotationCollection
    range: GeneAnnotation
    multivalued: true
    inlined: true
    inlined_as_list: true
  genome_annotations:
    name: genome_annotations
    from_schema: https://identifiers.org/brain-bican/genome-annotation-schema
    rank: 1000
    owner: AnnotationCollection
    domain_of:
    - AnnotationCollection
    range: GenomeAnnotation
    multivalued: true
    inlined: true
    inlined_as_list: true
  genome_assemblies:
    name: genome_assemblies
    from_schema: https://identifiers.org/brain-bican/genome-annotation-schema
    rank: 1000
    owner: AnnotationCollection
    domain_of:
    - AnnotationCollection
    range: GenomeAssembly
    multivalued: true
    inlined: true
    inlined_as_list: true
tree_root: true