Class: Argument
A node that can support or oppose another node
URI: mira:Argument
erDiagram
Argument {
}
Claim {
string content
datetime created
string format
datetime modified
string title
}
Container {
}
Item {
string content
string format
}
Question {
string content
datetime created
string format
datetime modified
string title
}
UserAccount {
string accountName
}
Argument ||--}o Claim : "opposes, supports"
Claim ||--|o Container : "has_container"
Claim ||--|o Item : "description"
Claim ||--}o Question : "addresses"
Claim ||--}o UserAccount : "creator"
Item ||--|o Container : "has_container"
Item ||--}o UserAccount : "creator"
Question ||--|o Container : "has_container"
Question ||--|o Item : "description"
Question ||--}o UserAccount : "creator"
Class Properties
Slots
Mixin Usage
Usages
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
mira:Argument |
| native |
mira:Argument |
LinkML Source
Direct
name: Argument
description: A node that can support or oppose another node
from_schema: http://purl.org/mira-science/mira#
rank: 1000
mixin: true
slots:
- supports
- opposes
class_uri: mira:Argument
Induced
name: Argument
description: A node that can support or oppose another node
from_schema: http://purl.org/mira-science/mira#
rank: 1000
mixin: true
attributes:
supports:
name: supports
title: Supports
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: Argument
slot_uri: mira:supports
owner: Argument
domain_of:
- Argument
subproperty_of: RelationDef
range: Claim
multivalued: true
opposes:
name: opposes
title: Opposes
from_schema: http://purl.org/mira-science/mira#
rank: 1000
domain: Argument
slot_uri: mira:opposes
owner: Argument
domain_of:
- Argument
subproperty_of: RelationDef
range: Claim
multivalued: true
class_uri: mira:Argument