Skip to content

Class: EnchantmentToken

A token that represents an enchantment that can be placed onto the battlefield by other effects.

URI: mtgo:EnchantmentToken

 classDiagram
    class EnchantmentToken
      AnyEnchantment <|-- EnchantmentToken
      Token <|-- EnchantmentToken

      EnchantmentToken : ability
      EnchantmentToken : artist
      EnchantmentToken : card_set
      EnchantmentToken : card_subtype
      EnchantmentToken : card_supertype
      EnchantmentToken : card_type
      EnchantmentToken : color
      EnchantmentToken : description
      EnchantmentToken : flavor_text
      EnchantmentToken : id
      EnchantmentToken : name
      EnchantmentToken : oracle_text
      EnchantmentToken : type_line

Inheritance

Slots

Name Cardinality and Range Description Inheritance
color 1..*
Color
The color of a card Token
card_set 0..1
xsd:string
A pool of cards released together and designed for the same play environment Token
ability 0..*
Ability
An ability associated with a card Token
artist 0..1
xsd:string
The artist who drew a card's illustration Token
flavor_text 0..1
xsd:string
The lore text at the bottom of a card Token
type_line 1..1
xsd:string
The text line below a card's illustration containing the card's type, subtype... Token
card_type 1..*
xsd:string
The text line below a card's illustration containing the card's type, subtype... Token
card_subtype 0..*
xsd:string
The subtype(s) of a card, such as Equipment, Cat or Warrior Token
card_supertype 0..*
xsd:string
The supertype(s) of a card, such as Basic, Legendary or Snow Token
oracle_text 0..1
xsd:string
The official wording for the card effects Token
id 1..1
xsd:anyURI
A unique identifier for a thing NamedThing
name 1..1
xsd:string
A human-readable name for a thing NamedThing
description 0..1
xsd:string
A human-readable description for a thing NamedThing

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: EnchantmentToken
description: A token that represents an enchantment that can be placed onto the battlefield
  by other effects.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
is_a: Token
mixins:
- AnyEnchantment
class_uri: mtgo:EnchantmentToken

Induced

name: EnchantmentToken
description: A token that represents an enchantment that can be placed onto the battlefield
  by other effects.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
is_a: Token
mixins:
- AnyEnchantment
attributes:
  color:
    name: color
    description: The color of a card.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:color
    multivalued: true
    alias: color
    owner: EnchantmentToken
    domain_of:
    - Token
    - Card
    - Mana
    range: Color
    required: true
  card_set:
    name: card_set
    description: A pool of cards released together and designed for the same play
      environment.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:card_set
    alias: card_set
    owner: EnchantmentToken
    domain_of:
    - Token
    - Card
    range: string
  ability:
    name: ability
    description: An ability associated with a card.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:ability
    multivalued: true
    alias: ability
    owner: EnchantmentToken
    domain_of:
    - Token
    - Card
    range: Ability
  artist:
    name: artist
    description: The artist who drew a card's illustration.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:artist
    alias: artist
    owner: EnchantmentToken
    domain_of:
    - Token
    - Card
    range: string
  flavor_text:
    name: flavor_text
    description: The lore text at the bottom of a card.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:flavor_text
    alias: flavor_text
    owner: EnchantmentToken
    domain_of:
    - Token
    - Card
    range: string
  type_line:
    name: type_line
    description: The text line below a card's illustration containing the card's type,
      subtype and supertype (if applicable).
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:type_line
    alias: type_line
    owner: EnchantmentToken
    domain_of:
    - Token
    - Card
    range: string
    required: true
  card_type:
    name: card_type
    description: The text line below a card's illustration containing the card's type,
      subtype and supertype (if applicable).
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:card_type
    multivalued: true
    alias: card_type
    owner: EnchantmentToken
    domain_of:
    - Token
    - Card
    range: string
    required: true
  card_subtype:
    name: card_subtype
    description: The subtype(s) of a card, such as Equipment, Cat or Warrior. Appears
      on the right of the type line.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:card_subtype
    multivalued: true
    alias: card_subtype
    owner: EnchantmentToken
    domain_of:
    - Token
    - Card
    range: string
  card_supertype:
    name: card_supertype
    description: The supertype(s) of a card, such as Basic, Legendary or Snow. Appears
      on the left of the type line, before the type.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:card_supertype
    multivalued: true
    alias: card_supertype
    owner: EnchantmentToken
    domain_of:
    - Token
    - Card
    range: string
  oracle_text:
    name: oracle_text
    description: The official wording for the card effects.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:oracle_text
    alias: oracle_text
    owner: EnchantmentToken
    domain_of:
    - Token
    - Card
    range: string
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: EnchantmentToken
    domain_of:
    - NamedThing
    - Thing
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: EnchantmentToken
    domain_of:
    - NamedThing
    range: string
    required: true
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: EnchantmentToken
    domain_of:
    - NamedThing
    range: string
class_uri: mtgo:EnchantmentToken