This commit is contained in:
Ronen Tamari 2023-07-31 16:51:13 -04:00
parent 1fabcb304e
commit cb6a6c7a48
9 changed files with 25 additions and 4 deletions

View File

@ -1 +0,0 @@
- opposes [[CLM Example Claim]]

View File

@ -1 +0,0 @@
- supports [[CLM Example Claim]]

View File

@ -1 +0,0 @@
[[EVD Example Evidence]]

View File

@ -1,3 +1,3 @@
Here is more detail about the claim
- informs [[QUE Example Question]]
- informs [[{QUE} Example Question]]

View File

@ -0,0 +1 @@
- opposes [[{CLM} Example Claim]]

View File

@ -0,0 +1 @@
- supports [[{CLM} Example Claim]]

View File

@ -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.

View File

@ -0,0 +1 @@
[[{EVD} Example Evidence]]