Class: AnyArtifact
A permanent representing a magical item, animated construct, or other objects and devices.
- NOTE: this is an abstract class and should not be instantiated directly
URI: mtgo:AnyArtifact
classDiagram
class AnyArtifact
Permanent <|-- AnyArtifact
AnyArtifact : description
AnyArtifact : id
AnyArtifact : name
AnyArtifact <|-- Artifact
AnyArtifact <|-- ArtifactToken
AnyArtifact : description
AnyArtifact : id
AnyArtifact : name
Inheritance
- NamedThing
- Permanent
- AnyArtifact
- 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:AnyArtifact |
native | mtgo:AnyArtifact |
LinkML Source
Direct
Induced
name: AnyArtifact
description: A permanent representing a magical item, animated construct, or other
objects and devices.
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: AnyArtifact
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: AnyArtifact
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: AnyArtifact
domain_of:
- NamedThing
range: string
class_uri: mtgo:AnyArtifact