From 8d1de0afc7570bff368ab147ef20017b05a4c325 Mon Sep 17 00:00:00 2001 From: Ronen Tamari Date: Wed, 2 Aug 2023 08:57:04 -0400 Subject: [PATCH] Update {P} Discourse Graph Grammar.md --- dgraph/{P} Discourse Graph Grammar.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dgraph/{P} Discourse Graph Grammar.md b/dgraph/{P} Discourse Graph Grammar.md index 4c11860..8d72b01 100644 --- a/dgraph/{P} Discourse Graph Grammar.md +++ b/dgraph/{P} Discourse Graph Grammar.md @@ -3,7 +3,7 @@ This document is subject to adaptation as we experiment with new node and edge t # Node types -- QUE - Question +- Q - Question - CLM - Claim - EVD - Evidence - SRC - Source @@ -12,10 +12,12 @@ This document is subject to adaptation as we experiment with new node and edge t All node names should be prefixed with {`type`}, e.g., `{SRC} Example Source` # Edge types +(based on https://oasislab.pubpub.org/pub/54t0y9mk#7c8st7en56) -- EVD or CLM Informs QUE -- EVD Supports CLM -- EVD Opposes CLM +- EVD or CLM Informs Q (for EVD created in response to an existing Q) +- EVD or CLM Generates Q (for EVD or CLM resulting in a new Q) +- EVD Support/Opposes CLM +- CLM Supports/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. \ No newline at end of file