Class: Permanent
A card or token that can be put onto the battlefield.
- NOTE: this is an abstract class and should not be instantiated directly
 
URI: mtgo:Permanent
 classDiagram
    class Permanent
      NamedThing <|-- Permanent
      Permanent : description
      Permanent : id
      Permanent : name
      Permanent <|-- Token
      Permanent <|-- AnyEnchantment
      Permanent <|-- AnyCreature
      Permanent <|-- AnyArtifact
      Permanent <|-- Land
      Permanent : description
      Permanent : id
      Permanent : name
Inheritance
- NamedThing
- 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 | 
See Also
Identifier and Mapping Information
Schema Source
- from schema: https://cmdoret.net/mtg_ontology/
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | mtgo:Permanent | 
| native | mtgo:Permanent | 
LinkML Source
Direct
Induced
name: Permanent
description: A card or token that can be put onto the battlefield.
from_schema: https://cmdoret.net/mtg_ontology/
see_also:
- mtg:Permanent
rank: 1000
is_a: NamedThing
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: Permanent
    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: Permanent
    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: Permanent
    domain_of:
    - NamedThing
    range: string
class_uri: mtgo:Permanent