Skip to content

Class: Counter

A counter, such as a +1/+1 counter.

URI: mtgo:Counter

 classDiagram
    class Counter
      Thing <|-- Counter

      Counter : id


      Counter <|-- PowerToughnessCounter
      Counter <|-- KeywordCounter

      Counter : id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
xsd:anyURI
A unique identifier for a thing Thing

See Also

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Counter
description: A counter, such as a +1/+1 counter.
from_schema: https://cmdoret.net/mtg_ontology/
see_also:
- mtg:counters
rank: 1000
is_a: Thing
class_uri: mtgo:Counter

Induced

name: Counter
description: A counter, such as a +1/+1 counter.
from_schema: https://cmdoret.net/mtg_ontology/
see_also:
- mtg:counters
rank: 1000
is_a: Thing
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: Counter
    domain_of:
    - NamedThing
    - Thing
    range: uriorcurie
class_uri: mtgo:Counter