Class: AnyEnchantment
A permanent which applies persistent magical effects.
- NOTE: this is an abstract class and should not be instantiated directly
URI: mtgo:AnyEnchantment
classDiagram
class AnyEnchantment
Permanent <|-- AnyEnchantment
AnyEnchantment : description
AnyEnchantment : id
AnyEnchantment : name
AnyEnchantment <|-- Enchantment
AnyEnchantment <|-- EnchantmentToken
AnyEnchantment : description
AnyEnchantment : id
AnyEnchantment : name
Inheritance
- NamedThing
- Permanent
- AnyEnchantment
- Permanent
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
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:AnyEnchantment |
native | mtgo:AnyEnchantment |
LinkML Source
Direct
Induced
name: AnyEnchantment
description: A permanent which applies persistent magical effects.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
is_a: Permanent
abstract: true
attributes:
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: AnyEnchantment
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: AnyEnchantment
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: AnyEnchantment
domain_of:
- NamedThing
range: string
class_uri: mtgo:AnyEnchantment