Class: RollupGroup

URI: ontoassoc:RollupGroup

classDiagram class RollupGroup click RollupGroup href "../RollupGroup" RollupGroup : associations RollupGroup --> "*" Association : associations click Association href "../Association" RollupGroup : group_object RollupGroup : sub_groups RollupGroup --> "*" RollupGroup : sub_groups click RollupGroup href "../RollupGroup"

Slots

Name

Cardinality and Range

Description

Inheritance

group_object

0..1
Uriorcurie

An ontology entity that is the ancestor of the objects in the group’s

direct

sub_groups

*
RollupGroup

Container for groups within a rollup group

direct

associations

*
Association

A collection of associations

direct

Usages

used by

used in

type

used

RollupGroup

sub_groups

range

RollupGroup

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type

Mapped Value

self

ontoassoc:RollupGroup

native

ontoassoc:RollupGroup

LinkML Source

Direct

```yaml name: RollupGroup from_schema: https://w3id.org/oak/association slots: - group_object - sub_groups - associations
</details>

### Induced

<details>
```yaml
name: RollupGroup
from_schema: https://w3id.org/oak/association
attributes:
  group_object:
    name: group_object
    description: "An ontology entity that is the ancestor of the objects in the group's\
      \ \nassociations and sub-group associations."
    from_schema: https://w3id.org/oak/association
    rank: 1000
    slot_uri: rdf:object
    alias: group_object
    owner: RollupGroup
    domain_of:
    - RollupGroup
    range: uriorcurie
  sub_groups:
    name: sub_groups
    description: Container for groups within a rollup group.
    from_schema: https://w3id.org/oak/association
    rank: 1000
    alias: sub_groups
    owner: RollupGroup
    domain_of:
    - RollupGroup
    range: RollupGroup
    multivalued: true
    inlined: true
    inlined_as_list: true
  associations:
    name: associations
    description: A collection of associations
    from_schema: https://w3id.org/oak/association
    rank: 1000
    alias: associations
    owner: RollupGroup
    domain_of:
    - RollupGroup
    range: Association
    multivalued: true
    inlined: true
    inlined_as_list: true