update
This commit is contained in:
parent
1fabcb304e
commit
cb6a6c7a48
|
@ -1 +0,0 @@
|
|||
- opposes [[CLM Example Claim]]
|
|
@ -1 +0,0 @@
|
|||
- supports [[CLM Example Claim]]
|
|
@ -1 +0,0 @@
|
|||
[[EVD Example Evidence]]
|
|
@ -1,3 +1,3 @@
|
|||
Here is more detail about the claim
|
||||
- informs [[QUE Example Question]]
|
||||
- informs [[{QUE} Example Question]]
|
||||
|
|
@ -0,0 +1 @@
|
|||
- opposes [[{CLM} Example Claim]]
|
|
@ -0,0 +1 @@
|
|||
- supports [[{CLM} Example Claim]]
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
This document is subject to adaptation as we experiment with new node and edge types.
|
||||
|
||||
# Node types
|
||||
|
||||
- QUE - Question
|
||||
- CLM - Claim
|
||||
- EVD - Evidence
|
||||
- SRC - Source
|
||||
- P - Post. For any node the doesn't match one of the types above.
|
||||
|
||||
All node names should be prefixed with {`type`}, e.g., `{SRC} Example Source`
|
||||
|
||||
# Edge types
|
||||
|
||||
- EVD or CLM Informs QUE
|
||||
- EVD Supports CLM
|
||||
- EVD Opposes CLM
|
||||
- SRC Contains EVD (optional - may be omitted since only one type of SRC-EVD edge possible)
|
||||
|
||||
All edges should conform to one of the following types, along with the source and target node types.
|
|
@ -0,0 +1 @@
|
|||
[[{EVD} Example Evidence]]
|
Loading…
Reference in New Issue