Skip to content

Class: AbilityCollection

A collection of abilities and associated concepts.

URI: mtgo:AbilityCollection

 classDiagram
    class AbilityCollection
      AbilityCollection : action_specifications
      AbilityCollection : activated_abilities
      AbilityCollection : conditions
      AbilityCollection : mana_costs
      AbilityCollection : time_specifications
      AbilityCollection : value_specifications

Slots

Name Cardinality and Range Description Inheritance
activated_abilities 0..*
ActivatedAbility
Activated abilities in the collection direct
conditions 0..*
RuleStatement
RuleStatements in the collection direct
mana_costs 0..*
ManaCost
Mana costs in the collection direct
value_specifications 0..*
ValueSpecification
Values in the collection direct
action_specifications 0..*
ActionSpecification
Action specifications in the collection direct
time_specifications 0..*
TimeSpecification
Time specifications in the collection direct

Identifier and Mapping Information

Schema Source

  • from schema: https://cmdoret.net/mtg_ontology/

Mappings

Mapping Type Mapped Value
self mtgo:AbilityCollection
native mtgo:AbilityCollection

LinkML Source

Direct

name: AbilityCollection
description: A collection of abilities and associated concepts.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
attributes:
  activated_abilities:
    name: activated_abilities
    description: Activated abilities in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    range: ActivatedAbility
    inlined: true
  conditions:
    name: conditions
    description: RuleStatements in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    range: RuleStatement
    inlined: true
  mana_costs:
    name: mana_costs
    description: Mana costs in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    range: ManaCost
    inlined: true
  value_specifications:
    name: value_specifications
    description: Values in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    range: ValueSpecification
    inlined: true
  action_specifications:
    name: action_specifications
    description: Action specifications in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    range: ActionSpecification
    inlined: true
  time_specifications:
    name: time_specifications
    description: Time specifications in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    range: TimeSpecification
    inlined: true
class_uri: mtgo:AbilityCollection
tree_root: true

Induced

name: AbilityCollection
description: A collection of abilities and associated concepts.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
attributes:
  activated_abilities:
    name: activated_abilities
    description: Activated abilities in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    alias: activated_abilities
    owner: AbilityCollection
    domain_of:
    - AbilityCollection
    range: ActivatedAbility
    inlined: true
  conditions:
    name: conditions
    description: RuleStatements in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    alias: conditions
    owner: AbilityCollection
    domain_of:
    - AbilityCollection
    range: RuleStatement
    inlined: true
  mana_costs:
    name: mana_costs
    description: Mana costs in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    alias: mana_costs
    owner: AbilityCollection
    domain_of:
    - AbilityCollection
    range: ManaCost
    inlined: true
  value_specifications:
    name: value_specifications
    description: Values in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    alias: value_specifications
    owner: AbilityCollection
    domain_of:
    - AbilityCollection
    range: ValueSpecification
    inlined: true
  action_specifications:
    name: action_specifications
    description: Action specifications in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    alias: action_specifications
    owner: AbilityCollection
    domain_of:
    - AbilityCollection
    range: ActionSpecification
    inlined: true
  time_specifications:
    name: time_specifications
    description: Time specifications in the collection.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    multivalued: true
    alias: time_specifications
    owner: AbilityCollection
    domain_of:
    - AbilityCollection
    range: TimeSpecification
    inlined: true
class_uri: mtgo:AbilityCollection
tree_root: true