Class: CardCollection
A collection of cards and associated costs.
URI: mtgo:CardCollection
classDiagram
class CardCollection
CardCollection : cards
CardCollection : costs
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
cards | 0..* Card |
Cards in the collection | direct |
costs | 0..* Cost |
Costs in the collection | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://cmdoret.net/mtg_ontology/
Mappings
Mapping Type | Mapped Value |
---|---|
self | mtgo:CardCollection |
native | mtgo:CardCollection |
LinkML Source
Direct
name: CardCollection
description: A collection of cards and associated costs.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
attributes:
cards:
name: cards
description: Cards in the collection.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
multivalued: true
range: Card
inlined: true
costs:
name: costs
description: Costs in the collection.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
multivalued: true
range: Cost
inlined: true
class_uri: mtgo:CardCollection
tree_root: true
Induced
name: CardCollection
description: A collection of cards and associated costs.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
attributes:
cards:
name: cards
description: Cards in the collection.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
multivalued: true
alias: cards
owner: CardCollection
domain_of:
- CardCollection
range: Card
inlined: true
costs:
name: costs
description: Costs in the collection.
from_schema: https://cmdoret.net/mtg_ontology/
rank: 1000
multivalued: true
alias: costs
owner: CardCollection
domain_of:
- CardCollection
range: Cost
inlined: true
class_uri: mtgo:CardCollection
tree_root: true