Skip to content

Class: Thing

A generic grouping for any identifiable entity

URI: schema:Thing

 classDiagram
    class Thing
      Thing <|-- Spell
      Thing <|-- Cost
      Thing <|-- Mana
      Thing <|-- Ability
      Thing <|-- RuleStatement
      Thing <|-- Specification
      Thing <|-- TimeSpecification
      Thing <|-- Counter

      Thing : id

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self schema:Thing
native mtgo:Thing

LinkML Source

Direct

name: Thing
description: A generic grouping for any identifiable entity
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
slots:
- id
class_uri: schema:Thing

Induced

name: Thing
description: A generic grouping for any identifiable entity
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
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: Thing
    domain_of:
    - NamedThing
    - Thing
    range: uriorcurie
class_uri: schema:Thing