Skip to content

Class: KeywordCounter

A counter that gives a some ability to a permanent.

URI: mtgo:KeywordCounter

 classDiagram
    class KeywordCounter
      Counter <|-- KeywordCounter

      KeywordCounter : ability_keyword
      KeywordCounter : id
      KeywordCounter : value_spec

Inheritance

Slots

Name Cardinality and Range Description Inheritance
ability_keyword 0..1
xsd:string
An ability keyword direct
value_spec 0..*
ValueSpecification
A specification for the value of a property direct
id 1..1
xsd:anyURI
A unique identifier for a thing Thing

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: KeywordCounter
description: A counter that gives a some ability to a permanent.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
is_a: Counter
slots:
- ability_keyword
- value_spec
class_uri: mtgo:KeywordCounter

Induced

name: KeywordCounter
description: A counter that gives a some ability to a permanent.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
is_a: Counter
attributes:
  ability_keyword:
    name: ability_keyword
    description: An ability keyword.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:ability_keyword
    alias: ability_keyword
    owner: KeywordCounter
    domain_of:
    - Ability
    - KeywordCounter
    range: string
    any_of:
    - range: AbilityKeyword
    - range: string
  value_spec:
    name: value_spec
    description: A specification for the value of a property.
    from_schema: https://cmdoret.net/mtg_ontology/
    rank: 1000
    slot_uri: mtgo:value_spec
    multivalued: true
    alias: value_spec
    owner: KeywordCounter
    domain_of:
    - RuleStatement
    - KeywordCounter
    range: ValueSpecification
  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: KeywordCounter
    domain_of:
    - NamedThing
    - Thing
    range: uriorcurie
class_uri: mtgo:KeywordCounter