<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://synthesis.jon-e.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KyleMacLaury</id>
	<title>Synthesis Infrastructures - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://synthesis.jon-e.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KyleMacLaury"/>
	<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/Special:Contributions/KyleMacLaury"/>
	<updated>2026-04-18T22:15:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1503</id>
		<title>Discourse Modeling</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1503"/>
		<updated>2022-11-25T18:01:54Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: /* Computation, Queries and Answers */ some thoughts on synthesis and discourse graphs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Group&lt;br /&gt;
|Decription=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
|Topics=Discourse Graphs, SPARQL&lt;br /&gt;
|Projects=Federated knowledge synthesis, Making Discourse Graphs Indexable &amp;amp; Discoverable&lt;br /&gt;
|Discord Channel Name=#discourse-modeling&lt;br /&gt;
|Discord Channel URL=https://discord.com/channels/1029514961782849607/1038988750677606432&lt;br /&gt;
|Facilitator=Karola Kirsanow&lt;br /&gt;
|Members=Karola Kirsanow, Konrad Hinsen, Kyle MacLaury, Peter Murray-Rust, Sam Klein&lt;br /&gt;
|Description=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
}}&lt;br /&gt;
== What are we discussing? ==&lt;br /&gt;
&lt;br /&gt;
It could be really valuable to try to prototype a &amp;quot;computable&amp;quot; synthesis of the knowledge in this workshop here in the wiki. One test of the &amp;quot;computability&amp;quot; would be to make it visualizable.&lt;br /&gt;
&lt;br /&gt;
Could have applications to the semantic climate setting that [[Peter Murray-Rust]] is working on.&lt;br /&gt;
&lt;br /&gt;
[[File:Results graph.png|thumb|the results graph - Matt Akamatsu's DG dialect for experimental science]]&lt;br /&gt;
&lt;br /&gt;
== Discourse Graphs ==&lt;br /&gt;
[[File:Discourse Graph.png|thumb|Discourse Graph (from Joel Chan)]]&lt;br /&gt;
We're focusing on implementing  [https://oasis-lab.gitbook.io/roamresearch-discourse-graph-extension/ the Discourse Graph Datamodel] in a wiki to see if we can make further progress on enabling and supporting synthesis, discovery, and dissemination by building upon models that  have already demonstrated success.&amp;lt;blockquote&amp;gt;From our chat yesterday: I'd like to propose adding &amp;lt;code&amp;gt;Axiom&amp;lt;/code&amp;gt;s and adding relationships to &amp;lt;code&amp;gt;Source&amp;lt;/code&amp;gt;s. Is there a way to do this on the oasis-lab spec?&amp;lt;/blockquote&amp;gt;[[File:The discourse graph quadruplet.png|thumb|The discourse graph quadruplet]]&lt;br /&gt;
&lt;br /&gt;
== Now you're playing with templates ==&lt;br /&gt;
* &amp;lt;tt&amp;gt;{{&amp;lt;/tt&amp;gt;&amp;lt;tt&amp;gt; [[:template:source|Source]]}} &amp;lt;/tt&amp;gt; template : URL, publisher, publisher-url, date, author, title&lt;br /&gt;
&lt;br /&gt;
{{source&lt;br /&gt;
| url = https://synthesis-infrastructures.wiki/Discourse_Modeling&lt;br /&gt;
| publisher = Synthesis Infrastructures wiki&lt;br /&gt;
| publisher-url = https://synthesis-infrastructures.wiki/index.php?title=Discourse_Modeling&lt;br /&gt;
| date = 2022-11-12&lt;br /&gt;
| author = Sj&lt;br /&gt;
| title = Discourse modeling templates}}&lt;br /&gt;
&lt;br /&gt;
* Claim : &lt;br /&gt;
* Axiom (?) :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:Category:Discourse graph templates|Discourse Graph templates]]&lt;br /&gt;
&lt;br /&gt;
== Potential Actions ==&lt;br /&gt;
* Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
** [[Making Discourse Graphs Indexable &amp;amp; Discoverable]] is a sub-project relevant to this group&lt;br /&gt;
* [[Incorporate models/algorithms into Semantic MediaWiki]]&lt;br /&gt;
* [[Access discourse and knowledge representations in the SMW instance]]&lt;br /&gt;
* Compute with the returned data&lt;br /&gt;
** potentially using models/algorithms from the wiki&lt;br /&gt;
* Visualize the results of the computation&lt;br /&gt;
* Publish the visualizations back to the SMW instance&lt;br /&gt;
* Assess suitability of Discourse Graphs for federation ([[Federated knowledge synthesis|Federated Knowledge Synthesis]])&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
Technical aspects of the project &lt;br /&gt;
* [[Semantic MediaWiki]]&lt;br /&gt;
** Front End&lt;br /&gt;
*** Embed CloudObjects from Wolfram Cloud&lt;br /&gt;
*** User chooses model and specifies input parameters&lt;br /&gt;
*** User applies model to input parameters &lt;br /&gt;
**** Call API that executes&lt;br /&gt;
** rdf database&lt;br /&gt;
*** [[SPARQL]] endpoint&lt;br /&gt;
* Wolfram Cloud&lt;br /&gt;
** Use [https://reference.wolfram.com/language/GraphStore/ref/SPARQLExecute.html SPARQLExecute] to call the SPARQL endpoint&lt;br /&gt;
** Apply Model to query results&lt;br /&gt;
** Publish visualizations as CloudObjects&lt;br /&gt;
** Publish API that executes model/algorithm&lt;br /&gt;
&lt;br /&gt;
== Workshop Goals ==&lt;br /&gt;
&lt;br /&gt;
# Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
## create templates for nodes&lt;br /&gt;
## understand how to type relationships&lt;br /&gt;
## prototype naming conventions&lt;br /&gt;
# Create a few example Discourse Graphs, drawing on content and conversations generated during the workshop&lt;br /&gt;
# Make the Discourse Graphs contained on the wiki visualizable and queryable through the Semantic Mediawiki SPARQL endpoint, as described above &lt;br /&gt;
# Document our process and create a guide to making wiki-supported Discourse Graphs&lt;br /&gt;
&lt;br /&gt;
== Progress as of Day 1 ==&lt;br /&gt;
&lt;br /&gt;
* We aligned on a workplan that largely harmonizes with the goals formulated before the workshop and integrates as many objectives from [[Making Discourse Graphs Indexable &amp;amp; Discoverable]]  and  [[Federated knowledge synthesis]] as feasible. &lt;br /&gt;
** We want to bootstrap a simple entrypoint into Discourse Graph construction, complete with example graphs, from a more familiar wiki environment. &lt;br /&gt;
** We hope to design a system that is compatible with later efforts at DG federation.&lt;br /&gt;
** We discussed the approaches to naming and conflict resolution employed by [https://anagora.org/agora an agora] and [https://everything2.com/?node=patriotism everything2].&lt;br /&gt;
* We decided to focus first on the problems of ''naming'' and  ''schemas''; beginning with designing templates for '''nodes''' and a wiki-friendly implementation of '''relations'''. &lt;br /&gt;
** We discussed the relative advantages and constraints of MW v SMW.&lt;br /&gt;
** We aligned on the criticality of naming to enable effective querying&lt;br /&gt;
** We decided that we should also develop names for frequent queries.&lt;br /&gt;
* We sketched a system for capturing and transforming conversations on this wiki into graphs, putting the &amp;quot;discourse&amp;quot; back into &amp;quot;Discourse Graphs&amp;quot;&lt;br /&gt;
** We made a first pass at designing templates for '''sources''', '''evidence''', '''claims''', and '''questions'''&lt;br /&gt;
** We discussed for the page relations enabled by SMW could be used to create DG edges.&lt;br /&gt;
* We annotated this page's [[Talk:Discourse Modeling|Discussion]] using simple DG syntax to experiment with transforming a &amp;quot;live&amp;quot; conversation into a DG&lt;br /&gt;
&lt;br /&gt;
== Progress as of Day 2 ==&lt;br /&gt;
&lt;br /&gt;
== Observations &amp;amp; Open Problems ==&lt;br /&gt;
&lt;br /&gt;
* We immediately realized that we had seen very few Discourse Graphs &amp;quot;in the wild&amp;quot;: the model makes intuitive sense in single player and small-group mode in Roam &amp;amp; Obsidian, but how gracefully will it scale to massively multiplayer synthesis?&lt;br /&gt;
** There are at least two possible models here: public-first writing in online mode (wiki, Roam) and local-first writing +push, probably via git. UX and conflict resolution will differ in these models.&lt;br /&gt;
* How to design with a federated future in mind?&lt;br /&gt;
** What does it mean for distinct graphs to share nodes? to &amp;quot;live&amp;quot; in adjacent namespaces?&lt;br /&gt;
* The challenge of using a wiki like git: simultaneous editing seems more cumbersome&lt;br /&gt;
* If creating templates is a large part of the work, more powerful text editing &amp;amp; transformation capabilities (e.g. sed, pandoc) seem in order&lt;br /&gt;
* Need to create a consistent way of sharing and editing templates - how do template changes propagate in a future federated system?&lt;br /&gt;
* Will graph visualization scale in a useful manner? How will traversal work?&lt;br /&gt;
* The relationship between naming and clustering: how do we name groups of related hypotheses? A family of experiments?&lt;br /&gt;
* Questions regarding feasible &amp;amp; appropriate levels of automation&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Relevant Projects and Ideas ==&lt;br /&gt;
&lt;br /&gt;
* [https://anagora.org/agora Agora]&lt;br /&gt;
* [https://everything2.com/ everything2]&lt;br /&gt;
* [https://cosma.graphlab.fr/en/ Cosma]&lt;br /&gt;
* Obsidian&lt;br /&gt;
* Roam&lt;br /&gt;
* Logseq&lt;br /&gt;
* [https://zettlr.com/ Zettlr]&lt;br /&gt;
* [https://tana.inc/ Tana]&lt;br /&gt;
* Kumu&lt;br /&gt;
* [https://discoursegraph.com The Discourse Graph Starter pack]&lt;br /&gt;
* [https://gtoolkit.com/components/lepiter/ Lepiter]&lt;br /&gt;
* [https://github.com/Massive-Wiki/massive-wiki Massive Wiki]&lt;br /&gt;
&lt;br /&gt;
==Example Discourse==&lt;br /&gt;
[[Why do we expect increased concentrations of atmospheric carbon dioxide to change the climate?]] &lt;br /&gt;
&lt;br /&gt;
==Example Discourse Graphs==&lt;br /&gt;
* [https://publish.obsidian.md/joelchan-notes/README Joel Chan's working notes]&lt;br /&gt;
* [https://civicdb.org/assertions/home CIViC] (Clinical Interpretation of Variance in Cancer]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
&lt;br /&gt;
[[Download SMW rdf data]]&lt;br /&gt;
&lt;br /&gt;
[[Import SMW .jsonld as RDFStore in Wolfram Language]]&lt;br /&gt;
&lt;br /&gt;
[[Example SPARQL queries in Wolfram Language]]&lt;br /&gt;
&lt;br /&gt;
[[Execute SPARQL query against RDFStore]]&lt;br /&gt;
&lt;br /&gt;
==Computation, Queries and Answers==&lt;br /&gt;
&lt;br /&gt;
What is the act of synthesis, and what does it have to do with discourse graphs?  &lt;br /&gt;
&lt;br /&gt;
Synthesis is the process by which one or more computational processes process the same set of information to generate a coherent understanding of (model of) the world.  The set of information in this case is the discourse graph, which contains  the information processed and shared in the act of attempting to answer a question, and information regarding the provenance of the information.    &lt;br /&gt;
&lt;br /&gt;
‘This is an epistemic process made perhaps most explicit by the scientific process, but it is generalizable  in the sense that it can be used to describe two farmers sharing observations about the weather, or two parallel processes within a question answering system sharing results to synthesize a single answer.  &lt;br /&gt;
&lt;br /&gt;
I suppose that this shouldn’t be surprising since since the discourse graph starts with a question, but the process that the discourse graph supports has much in common with query execution following an API call, but perhaps query execution that attempts to answer a question whose answer requires synthesis.   Perhaps a synthesis query? A query which returns multiple items of information (claims) that a computational process can synthesize to answer a question.  &lt;br /&gt;
&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
{{Message&lt;br /&gt;
|Author=joelchan86&lt;br /&gt;
|Avatar=https://cdn.discordapp.com/avatars/322545403876868096/6dd171845a7a4e30603d98ae510c77b8.png?size=1024&lt;br /&gt;
|Date Sent=22-11-10 15:55:39&lt;br /&gt;
|Channel=discourse graphs&lt;br /&gt;
|Text=we think the problem now is user-friendly tools and workfows that can create discourse graph structures, and have seen some exciting progress across a bunch of new user-facing &amp;quot;personal wikis&amp;quot;. but bridging from personal to communal is still a challenge, partially bc of tooling.&lt;br /&gt;
&lt;br /&gt;
this is why i'm excited about the [[Discourse Modeling]] idea, which i sort of understand as a way to try to instantiate something like [[Discourse Graphs]] into a wiki (bc wikis have a lot more in-built affordances for collaboration, such as edit histories, talk pages, etc.), which may hopefully lead to a lower barrier to entry for collaborative discourse graphing.&lt;br /&gt;
&lt;br /&gt;
a high hope is that we can develop a process that is easy enough to understand and implement that can then be applied to discourse graphing the IPCC or similarly large body of research on a focused, contentious, interdisciplinary topic.&lt;br /&gt;
&lt;br /&gt;
other examples include:&lt;br /&gt;
- effects of masks on community transmission (can't do decisive RCTs, need to synthesize)&lt;br /&gt;
- effects of social media on political (dys)function: (existing crowdsourced lit review here, in traditional narrative form: https://docs.google.com/document/d/1vVAtMCQnz8WVxtSNQev_e1cGmY9rnY96ecYuAj6C548/edit#)&lt;br /&gt;
|Link=https://discord.com/channels/1029514961782849607/1040214388554084372/1040293673851691059&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1496</id>
		<title>Discourse Modeling</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1496"/>
		<updated>2022-11-16T02:51:48Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Group&lt;br /&gt;
|Decription=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
|Topics=Discourse Graphs, SPARQL&lt;br /&gt;
|Projects=Federated knowledge synthesis, Making Discourse Graphs Indexable &amp;amp; Discoverable&lt;br /&gt;
|Discord Channel Name=#discourse-modeling&lt;br /&gt;
|Discord Channel URL=https://discord.com/channels/1029514961782849607/1038988750677606432&lt;br /&gt;
|Facilitator=Karola Kirsanow&lt;br /&gt;
|Members=Karola Kirsanow, Konrad Hinsen, Kyle MacLaury, Peter Murray-Rust, Sam Klein&lt;br /&gt;
|Description=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
}}&lt;br /&gt;
== What are we discussing? ==&lt;br /&gt;
&lt;br /&gt;
It could be really valuable to try to prototype a &amp;quot;computable&amp;quot; synthesis of the knowledge in this workshop here in the wiki. One test of the &amp;quot;computability&amp;quot; would be to make it visualizable.&lt;br /&gt;
&lt;br /&gt;
Could have applications to the semantic climate setting that [[Peter Murray-Rust]] is working on.&lt;br /&gt;
&lt;br /&gt;
[[File:Results graph.png|thumb|the results graph - Matt Akamatsu's DG dialect for experimental science]]&lt;br /&gt;
&lt;br /&gt;
== Discourse Graphs ==&lt;br /&gt;
[[File:Discourse Graph.png|thumb|Discourse Graph (from Joel Chan)]]&lt;br /&gt;
We're focusing on implementing  [https://oasis-lab.gitbook.io/roamresearch-discourse-graph-extension/ the Discourse Graph Datamodel] in a wiki to see if we can make further progress on enabling and supporting synthesis, discovery, and dissemination by building upon models that  have already demonstrated success.&amp;lt;blockquote&amp;gt;From our chat yesterday: I'd like to propose adding &amp;lt;code&amp;gt;Axiom&amp;lt;/code&amp;gt;s and adding relationships to &amp;lt;code&amp;gt;Source&amp;lt;/code&amp;gt;s. Is there a way to do this on the oasis-lab spec?&amp;lt;/blockquote&amp;gt;[[File:The discourse graph quadruplet.png|thumb|The discourse graph quadruplet]]&lt;br /&gt;
&lt;br /&gt;
== Now you're playing with templates ==&lt;br /&gt;
* &amp;lt;tt&amp;gt;{{&amp;lt;/tt&amp;gt;&amp;lt;tt&amp;gt; [[:template:source|Source]]}} &amp;lt;/tt&amp;gt; template : URL, publisher, publisher-url, date, author, title&lt;br /&gt;
&lt;br /&gt;
{{source&lt;br /&gt;
| url = https://synthesis-infrastructures.wiki/Discourse_Modeling&lt;br /&gt;
| publisher = Synthesis Infrastructures wiki&lt;br /&gt;
| publisher-url = https://synthesis-infrastructures.wiki/index.php?title=Discourse_Modeling&lt;br /&gt;
| date = 2022-11-12&lt;br /&gt;
| author = Sj&lt;br /&gt;
| title = Discourse modeling templates}}&lt;br /&gt;
&lt;br /&gt;
* Claim : &lt;br /&gt;
* Axiom (?) :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:Category:Discourse graph templates|Discourse Graph templates]]&lt;br /&gt;
&lt;br /&gt;
== Potential Actions ==&lt;br /&gt;
* Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
** [[Making Discourse Graphs Indexable &amp;amp; Discoverable]] is a sub-project relevant to this group&lt;br /&gt;
* [[Incorporate models/algorithms into Semantic MediaWiki]]&lt;br /&gt;
* [[Access discourse and knowledge representations in the SMW instance]]&lt;br /&gt;
* Compute with the returned data&lt;br /&gt;
** potentially using models/algorithms from the wiki&lt;br /&gt;
* Visualize the results of the computation&lt;br /&gt;
* Publish the visualizations back to the SMW instance&lt;br /&gt;
* Assess suitability of Discourse Graphs for federation ([[Federated knowledge synthesis|Federated Knowledge Synthesis]])&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
Technical aspects of the project &lt;br /&gt;
* [[Semantic MediaWiki]]&lt;br /&gt;
** Front End&lt;br /&gt;
*** Embed CloudObjects from Wolfram Cloud&lt;br /&gt;
*** User chooses model and specifies input parameters&lt;br /&gt;
*** User applies model to input parameters &lt;br /&gt;
**** Call API that executes&lt;br /&gt;
** rdf database&lt;br /&gt;
*** [[SPARQL]] endpoint&lt;br /&gt;
* Wolfram Cloud&lt;br /&gt;
** Use [https://reference.wolfram.com/language/GraphStore/ref/SPARQLExecute.html SPARQLExecute] to call the SPARQL endpoint&lt;br /&gt;
** Apply Model to query results&lt;br /&gt;
** Publish visualizations as CloudObjects&lt;br /&gt;
** Publish API that executes model/algorithm&lt;br /&gt;
&lt;br /&gt;
== Workshop Goals ==&lt;br /&gt;
&lt;br /&gt;
# Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
## create templates for nodes&lt;br /&gt;
## understand how to type relationships&lt;br /&gt;
## prototype naming conventions&lt;br /&gt;
# Create a few example Discourse Graphs, drawing on content and conversations generated during the workshop&lt;br /&gt;
# Make the Discourse Graphs contained on the wiki visualizable and queryable through the Semantic Mediawiki SPARQL endpoint, as described above &lt;br /&gt;
# Document our process and create a guide to making wiki-supported Discourse Graphs&lt;br /&gt;
&lt;br /&gt;
== Progress as of Day 1 ==&lt;br /&gt;
&lt;br /&gt;
* We aligned on a workplan that largely harmonizes with the goals formulated before the workshop and integrates as many objectives from [[Making Discourse Graphs Indexable &amp;amp; Discoverable]]  and  [[Federated knowledge synthesis]] as feasible. &lt;br /&gt;
** We want to bootstrap a simple entrypoint into Discourse Graph construction, complete with example graphs, from a more familiar wiki environment. &lt;br /&gt;
** We hope to design a system that is compatible with later efforts at DG federation.&lt;br /&gt;
** We discussed the approaches to naming and conflict resolution employed by [https://anagora.org/agora an agora] and [https://everything2.com/?node=patriotism everything2].&lt;br /&gt;
* We decided to focus first on the problems of ''naming'' and  ''schemas''; beginning with designing templates for '''nodes''' and a wiki-friendly implementation of '''relations'''. &lt;br /&gt;
** We discussed the relative advantages and constraints of MW v SMW.&lt;br /&gt;
** We aligned on the criticality of naming to enable effective querying&lt;br /&gt;
** We decided that we should also develop names for frequent queries.&lt;br /&gt;
* We sketched a system for capturing and transforming conversations on this wiki into graphs, putting the &amp;quot;discourse&amp;quot; back into &amp;quot;Discourse Graphs&amp;quot;&lt;br /&gt;
** We made a first pass at designing templates for '''sources''', '''evidence''', '''claims''', and '''questions'''&lt;br /&gt;
** We discussed for the page relations enabled by SMW could be used to create DG edges.&lt;br /&gt;
* We annotated this page's [[Talk:Discourse Modeling|Discussion]] using simple DG syntax to experiment with transforming a &amp;quot;live&amp;quot; conversation into a DG&lt;br /&gt;
&lt;br /&gt;
== Progress as of Day 2 ==&lt;br /&gt;
&lt;br /&gt;
== Observations &amp;amp; Open Problems ==&lt;br /&gt;
&lt;br /&gt;
* We immediately realized that we had seen very few Discourse Graphs &amp;quot;in the wild&amp;quot;: the model makes intuitive sense in single player and small-group mode in Roam &amp;amp; Obsidian, but how gracefully will it scale to massively multiplayer synthesis?&lt;br /&gt;
** There are at least two possible models here: public-first writing in online mode (wiki, Roam) and local-first writing +push, probably via git. UX and conflict resolution will differ in these models.&lt;br /&gt;
* How to design with a federated future in mind?&lt;br /&gt;
** What does it mean for distinct graphs to share nodes? to &amp;quot;live&amp;quot; in adjacent namespaces?&lt;br /&gt;
* The challenge of using a wiki like git: simultaneous editing seems more cumbersome&lt;br /&gt;
* If creating templates is a large part of the work, more powerful text editing &amp;amp; transformation capabilities (e.g. sed, pandoc) seem in order&lt;br /&gt;
* Need to create a consistent way of sharing and editing templates - how do template changes propagate in a future federated system?&lt;br /&gt;
* Will graph visualization scale in a useful manner? How will traversal work?&lt;br /&gt;
* The relationship between naming and clustering: how do we name groups of related hypotheses? A family of experiments?&lt;br /&gt;
* Questions regarding feasible &amp;amp; appropriate levels of automation&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Relevant Projects and Ideas ==&lt;br /&gt;
&lt;br /&gt;
* [https://anagora.org/agora Agora]&lt;br /&gt;
* [https://everything2.com/ everything2]&lt;br /&gt;
* [https://cosma.graphlab.fr/en/ Cosma]&lt;br /&gt;
* Obsidian&lt;br /&gt;
* Roam&lt;br /&gt;
* Logseq&lt;br /&gt;
* [https://zettlr.com/ Zettlr]&lt;br /&gt;
* [https://tana.inc/ Tana]&lt;br /&gt;
* Kumu&lt;br /&gt;
* [https://discoursegraph.com The Discourse Graph Starter pack]&lt;br /&gt;
* [https://gtoolkit.com/components/lepiter/ Lepiter]&lt;br /&gt;
* [https://github.com/Massive-Wiki/massive-wiki Massive Wiki]&lt;br /&gt;
&lt;br /&gt;
==Example Discourse==&lt;br /&gt;
[[Why do we expect increased concentrations of atmospheric carbon dioxide to change the climate?]] &lt;br /&gt;
&lt;br /&gt;
==Example Discourse Graphs==&lt;br /&gt;
* [https://publish.obsidian.md/joelchan-notes/README Joel Chan's working notes]&lt;br /&gt;
* [https://civicdb.org/assertions/home CIViC] (Clinical Interpretation of Variance in Cancer]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
&lt;br /&gt;
[[Download SMW rdf data]]&lt;br /&gt;
&lt;br /&gt;
[[Import SMW .jsonld as RDFStore in Wolfram Language]]&lt;br /&gt;
&lt;br /&gt;
[[Example SPARQL queries in Wolfram Language]]&lt;br /&gt;
&lt;br /&gt;
[[Execute SPARQL query against RDFStore]]&lt;br /&gt;
&lt;br /&gt;
==Computation, Queries and Answers==&lt;br /&gt;
&lt;br /&gt;
I suppose that this shouldn’t be surprising since since the discourse graph starts with a question, but the process described by the discourse graph describes a form of query execution.   Perhaps a synthesis query? A query which returns multiple items of information (claims) that a computational process can synthesize to answer a question.  &lt;br /&gt;
&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
{{Message&lt;br /&gt;
|Author=joelchan86&lt;br /&gt;
|Avatar=https://cdn.discordapp.com/avatars/322545403876868096/6dd171845a7a4e30603d98ae510c77b8.png?size=1024&lt;br /&gt;
|Date Sent=22-11-10 15:55:39&lt;br /&gt;
|Channel=discourse graphs&lt;br /&gt;
|Text=we think the problem now is user-friendly tools and workfows that can create discourse graph structures, and have seen some exciting progress across a bunch of new user-facing &amp;quot;personal wikis&amp;quot;. but bridging from personal to communal is still a challenge, partially bc of tooling.&lt;br /&gt;
&lt;br /&gt;
this is why i'm excited about the [[Discourse Modeling]] idea, which i sort of understand as a way to try to instantiate something like [[Discourse Graphs]] into a wiki (bc wikis have a lot more in-built affordances for collaboration, such as edit histories, talk pages, etc.), which may hopefully lead to a lower barrier to entry for collaborative discourse graphing.&lt;br /&gt;
&lt;br /&gt;
a high hope is that we can develop a process that is easy enough to understand and implement that can then be applied to discourse graphing the IPCC or similarly large body of research on a focused, contentious, interdisciplinary topic.&lt;br /&gt;
&lt;br /&gt;
other examples include:&lt;br /&gt;
- effects of masks on community transmission (can't do decisive RCTs, need to synthesize)&lt;br /&gt;
- effects of social media on political (dys)function: (existing crowdsourced lit review here, in traditional narrative form: https://docs.google.com/document/d/1vVAtMCQnz8WVxtSNQev_e1cGmY9rnY96ecYuAj6C548/edit#)&lt;br /&gt;
|Link=https://discord.com/channels/1029514961782849607/1040214388554084372/1040293673851691059&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Execute_SPARQL_query_against_RDFStore&amp;diff=1487</id>
		<title>Execute SPARQL query against RDFStore</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Execute_SPARQL_query_against_RDFStore&amp;diff=1487"/>
		<updated>2022-11-15T03:06:32Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Added SPARQL Queries&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:SemiWiki Queries.pdf|thumb|Example SPARQL Queries]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=File:SemiWiki_Queries.pdf&amp;diff=1486</id>
		<title>File:SemiWiki Queries.pdf</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=File:SemiWiki_Queries.pdf&amp;diff=1486"/>
		<updated>2022-11-15T03:05:30Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Example SPARQL Queries&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Category:Question&amp;diff=1464</id>
		<title>Category:Question</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Category:Question&amp;diff=1464"/>
		<updated>2022-11-13T21:13:54Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Discourse graph templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PageSchema&amp;gt;&lt;br /&gt;
  &amp;lt;pageforms_Form name=&amp;quot;Question&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;CreateTitle&amp;gt;Ask Question&amp;lt;/CreateTitle&amp;gt;&lt;br /&gt;
    &amp;lt;EditTitle&amp;gt;Edit Question&amp;lt;/EditTitle&amp;gt;&lt;br /&gt;
    &amp;lt;standardInputs inputFreeText=&amp;quot;1&amp;quot; freeTextLabel=&amp;quot;Free text&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/pageforms_Form&amp;gt;&lt;br /&gt;
  &amp;lt;Template name=&amp;quot;Question&amp;quot; format=&amp;quot;standard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pageforms_TemplateDetails/&amp;gt;&lt;br /&gt;
    &amp;lt;semanticmediawiki_ConnectingProperty name=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;question&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Question&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;textarea&amp;lt;/InputType&amp;gt;&lt;br /&gt;
        &amp;lt;Description&amp;gt;Text of the question&amp;lt;/Description&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Text&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;informedBy&amp;quot; list=&amp;quot;list&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;informed by&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;author&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Author&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
  &amp;lt;/Template&amp;gt;&lt;br /&gt;
&amp;lt;/PageSchema&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Category:Source&amp;diff=1463</id>
		<title>Category:Source</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Category:Source&amp;diff=1463"/>
		<updated>2022-11-13T21:12:13Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;PageSchema&amp;gt;&lt;br /&gt;
  &amp;lt;pageforms_Form name=&amp;quot;Source&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;standardInputs inputFreeText=&amp;quot;1&amp;quot; freeTextLabel=&amp;quot;Free text&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/pageforms_Form&amp;gt;&lt;br /&gt;
  &amp;lt;Template name=&amp;quot;Source&amp;quot; format=&amp;quot;standard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pageforms_TemplateDetails/&amp;gt;&lt;br /&gt;
    &amp;lt;semanticmediawiki_ConnectingProperty name=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput/&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;author&amp;quot; list=&amp;quot;list&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Author&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;date&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Date&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;datepicker&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Date&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;title&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Title&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;publisher-url&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;publisher-url&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Text&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;publisher&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Publisher&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
  &amp;lt;/Template&amp;gt;&lt;br /&gt;
&amp;lt;/PageSchema&amp;gt;This is the Source category.&lt;br /&gt;
&lt;br /&gt;
[[Category:Discourse graph templates]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Category:Evidence&amp;diff=1462</id>
		<title>Category:Evidence</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Category:Evidence&amp;diff=1462"/>
		<updated>2022-11-13T21:00:47Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Discourse graph templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PageSchema&amp;gt;&lt;br /&gt;
  &amp;lt;pageforms_Form name=&amp;quot;Evidence&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;standardInputs inputFreeText=&amp;quot;1&amp;quot; freeTextLabel=&amp;quot;Free text&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/pageforms_Form&amp;gt;&lt;br /&gt;
  &amp;lt;Template name=&amp;quot;Evidence&amp;quot; format=&amp;quot;standard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pageforms_TemplateDetails/&amp;gt;&lt;br /&gt;
    &amp;lt;semanticmediawiki_ConnectingProperty name=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;source&amp;quot; list=&amp;quot;list&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Source&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;evidence&amp;quot; display=&amp;quot;nonempty&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Evidence&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput/&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Text&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;supportsClaim&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;text with autocomplete&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Record&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
  &amp;lt;/Template&amp;gt;&lt;br /&gt;
&amp;lt;/PageSchema&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Category:Claim&amp;diff=1461</id>
		<title>Category:Claim</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Category:Claim&amp;diff=1461"/>
		<updated>2022-11-13T20:54:37Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Discourse graph templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PageSchema&amp;gt;&lt;br /&gt;
  &amp;lt;pageforms_Form name=&amp;quot;Claim&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;Template name=&amp;quot;Claim&amp;quot; format=&amp;quot;standard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pageforms_TemplateDetails/&amp;gt;&lt;br /&gt;
    &amp;lt;semanticmediawiki_ConnectingProperty name=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;claim&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Claim&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;textarea&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Text&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;supports&amp;quot; list=&amp;quot;list&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;supports&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;supports&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;informs&amp;quot; list=&amp;quot;list&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;informs&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
  &amp;lt;/Template&amp;gt;&lt;br /&gt;
&amp;lt;/PageSchema&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1459</id>
		<title>Radiative Forcing</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1459"/>
		<updated>2022-11-13T20:50:03Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Claim]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1458</id>
		<title>Radiative Forcing</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1458"/>
		<updated>2022-11-13T20:49:44Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;[[Category:Claim]]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1457</id>
		<title>Radiative Forcing</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1457"/>
		<updated>2022-11-13T20:49:05Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Category:Claim&amp;diff=1456</id>
		<title>Category:Claim</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Category:Claim&amp;diff=1456"/>
		<updated>2022-11-13T20:48:08Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Discourse graph templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PageSchema&amp;gt;&lt;br /&gt;
  &amp;lt;pageforms_Form name=&amp;quot;Claim&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;standardInputs inputFreeText=&amp;quot;1&amp;quot; freeTextLabel=&amp;quot;Free text&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/pageforms_Form&amp;gt;&lt;br /&gt;
  &amp;lt;Template name=&amp;quot;Claim&amp;quot; format=&amp;quot;standard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pageforms_TemplateDetails/&amp;gt;&lt;br /&gt;
    &amp;lt;semanticmediawiki_ConnectingProperty name=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;claim&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Claim&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;textarea&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Text&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;supports&amp;quot; list=&amp;quot;list&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;supports&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;supports&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;informs&amp;quot; list=&amp;quot;list&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;informs&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
  &amp;lt;/Template&amp;gt;&lt;br /&gt;
&amp;lt;/PageSchema&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Category:Claim&amp;diff=1455</id>
		<title>Category:Claim</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Category:Claim&amp;diff=1455"/>
		<updated>2022-11-13T20:46:50Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Discourse graph templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PageSchema&amp;gt;&lt;br /&gt;
  &amp;lt;pageforms_Form name=&amp;quot;Claim&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;CreateTitle&amp;gt;Add claim&amp;lt;/CreateTitle&amp;gt;&lt;br /&gt;
    &amp;lt;EditTitle&amp;gt;Edit claim&amp;lt;/EditTitle&amp;gt;&lt;br /&gt;
    &amp;lt;standardInputs inputFreeText=&amp;quot;1&amp;quot; freeTextLabel=&amp;quot;Free text&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/pageforms_Form&amp;gt;&lt;br /&gt;
  &amp;lt;Template name=&amp;quot;Claim&amp;quot; format=&amp;quot;standard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pageforms_TemplateDetails/&amp;gt;&lt;br /&gt;
    &amp;lt;semanticmediawiki_ConnectingProperty name=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;claim&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Claim&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;textarea&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Text&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;supports&amp;quot; list=&amp;quot;list&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;supports&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;supports&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;informs&amp;quot; list=&amp;quot;list&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;informs&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;tokens&amp;lt;/InputType&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
  &amp;lt;/Template&amp;gt;&lt;br /&gt;
&amp;lt;/PageSchema&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Download_SMW_rdf_data&amp;diff=1432</id>
		<title>Download SMW rdf data</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Download_SMW_rdf_data&amp;diff=1432"/>
		<updated>2022-11-13T17:32:02Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Find link to conference instance on Discord&lt;br /&gt;
# Follow link to graphDB console&lt;br /&gt;
&lt;br /&gt;
[[File:GraphDB Dashboard.png|thumb]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Download_SMW_rdf_data&amp;diff=1430</id>
		<title>Download SMW rdf data</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Download_SMW_rdf_data&amp;diff=1430"/>
		<updated>2022-11-13T17:31:02Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Find link to conference instance on Discord&lt;br /&gt;
# Follow link to graphDB console&lt;br /&gt;
[[File:GraphDB Dashboard.png|thumb]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=File:GraphDB_Dashboard.png&amp;diff=1429</id>
		<title>File:GraphDB Dashboard.png</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=File:GraphDB_Dashboard.png&amp;diff=1429"/>
		<updated>2022-11-13T17:30:36Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;graphDB dashboard&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Source_of_evidence&amp;diff=1406</id>
		<title>Source of evidence</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Source_of_evidence&amp;diff=1406"/>
		<updated>2022-11-13T16:41:27Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Source]]&lt;br /&gt;
Name&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Source_of_evidence&amp;diff=1405</id>
		<title>Source of evidence</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Source_of_evidence&amp;diff=1405"/>
		<updated>2022-11-13T16:41:15Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Source]]&lt;br /&gt;
[[Template:Source]]&lt;br /&gt;
Name&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Example_SPARQL_queries_in_Wolfram_Language&amp;diff=1403</id>
		<title>Example SPARQL queries in Wolfram Language</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Example_SPARQL_queries_in_Wolfram_Language&amp;diff=1403"/>
		<updated>2022-11-13T16:30:58Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This code transforms the string SPARQL query into  a Wolfram Language SPARQLQuery.&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
ImportString[&lt;br /&gt;
 &amp;quot;SELECT?subject?predicate?object&lt;br /&gt;
WHERE {?subject ?predicate ?object .}&amp;quot;,&lt;br /&gt;
 &amp;quot;SPARQLQuery&amp;quot;]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;The query below is the Wolfram Language representation of the query above,&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
query = SPARQLQuery[&lt;br /&gt;
  SPARQLSelect[{RDFTriple[SPARQLVariable[&amp;quot;subject&amp;quot;], &lt;br /&gt;
      SPARQLVariable[&amp;quot;predicate&amp;quot;], SPARQLVariable[&amp;quot;object&amp;quot;]]}]/*&lt;br /&gt;
   SPARQLProject[{&amp;quot;subject&amp;quot;, &amp;quot;predicate&amp;quot;, &amp;quot;object&amp;quot;}]]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;This code executes the query above agains the semiWiki RDFStore created in [[Import SMW .jsonld as RDFStore in Wolfram Language]]&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
SPARQLExecute[semiWiki, query]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Import_SMW_.jsonld_as_RDFStore_in_Wolfram_Language&amp;diff=1401</id>
		<title>Import SMW .jsonld as RDFStore in Wolfram Language</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Import_SMW_.jsonld_as_RDFStore_in_Wolfram_Language&amp;diff=1401"/>
		<updated>2022-11-13T16:24:06Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
A .jsonld file  imported into the Wolfram Language results in an RDFStore object.&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
semiWiki = Import[&amp;quot;/Users/kylemaclaury/Downloads/statements.jsonld&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[File:Screen Shot 2022-11-13 at 11.10.58 AM.png|thumb]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Example_SPARQL_queries_in_Wolfram_Language&amp;diff=1400</id>
		<title>Example SPARQL queries in Wolfram Language</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Example_SPARQL_queries_in_Wolfram_Language&amp;diff=1400"/>
		<updated>2022-11-13T16:21:41Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
ImportString[&lt;br /&gt;
 &amp;quot;SELECT?subject?predicate?object&lt;br /&gt;
WHERE {?subject ?predicate ?object .}&amp;quot;,&lt;br /&gt;
 &amp;quot;SPARQLQuery&amp;quot;]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
query = SPARQLQuery[&lt;br /&gt;
  SPARQLSelect[{RDFTriple[SPARQLVariable[&amp;quot;subject&amp;quot;], &lt;br /&gt;
      SPARQLVariable[&amp;quot;predicate&amp;quot;], SPARQLVariable[&amp;quot;object&amp;quot;]]}]/*&lt;br /&gt;
   SPARQLProject[{&amp;quot;subject&amp;quot;, &amp;quot;predicate&amp;quot;, &amp;quot;object&amp;quot;}]]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
SPARQLExecute[semiWiki, query]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Example_SPARQL_queries_in_Wolfram_Language&amp;diff=1397</id>
		<title>Example SPARQL queries in Wolfram Language</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Example_SPARQL_queries_in_Wolfram_Language&amp;diff=1397"/>
		<updated>2022-11-13T16:14:31Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Created page with &amp;quot;SPARQL&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SPARQL&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Import_SMW_.jsonld_as_RDFStore_in_Wolfram_Language&amp;diff=1395</id>
		<title>Import SMW .jsonld as RDFStore in Wolfram Language</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Import_SMW_.jsonld_as_RDFStore_in_Wolfram_Language&amp;diff=1395"/>
		<updated>2022-11-13T16:12:33Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
A .jsonld file  imported into the Wolfram Language results in an RDFStore object&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
import = Import[&amp;quot;/Users/kylemaclaury/Downloads/statements.jsonld&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[File:Screen Shot 2022-11-13 at 11.10.58 AM.png|thumb]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=File:Screen_Shot_2022-11-13_at_11.10.58_AM.png&amp;diff=1393</id>
		<title>File:Screen Shot 2022-11-13 at 11.10.58 AM.png</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=File:Screen_Shot_2022-11-13_at_11.10.58_AM.png&amp;diff=1393"/>
		<updated>2022-11-13T16:12:11Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;RDFStore&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Import_SMW_.jsonld_as_RDFStore_in_Wolfram_Language&amp;diff=1390</id>
		<title>Import SMW .jsonld as RDFStore in Wolfram Language</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Import_SMW_.jsonld_as_RDFStore_in_Wolfram_Language&amp;diff=1390"/>
		<updated>2022-11-13T16:10:21Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Created page with &amp;quot;A .jsonld file  imported into the Wolfram Language results in an RDFStore object&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt; import = Import[&amp;quot;/Users/kylemaclaury/Downloads/statements.jsonld&amp;quot;]  &amp;lt;/syntaxhighlight&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A .jsonld file  imported into the Wolfram Language results in an RDFStore object&amp;lt;syntaxhighlight lang=&amp;quot;mathematica&amp;quot;&amp;gt;&lt;br /&gt;
import = Import[&amp;quot;/Users/kylemaclaury/Downloads/statements.jsonld&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Download_SMW_rdf_data&amp;diff=1358</id>
		<title>Download SMW rdf data</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Download_SMW_rdf_data&amp;diff=1358"/>
		<updated>2022-11-13T14:49:19Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Created page with &amp;quot;# Find link to conference instance on Discord # Follow link to graphDB console #&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Find link to conference instance on Discord&lt;br /&gt;
# Follow link to graphDB console&lt;br /&gt;
#&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1352</id>
		<title>Discourse Modeling</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1352"/>
		<updated>2022-11-13T14:24:04Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: /* Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Group&lt;br /&gt;
|Decription=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
|Topics=Discourse Graphs, SPARQL&lt;br /&gt;
|Projects=Federated knowledge synthesis, Making Discourse Graphs Indexable &amp;amp; Discoverable&lt;br /&gt;
|Discord Channel Name=#discourse-modeling&lt;br /&gt;
|Discord Channel URL=https://discord.com/channels/1029514961782849607/1038988750677606432&lt;br /&gt;
|Facilitator=Karola Kirsanow&lt;br /&gt;
|Members=Karola Kirsanow, Konrad Hinsen, Kyle MacLaury, Peter Murray-Rust&lt;br /&gt;
|Description=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
}}&lt;br /&gt;
== What are we discussing? ==&lt;br /&gt;
&lt;br /&gt;
It could be really valuable to try to prototype a &amp;quot;computable&amp;quot; synthesis of the knowledge in this workshop here in the wiki. One test of the &amp;quot;computability&amp;quot; would be to make it visualizable.&lt;br /&gt;
&lt;br /&gt;
Could have applications to the semantic climate setting that [[Peter Murray-Rust]] is working on.&lt;br /&gt;
&lt;br /&gt;
[[File:Results graph.png|thumb|the results graph - Matt Akamatsu's DG dialect for experimental science]]&lt;br /&gt;
&lt;br /&gt;
== Discourse Graphs ==&lt;br /&gt;
[[File:Discourse Graph.png|thumb|Discourse Graph (from Joel Chan)]]&lt;br /&gt;
We're focusing on implementing  [https://oasis-lab.gitbook.io/roamresearch-discourse-graph-extension/ the Discourse Graph Datamodel] in a wiki to see if we can make further progress on enabling and supporting synthesis, discovery, and dissemination by building upon models that  have already demonstrated success.&lt;br /&gt;
[[File:The discourse graph quadruplet.png|thumb|The discourse graph quadruplet]]&lt;br /&gt;
&lt;br /&gt;
== Now you're playing with templates ==&lt;br /&gt;
* &amp;lt;tt&amp;gt;{{&amp;lt;/tt&amp;gt;&amp;lt;tt&amp;gt; [[:template:source|Source]]}} &amp;lt;/tt&amp;gt; template : URL, publisher, publisher-url, date, author, title&lt;br /&gt;
&lt;br /&gt;
{{source&lt;br /&gt;
| url = https://synthesis-infrastructures.wiki/Discourse_Modeling&lt;br /&gt;
| publisher = Synthesis Infrastructures wiki&lt;br /&gt;
| publisher-url = https://synthesis-infrastructures.wiki/index.php?title=Discourse_Modeling&lt;br /&gt;
| date = 2022-11-12&lt;br /&gt;
| author = Sj&lt;br /&gt;
| title = Discourse modeling templates}}&lt;br /&gt;
&lt;br /&gt;
* Claim : &lt;br /&gt;
* Axiom (?) :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:Category:Discourse graph templates|Discourse Graph templates]]&lt;br /&gt;
&lt;br /&gt;
== Potential Actions ==&lt;br /&gt;
* Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
** [[Making Discourse Graphs Indexable &amp;amp; Discoverable]] is a sub-project relevant to this group&lt;br /&gt;
* [[Incorporate models/algorithms into Semantic MediaWiki]]&lt;br /&gt;
* [[Access discourse and knowledge representations in the SMW instance]]&lt;br /&gt;
* Compute with the returned data&lt;br /&gt;
** potentially using models/algorithms from the wiki&lt;br /&gt;
* Visualize the results of the computation&lt;br /&gt;
* Publish the visualizations back to the SMW instance&lt;br /&gt;
* Assess suitability of Discourse Graphs for federation ([[Federated knowledge synthesis|Federated Knowledge Synthesis]])&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
Technical aspects of the project &lt;br /&gt;
* [[Semantic MediaWiki]]&lt;br /&gt;
** Front End&lt;br /&gt;
*** Embed CloudObjects from Wolfram Cloud&lt;br /&gt;
*** User chooses model and specifies input parameters&lt;br /&gt;
*** User applies model to input parameters &lt;br /&gt;
**** Call API that executes&lt;br /&gt;
** rdf database&lt;br /&gt;
*** [[SPARQL]] endpoint&lt;br /&gt;
* Wolfram Cloud&lt;br /&gt;
** Use [https://reference.wolfram.com/language/GraphStore/ref/SPARQLExecute.html SPARQLExecute] to call the SPARQL endpoint&lt;br /&gt;
** Apply Model to query results&lt;br /&gt;
** Publish visualizations as CloudObjects&lt;br /&gt;
** Publish API that executes model/algorithm&lt;br /&gt;
&lt;br /&gt;
== Workshop Goals ==&lt;br /&gt;
&lt;br /&gt;
# Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
## create templates for nodes&lt;br /&gt;
## understand how to type relationships&lt;br /&gt;
## prototype naming conventions&lt;br /&gt;
# Create a few example Discourse Graphs, drawing on content and conversations generated during the workshop&lt;br /&gt;
# Make the Discourse Graphs contained on the wiki visualizable and queryable through the Semantic Mediawiki SPARQL endpoint, as described above &lt;br /&gt;
# Document our process and create a guide to making wiki-supported Discourse Graphs&lt;br /&gt;
&lt;br /&gt;
== Progress as of Day 1 ==&lt;br /&gt;
&lt;br /&gt;
* We aligned on a workplan that largely harmonizes with the goals formulated before the workshop and integrates as many objectives from [[Making Discourse Graphs Indexable &amp;amp; Discoverable]]  and  [[Federated knowledge synthesis]] as feasible. &lt;br /&gt;
** We want to bootstrap a simple entrypoint into Discourse Graph construction, complete with example graphs, from a more familiar wiki environment. &lt;br /&gt;
** We hope to design a system that is compatible with later efforts at DG federation.&lt;br /&gt;
** We discussed the approaches to naming and conflict resolution employed by [https://anagora.org/agora an agora] and [https://everything2.com/?node=patriotism everything2].&lt;br /&gt;
* We decided to focus first on the problems of ''naming'' and  ''schemas''; beginning with designing templates for '''nodes''' and a wiki-friendly implementation of '''relations'''. &lt;br /&gt;
** We discussed the relative advantages and constraints of MW v SMW.&lt;br /&gt;
** We aligned on the criticality of naming to enable effective querying&lt;br /&gt;
** We decided that we should also develop names for frequent queries.&lt;br /&gt;
* We sketched a system for capturing and transforming conversations on this wiki into graphs, putting the &amp;quot;discourse&amp;quot; back into &amp;quot;Discourse Graphs&amp;quot;&lt;br /&gt;
** We made a first pass at designing templates for '''sources''', '''evidence''', '''claims''', and '''questions'''&lt;br /&gt;
** We discussed for the page relations enabled by SMW could be used to create DG edges.&lt;br /&gt;
* We annotated this page's [[Talk:Discourse Modeling|Discussion]] using simple DG syntax to experiment with transforming a &amp;quot;live&amp;quot; conversation into a DG&lt;br /&gt;
&lt;br /&gt;
== Progress as of Day 2 ==&lt;br /&gt;
&lt;br /&gt;
== Observations &amp;amp; Open Problems ==&lt;br /&gt;
&lt;br /&gt;
* We immediately realized that we had seen very few Discourse Graphs &amp;quot;in the wild&amp;quot;: the model makes intuitive sense in single player and small-group mode in Roam &amp;amp; Obsidian, but how gracefully will it scale to massively multiplayer synthesis?&lt;br /&gt;
** There are at least two possible models here: public-first writing in online mode (wiki, Roam) and local-first writing +push, probably via git. UX and conflict resolution will differ in these models.&lt;br /&gt;
* How to design with a federated future in mind?&lt;br /&gt;
** What does it mean for distinct graphs to share nodes? to &amp;quot;live&amp;quot; in adjacent namespaces?&lt;br /&gt;
* The challenge of using a wiki like git: simultaneous editing seems more cumbersome&lt;br /&gt;
* If creating templates is a large part of the work, more powerful text editing &amp;amp; transformation capabilities (e.g. sed, pandoc) seem in order&lt;br /&gt;
* Need to create a consistent way of sharing and editing templates - how do template changes propagate in a future federated system?&lt;br /&gt;
* Will graph visualization scale in a useful manner? How will traversal work?&lt;br /&gt;
* The relationship between naming and clustering: how do we name groups of related hypotheses? A family of experiments?&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Relevant Projects and Ideas ==&lt;br /&gt;
&lt;br /&gt;
* [https://anagora.org/agora Agora]&lt;br /&gt;
* [https://everything2.com/ everything2]&lt;br /&gt;
* [https://cosma.graphlab.fr/en/ Cosma]&lt;br /&gt;
* Obsidian&lt;br /&gt;
* Roam&lt;br /&gt;
* Logseq&lt;br /&gt;
* [https://zettlr.com/ Zettlr]&lt;br /&gt;
* Tana&lt;br /&gt;
* Kumu&lt;br /&gt;
* [https://discoursegraph.com The Discourse Graph Starter pack]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Discourse==&lt;br /&gt;
[[Why do we expect increased concentrations of atmospheric carbon dioxide to change the climate?]] &lt;br /&gt;
&lt;br /&gt;
==Example Discourse Graphs==&lt;br /&gt;
* [https://publish.obsidian.md/joelchan-notes/README Joel Chan's working notes]&lt;br /&gt;
* [https://civicdb.org/assertions/home CIViC] (Clinical Interpretation of Variance in Cancer]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
&lt;br /&gt;
[[Download SMW rdf data]]&lt;br /&gt;
&lt;br /&gt;
[[Import SMW .jsonld as RDFStore in Wolfram Language]]&lt;br /&gt;
&lt;br /&gt;
[[Example SPARQL queries in Wolfram Language]]&lt;br /&gt;
&lt;br /&gt;
[[Execute SPARQL query against RDFStore]]&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
{{Message&lt;br /&gt;
|Author=joelchan86&lt;br /&gt;
|Avatar=https://cdn.discordapp.com/avatars/322545403876868096/6dd171845a7a4e30603d98ae510c77b8.png?size=1024&lt;br /&gt;
|Date Sent=22-11-10 15:55:39&lt;br /&gt;
|Channel=discourse graphs&lt;br /&gt;
|Text=we think the problem now is user-friendly tools and workfows that can create discourse graph structures, and have seen some exciting progress across a bunch of new user-facing &amp;quot;personal wikis&amp;quot;. but bridging from personal to communal is still a challenge, partially bc of tooling.&lt;br /&gt;
&lt;br /&gt;
this is why i'm excited about the [[Discourse Modeling]] idea, which i sort of understand as a way to try to instantiate something like [[Discourse Graphs]] into a wiki (bc wikis have a lot more in-built affordances for collaboration, such as edit histories, talk pages, etc.), which may hopefully lead to a lower barrier to entry for collaborative discourse graphing.&lt;br /&gt;
&lt;br /&gt;
a high hope is that we can develop a process that is easy enough to understand and implement that can then be applied to discourse graphing the IPCC or similarly large body of research on a focused, contentious, interdisciplinary topic.&lt;br /&gt;
&lt;br /&gt;
other examples include:&lt;br /&gt;
- effects of masks on community transmission (can't do decisive RCTs, need to synthesize)&lt;br /&gt;
- effects of social media on political (dys)function: (existing crowdsourced lit review here, in traditional narrative form: https://docs.google.com/document/d/1vVAtMCQnz8WVxtSNQev_e1cGmY9rnY96ecYuAj6C548/edit#)&lt;br /&gt;
|Link=https://discord.com/channels/1029514961782849607/1040214388554084372/1040293673851691059&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1349</id>
		<title>Discourse Modeling</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1349"/>
		<updated>2022-11-13T14:19:37Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: added tools section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Group&lt;br /&gt;
|Decription=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
|Topics=Discourse Graphs, SPARQL&lt;br /&gt;
|Projects=Federated knowledge synthesis, Making Discourse Graphs Indexable &amp;amp; Discoverable&lt;br /&gt;
|Discord Channel Name=#discourse-modeling&lt;br /&gt;
|Discord Channel URL=https://discord.com/channels/1029514961782849607/1038988750677606432&lt;br /&gt;
|Facilitator=Karola Kirsanow&lt;br /&gt;
|Members=Karola Kirsanow, Konrad Hinsen, Kyle MacLaury, Peter Murray-Rust&lt;br /&gt;
|Description=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
}}&lt;br /&gt;
== What are we discussing? ==&lt;br /&gt;
&lt;br /&gt;
It could be really valuable to try to prototype a &amp;quot;computable&amp;quot; synthesis of the knowledge in this workshop here in the wiki. One test of the &amp;quot;computability&amp;quot; would be to make it visualizable.&lt;br /&gt;
&lt;br /&gt;
Could have applications to the semantic climate setting that [[Peter Murray-Rust]] is working on.&lt;br /&gt;
&lt;br /&gt;
[[File:Results graph.png|thumb|the results graph - Matt Akamatsu's DG dialect for experimental science]]&lt;br /&gt;
&lt;br /&gt;
== Discourse Graphs ==&lt;br /&gt;
[[File:Discourse Graph.png|thumb|Discourse Graph (from Joel Chan)]]&lt;br /&gt;
We're focusing on implementing [https://oasis-lab.gitbook.io/roamresearch-discourse-graph-extension/ Discourse Graphs] in a wiki to see if we can make further progress on enabling and supporting synthesis, discovery, and dissemination by building upon models that  have already demonstrated success.&lt;br /&gt;
[[File:The discourse graph quadruplet.png|thumb|The discourse graph quadruplet]]&lt;br /&gt;
&lt;br /&gt;
== Now you're playing with templates ==&lt;br /&gt;
* &amp;lt;tt&amp;gt;{{&amp;lt;/tt&amp;gt;&amp;lt;tt&amp;gt; [[:template:source|Source]]}} &amp;lt;/tt&amp;gt; template : URL, publisher, publisher-url, date, author, title&lt;br /&gt;
&lt;br /&gt;
{{source&lt;br /&gt;
| url = https://synthesis-infrastructures.wiki/Discourse_Modeling&lt;br /&gt;
| publisher = Synthesis Infrastructures wiki&lt;br /&gt;
| publisher-url = https://synthesis-infrastructures.wiki/index.php?title=Discourse_Modeling&lt;br /&gt;
| date = 2022-11-12&lt;br /&gt;
| author = Sj&lt;br /&gt;
| title = Discourse modeling templates}}&lt;br /&gt;
&lt;br /&gt;
* Claim : &lt;br /&gt;
* Axiom (?) :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[:Category:Discourse graph templates|Discourse Graph templates]]&lt;br /&gt;
&lt;br /&gt;
== Potential Actions ==&lt;br /&gt;
* Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
** [[Making Discourse Graphs Indexable &amp;amp; Discoverable]] is a sub-project relevant to this group&lt;br /&gt;
* [[Incorporate models/algorithms into Semantic MediaWiki]]&lt;br /&gt;
* [[Access discourse and knowledge representations in the SMW instance]]&lt;br /&gt;
* Compute with the returned data&lt;br /&gt;
** potentially using models/algorithms from the wiki&lt;br /&gt;
* Visualize the results of the computation&lt;br /&gt;
* Publish the visualizations back to the SMW instance&lt;br /&gt;
* Assess suitability of Discourse Graphs for federation ([[Federated knowledge synthesis|Federated Knowledge Synthesis]])&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
Technical aspects of the project &lt;br /&gt;
* [[Semantic MediaWiki]]&lt;br /&gt;
** Front End&lt;br /&gt;
*** Embed CloudObjects from Wolfram Cloud&lt;br /&gt;
*** User chooses model and specifies input parameters&lt;br /&gt;
*** User applies model to input parameters &lt;br /&gt;
**** Call API that executes&lt;br /&gt;
** rdf database&lt;br /&gt;
*** [[SPARQL]] endpoint&lt;br /&gt;
* Wolfram Cloud&lt;br /&gt;
** Use [https://reference.wolfram.com/language/GraphStore/ref/SPARQLExecute.html SPARQLExecute] to call the SPARQL endpoint&lt;br /&gt;
** Apply Model to query results&lt;br /&gt;
** Publish visualizations as CloudObjects&lt;br /&gt;
** Publish API that executes model/algorithm&lt;br /&gt;
&lt;br /&gt;
== Workshop Goals ==&lt;br /&gt;
&lt;br /&gt;
# Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
## create templates for nodes&lt;br /&gt;
## understand how to type relationships&lt;br /&gt;
## prototype naming conventions&lt;br /&gt;
# Create a few example Discourse Graphs, drawing on content and conversations generated during the workshop&lt;br /&gt;
# Make the Discourse Graphs contained on the wiki visualizable and queryable through the Semantic Mediawiki SPARQL endpoint, as described above &lt;br /&gt;
# Document our process and create a guide to making wiki-supported Discourse Graphs&lt;br /&gt;
&lt;br /&gt;
== Progress as of Day 1 ==&lt;br /&gt;
&lt;br /&gt;
* We aligned on a workplan that largely harmonizes with the goals formulated before the workshop and integrates as many objectives from [[Making Discourse Graphs Indexable &amp;amp; Discoverable]]  and  [[Federated knowledge synthesis]] as feasible. &lt;br /&gt;
** We want to bootstrap a simple entrypoint into Discourse Graph construction, complete with example graphs, from a more familiar wiki environment. &lt;br /&gt;
** We hope to design a system that is compatible with later efforts at DG federation.&lt;br /&gt;
** We discussed the approaches to naming and conflict resolution employed by [https://anagora.org/agora an agora] and [https://everything2.com/?node=patriotism everything2].&lt;br /&gt;
* We decided to focus first on the problems of ''naming'' and  ''schemas''; beginning with designing templates for '''nodes''' and a wiki-friendly implementation of '''relations'''. &lt;br /&gt;
** We discussed the relative advantages and constraints of MW v SMW.&lt;br /&gt;
** We aligned on the criticality of naming to enable effective querying&lt;br /&gt;
** We decided that we should also develop names for frequent queries.&lt;br /&gt;
* We sketched a system for capturing and transforming conversations on this wiki into graphs, putting the &amp;quot;discourse&amp;quot; back into &amp;quot;Discourse Graphs&amp;quot;&lt;br /&gt;
** We made a first pass at designing templates for '''sources''', '''evidence''', '''claims''', and '''questions'''&lt;br /&gt;
** We discussed for the page relations enabled by SMW could be used to create DG edges.&lt;br /&gt;
&lt;br /&gt;
== Progress as of Day 2 ==&lt;br /&gt;
&lt;br /&gt;
== Observations &amp;amp; Open Problems ==&lt;br /&gt;
&lt;br /&gt;
* We immediately realized that we had seen very few Discourse Graphs &amp;quot;in the wild&amp;quot;: the model makes intuitive sense in single player and small-group mode in Roam &amp;amp; Obsidian, but how gracefully will it scale to massively multiplayer synthesis?&lt;br /&gt;
** There are at least two possible models here: public-first writing in online mode (wiki, Roam) and local-first writing +push, probably via git. UX and conflict resolution will differ in these models.&lt;br /&gt;
* How to design with a federated future in mind?&lt;br /&gt;
** What does it mean for distinct graphs to share nodes? to &amp;quot;live&amp;quot; in adjacent namespaces?&lt;br /&gt;
* The challenge of using a wiki like git: simultaneous editing seems more cumbersome&lt;br /&gt;
* If creating templates is a large part of the work, more powerful text editing &amp;amp; transformation capabilities (e.g. sed, pandoc) seem in order&lt;br /&gt;
* Need to create a consistent way of sharing and editing templates - how do template changes propagate in a future federated system?&lt;br /&gt;
* Will graph visualization scale in a useful manner? How will traversal work?&lt;br /&gt;
* The relationship between naming and clustering: how do we name groups of related hypotheses? A family of experiments?&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Relevant Projects and Ideas ==&lt;br /&gt;
&lt;br /&gt;
* [https://anagora.org/agora Agora]&lt;br /&gt;
* [https://everything2.com/ everything2]&lt;br /&gt;
* [https://cosma.graphlab.fr/en/ Cosma]&lt;br /&gt;
* Obsidian&lt;br /&gt;
* Roam&lt;br /&gt;
* Logseq&lt;br /&gt;
* [https://zettlr.com/ Zettlr]&lt;br /&gt;
* Tana&lt;br /&gt;
* Kumu&lt;br /&gt;
* [https://discoursegraph.com The Discourse Graph Starter pack]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Discourse==&lt;br /&gt;
[[Why do we expect increased concentrations of atmospheric carbon dioxide to change the climate?]] &lt;br /&gt;
&lt;br /&gt;
==Example Discourse Graphs==&lt;br /&gt;
* [https://publish.obsidian.md/joelchan-notes/README Joel Chan's working notes]&lt;br /&gt;
* [https://civicdb.org/assertions/home CIViC] (Clinical Interpretation of Variance in Cancer]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
{{Message&lt;br /&gt;
|Author=joelchan86&lt;br /&gt;
|Avatar=https://cdn.discordapp.com/avatars/322545403876868096/6dd171845a7a4e30603d98ae510c77b8.png?size=1024&lt;br /&gt;
|Date Sent=22-11-10 15:55:39&lt;br /&gt;
|Channel=discourse graphs&lt;br /&gt;
|Text=we think the problem now is user-friendly tools and workfows that can create discourse graph structures, and have seen some exciting progress across a bunch of new user-facing &amp;quot;personal wikis&amp;quot;. but bridging from personal to communal is still a challenge, partially bc of tooling.&lt;br /&gt;
&lt;br /&gt;
this is why i'm excited about the [[Discourse Modeling]] idea, which i sort of understand as a way to try to instantiate something like [[Discourse Graphs]] into a wiki (bc wikis have a lot more in-built affordances for collaboration, such as edit histories, talk pages, etc.), which may hopefully lead to a lower barrier to entry for collaborative discourse graphing.&lt;br /&gt;
&lt;br /&gt;
a high hope is that we can develop a process that is easy enough to understand and implement that can then be applied to discourse graphing the IPCC or similarly large body of research on a focused, contentious, interdisciplinary topic.&lt;br /&gt;
&lt;br /&gt;
other examples include:&lt;br /&gt;
- effects of masks on community transmission (can't do decisive RCTs, need to synthesize)&lt;br /&gt;
- effects of social media on political (dys)function: (existing crowdsourced lit review here, in traditional narrative form: https://docs.google.com/document/d/1vVAtMCQnz8WVxtSNQev_e1cGmY9rnY96ecYuAj6C548/edit#)&lt;br /&gt;
|Link=https://discord.com/channels/1029514961782849607/1040214388554084372/1040293673851691059&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Source_of_evidence&amp;diff=1305</id>
		<title>Source of evidence</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Source_of_evidence&amp;diff=1305"/>
		<updated>2022-11-13T04:32:00Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Source]]&lt;br /&gt;
&lt;br /&gt;
Name&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Source_of_evidence&amp;diff=1304</id>
		<title>Source of evidence</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Source_of_evidence&amp;diff=1304"/>
		<updated>2022-11-13T04:31:32Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Created page with &amp;quot;&amp;lt;nowiki&amp;gt;Category:Source&amp;lt;/nowiki&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;[[Category:Source]]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Evidence_of_climate_record&amp;diff=1303</id>
		<title>Evidence of climate record</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Evidence_of_climate_record&amp;diff=1303"/>
		<updated>2022-11-13T04:31:02Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Source of evidence]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Category:Evidence]]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Evidence_of_climate_record&amp;diff=1302</id>
		<title>Evidence of climate record</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Evidence_of_climate_record&amp;diff=1302"/>
		<updated>2022-11-13T04:30:26Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Created page with &amp;quot;Source of evidence  &amp;lt;nowiki&amp;gt;Category:Evidence&amp;lt;/nowiki&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Source of evidence&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Category:Evidence]]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Climate_Record&amp;diff=1301</id>
		<title>Climate Record</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Climate_Record&amp;diff=1301"/>
		<updated>2022-11-13T04:28:35Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;[[Category:Claim]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Evidence of climate record]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Climate_Record&amp;diff=1300</id>
		<title>Climate Record</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Climate_Record&amp;diff=1300"/>
		<updated>2022-11-13T04:27:57Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Created page with &amp;quot;&amp;lt;nowiki&amp;gt;Category:Claim&amp;lt;/nowiki&amp;gt;  Evidence of climate record&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;[[Category:Claim]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Evidence of climate record&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Physical_model_of_radiative_forcing_matches_observed_data&amp;diff=1299</id>
		<title>Physical model of radiative forcing matches observed data</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Physical_model_of_radiative_forcing_matches_observed_data&amp;diff=1299"/>
		<updated>2022-11-13T04:24:53Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Created page with &amp;quot;&amp;lt;nowiki&amp;gt;Category:Evidence&amp;lt;/nowiki&amp;gt;  Source reporting&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;[[Category:Evidence]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source reporting&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1298</id>
		<title>Radiative Forcing</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1298"/>
		<updated>2022-11-13T04:23:48Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Claim]]&lt;br /&gt;
&lt;br /&gt;
[[Physical model of radiative forcing matches observed data|Evidence for radiative forcing]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1297</id>
		<title>Radiative Forcing</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1297"/>
		<updated>2022-11-13T04:20:52Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Claim]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Supported by evidence&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Why_do_we_expect_increased_concentrations_of_atmospheric_carbon_dioxide_to_change_the_climate%3F&amp;diff=1296</id>
		<title>Why do we expect increased concentrations of atmospheric carbon dioxide to change the climate?</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Why_do_we_expect_increased_concentrations_of_atmospheric_carbon_dioxide_to_change_the_climate%3F&amp;diff=1296"/>
		<updated>2022-11-13T04:20:29Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Question]]&lt;br /&gt;
&lt;br /&gt;
[[Radiative Forcing]]&lt;br /&gt;
&lt;br /&gt;
[[Climate Record]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1295</id>
		<title>Radiative Forcing</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1295"/>
		<updated>2022-11-13T04:15:48Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Categories:Claim]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Supported by evidence&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1294</id>
		<title>Radiative Forcing</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Radiative_Forcing&amp;diff=1294"/>
		<updated>2022-11-13T04:15:26Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Created page with &amp;quot;   Supported by evidence&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Supported by evidence&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Why_do_we_expect_increased_concentrations_of_atmospheric_carbon_dioxide_to_change_the_climate%3F&amp;diff=1293</id>
		<title>Why do we expect increased concentrations of atmospheric carbon dioxide to change the climate?</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Why_do_we_expect_increased_concentrations_of_atmospheric_carbon_dioxide_to_change_the_climate%3F&amp;diff=1293"/>
		<updated>2022-11-13T04:14:30Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Categories:Question]]&lt;br /&gt;
&lt;br /&gt;
[[Radiative Forcing]]&lt;br /&gt;
&lt;br /&gt;
[[Climate Record]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Why_do_we_expect_increased_concentrations_of_atmospheric_carbon_dioxide_to_change_the_climate%3F&amp;diff=1292</id>
		<title>Why do we expect increased concentrations of atmospheric carbon dioxide to change the climate?</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Why_do_we_expect_increased_concentrations_of_atmospheric_carbon_dioxide_to_change_the_climate%3F&amp;diff=1292"/>
		<updated>2022-11-13T04:09:19Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;testing&lt;br /&gt;
[[Categories:Question]]&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Why_do_we_expect_increased_concentrations_of_atmospheric_carbon_dioxide_to_change_the_climate%3F&amp;diff=1291</id>
		<title>Why do we expect increased concentrations of atmospheric carbon dioxide to change the climate?</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Why_do_we_expect_increased_concentrations_of_atmospheric_carbon_dioxide_to_change_the_climate%3F&amp;diff=1291"/>
		<updated>2022-11-13T04:07:07Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Created page with &amp;quot;testing&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;testing&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1290</id>
		<title>Discourse Modeling</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1290"/>
		<updated>2022-11-13T04:05:21Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: /* Example Discourse */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Group&lt;br /&gt;
|Decription=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
|Topics=Discourse Graphs, SPARQL&lt;br /&gt;
|Projects=Federated knowledge synthesis, Making Discourse Graphs Indexable &amp;amp; Discoverable&lt;br /&gt;
|Discord Channel Name=#discourse-modeling&lt;br /&gt;
|Discord Channel URL=https://discord.com/channels/1029514961782849607/1038988750677606432&lt;br /&gt;
|Facilitator=Karola Kirsanow&lt;br /&gt;
|Members=Karola Kirsanow, Konrad Hinsen, Kyle MacLaury, Peter Murray-Rust&lt;br /&gt;
|Description=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
}}&lt;br /&gt;
== What ==&lt;br /&gt;
&lt;br /&gt;
It could be really valuable to try to prototype a &amp;quot;computable&amp;quot; synthesis of the knowledge in this workshop here in the wiki. One test of the &amp;quot;computability&amp;quot; would be to make it visualizable.&lt;br /&gt;
&lt;br /&gt;
Could have applications to the semantic climate setting that [[Peter Murray-Rust]] is working on&lt;br /&gt;
&lt;br /&gt;
== Now you're playing with templates ==&lt;br /&gt;
* &amp;lt;tt&amp;gt;{{&amp;lt;/tt&amp;gt;&amp;lt;tt&amp;gt; [[:template:source|Source]]}} &amp;lt;/tt&amp;gt; template : URL, publisher, publisher-url, date, author, title&lt;br /&gt;
&lt;br /&gt;
{{source&lt;br /&gt;
| url = https://synthesis-infrastructures.wiki/Discourse_Modeling&lt;br /&gt;
| publisher = Synthesis Infrastructures wiki&lt;br /&gt;
| publisher-url = https://synthesis-infrastructures.wiki/index.php?title=Discourse_Modeling&lt;br /&gt;
| date = 2022-11-12&lt;br /&gt;
| author = Sj&lt;br /&gt;
| title = Discourse modeling templates}}&lt;br /&gt;
&lt;br /&gt;
* Claim : &lt;br /&gt;
* Axiom (?) :&lt;br /&gt;
&lt;br /&gt;
== Potential Actions ==&lt;br /&gt;
* Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
** This may be duplicated by [[Making Discourse Graphs Indexable &amp;amp; Discoverable]]&lt;br /&gt;
* [[Incorporate models/algorithms into Semantic MediaWiki]]&lt;br /&gt;
* [[Access discourse and knowledge representations in the SMW instance]]&lt;br /&gt;
* Compute with the returned data&lt;br /&gt;
** potentially using models/algorithms from the wiki&lt;br /&gt;
* Visualize the results of the computation&lt;br /&gt;
* Publish the visualizations back to the SMW instance&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
There are other &lt;br /&gt;
* [[Semantic MediaWiki]]&lt;br /&gt;
** Front End&lt;br /&gt;
*** Embed CloudObjects from Wolfram Cloud&lt;br /&gt;
*** User chooses model and specifies input parameters&lt;br /&gt;
*** User applies model to input parameters &lt;br /&gt;
**** Call API that executes&lt;br /&gt;
** rdf database&lt;br /&gt;
*** [[SPARQL]] endpoint&lt;br /&gt;
* Wolfram Cloud&lt;br /&gt;
** Use [https://reference.wolfram.com/language/GraphStore/ref/SPARQLExecute.html SPARQLExecute] to call the SPARQL endpoint&lt;br /&gt;
** Apply Model to query results&lt;br /&gt;
** Publish visualizations as CloudObjects&lt;br /&gt;
** Publish API that executes model/algorithm&lt;br /&gt;
&lt;br /&gt;
==Example Discourse==&lt;br /&gt;
[[Why do we expect increased concentrations of atmospheric carbon dioxide to change the climate?]] &lt;br /&gt;
&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
{{Message&lt;br /&gt;
|Author=joelchan86&lt;br /&gt;
|Avatar=https://cdn.discordapp.com/avatars/322545403876868096/6dd171845a7a4e30603d98ae510c77b8.png?size=1024&lt;br /&gt;
|Date Sent=22-11-10 15:55:39&lt;br /&gt;
|Channel=discourse graphs&lt;br /&gt;
|Text=we think the problem now is user-friendly tools and workfows that can create discourse graph structures, and have seen some exciting progress across a bunch of new user-facing &amp;quot;personal wikis&amp;quot;. but bridging from personal to communal is still a challenge, partially bc of tooling.&lt;br /&gt;
&lt;br /&gt;
this is why i'm excited about the [[Discourse Modeling]] idea, which i sort of understand as a way to try to instantiate something like [[Discourse Graphs]] into a wiki (bc wikis have a lot more in-built affordances for collaboration, such as edit histories, talk pages, etc.), which may hopefully lead to a lower barrier to entry for collaborative discourse graphing.&lt;br /&gt;
&lt;br /&gt;
a high hope is that we can develop a process that is easy enough to understand and implement that can then be applied to discourse graphing the IPCC or similarly large body of research on a focused, contentious, interdisciplinary topic.&lt;br /&gt;
&lt;br /&gt;
other examples include:&lt;br /&gt;
- effects of masks on community transmission (can't do decisive RCTs, need to synthesize)&lt;br /&gt;
- effects of social media on political (dys)function: (existing crowdsourced lit review here, in traditional narrative form: https://docs.google.com/document/d/1vVAtMCQnz8WVxtSNQev_e1cGmY9rnY96ecYuAj6C548/edit#)&lt;br /&gt;
|Link=https://discord.com/channels/1029514961782849607/1040214388554084372/1040293673851691059&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Example_Discourse_on_Climate_Change&amp;diff=1252</id>
		<title>Example Discourse on Climate Change</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Example_Discourse_on_Climate_Change&amp;diff=1252"/>
		<updated>2022-11-12T22:27:42Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Created page with &amp;quot;&amp;lt;nowiki&amp;gt;Category:Question:How does increased concentrations of carbon dioxide in the atmosphere lead to climate change?&amp;lt;/nowiki&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;[[Category:Question:How does increased concentrations of carbon dioxide in the atmosphere lead to climate change?]]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1245</id>
		<title>Discourse Modeling</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1245"/>
		<updated>2022-11-12T22:24:06Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: /* Example Discourse */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Group&lt;br /&gt;
|Decription=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
|Topics=Discourse Graphs, SPARQL&lt;br /&gt;
|Projects=Federated knowledge synthesis, Making Discourse Graphs Indexable &amp;amp; Discoverable&lt;br /&gt;
|Discord Channel Name=#discourse-modeling&lt;br /&gt;
|Discord Channel URL=https://discord.com/channels/1029514961782849607/1038988750677606432&lt;br /&gt;
|Facilitator=Karola Kirsanow&lt;br /&gt;
|Members=Karola Kirsanow, Konrad Hinsen, Kyle MacLaury, Peter Murray-Rust&lt;br /&gt;
|Description=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
}}&lt;br /&gt;
== What ==&lt;br /&gt;
&lt;br /&gt;
It could be really valuable to try to prototype a &amp;quot;computable&amp;quot; synthesis of the knowledge in this workshop here in the wiki. One test of the &amp;quot;computability&amp;quot; would be to make it visualizable.&lt;br /&gt;
&lt;br /&gt;
Could have applications to the semantic climate setting that [[Peter Murray-Rust]] is working on&lt;br /&gt;
&lt;br /&gt;
== Now you're playing with templates ==&lt;br /&gt;
* &amp;lt;tt&amp;gt;{{&amp;lt;/tt&amp;gt;&amp;lt;tt&amp;gt; [[:template:source|Source]]}} &amp;lt;/tt&amp;gt; template : URL, publisher, publisher-url, date, author, title&lt;br /&gt;
&lt;br /&gt;
{{source&lt;br /&gt;
| url = https://synthesis-infrastructures.wiki/Discourse_Modeling&lt;br /&gt;
| publisher = Synthesis Infrastructures wiki&lt;br /&gt;
| publisher-url = https://synthesis-infrastructures.wiki/index.php?title=Discourse_Modeling&lt;br /&gt;
| date = 2022-11-12&lt;br /&gt;
| author = Sj&lt;br /&gt;
| title = Discourse modeling templates}}&lt;br /&gt;
&lt;br /&gt;
* Claim : &lt;br /&gt;
* Axiom (?) :&lt;br /&gt;
&lt;br /&gt;
== Potential Actions ==&lt;br /&gt;
* Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
** This may be duplicated by [[Making Discourse Graphs Indexable &amp;amp; Discoverable]]&lt;br /&gt;
* [[Incorporate models/algorithms into Semantic MediaWiki]]&lt;br /&gt;
* [[Access discourse and knowledge representations in the SMW instance]]&lt;br /&gt;
* Compute with the returned data&lt;br /&gt;
** potentially using models/algorithms from the wiki&lt;br /&gt;
* Visualize the results of the computation&lt;br /&gt;
* Publish the visualizations back to the SMW instance&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
There are other &lt;br /&gt;
* [[Semantic MediaWiki]]&lt;br /&gt;
** Front End&lt;br /&gt;
*** Embed CloudObjects from Wolfram Cloud&lt;br /&gt;
*** User chooses model and specifies input parameters&lt;br /&gt;
*** User applies model to input parameters &lt;br /&gt;
**** Call API that executes&lt;br /&gt;
** rdf database&lt;br /&gt;
*** [[SPARQL]] endpoint&lt;br /&gt;
* Wolfram Cloud&lt;br /&gt;
** Use [https://reference.wolfram.com/language/GraphStore/ref/SPARQLExecute.html SPARQLExecute] to call the SPARQL endpoint&lt;br /&gt;
** Apply Model to query results&lt;br /&gt;
** Publish visualizations as CloudObjects&lt;br /&gt;
** Publish API that executes model/algorithm&lt;br /&gt;
&lt;br /&gt;
==Example Discourse==&lt;br /&gt;
[[Example Discourse on Climate Change]]This example discourse &lt;br /&gt;
&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
{{Message&lt;br /&gt;
|Author=joelchan86&lt;br /&gt;
|Avatar=https://cdn.discordapp.com/avatars/322545403876868096/6dd171845a7a4e30603d98ae510c77b8.png?size=1024&lt;br /&gt;
|Date Sent=22-11-10 15:55:39&lt;br /&gt;
|Channel=discourse graphs&lt;br /&gt;
|Text=we think the problem now is user-friendly tools and workfows that can create discourse graph structures, and have seen some exciting progress across a bunch of new user-facing &amp;quot;personal wikis&amp;quot;. but bridging from personal to communal is still a challenge, partially bc of tooling.&lt;br /&gt;
&lt;br /&gt;
this is why i'm excited about the [[Discourse Modeling]] idea, which i sort of understand as a way to try to instantiate something like [[Discourse Graphs]] into a wiki (bc wikis have a lot more in-built affordances for collaboration, such as edit histories, talk pages, etc.), which may hopefully lead to a lower barrier to entry for collaborative discourse graphing.&lt;br /&gt;
&lt;br /&gt;
a high hope is that we can develop a process that is easy enough to understand and implement that can then be applied to discourse graphing the IPCC or similarly large body of research on a focused, contentious, interdisciplinary topic.&lt;br /&gt;
&lt;br /&gt;
other examples include:&lt;br /&gt;
- effects of masks on community transmission (can't do decisive RCTs, need to synthesize)&lt;br /&gt;
- effects of social media on political (dys)function: (existing crowdsourced lit review here, in traditional narrative form: https://docs.google.com/document/d/1vVAtMCQnz8WVxtSNQev_e1cGmY9rnY96ecYuAj6C548/edit#)&lt;br /&gt;
|Link=https://discord.com/channels/1029514961782849607/1040214388554084372/1040293673851691059&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1243</id>
		<title>Discourse Modeling</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Discourse_Modeling&amp;diff=1243"/>
		<updated>2022-11-12T22:22:03Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Group&lt;br /&gt;
|Decription=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
|Topics=Discourse Graphs, SPARQL&lt;br /&gt;
|Projects=Federated knowledge synthesis, Making Discourse Graphs Indexable &amp;amp; Discoverable&lt;br /&gt;
|Discord Channel Name=#discourse-modeling&lt;br /&gt;
|Discord Channel URL=https://discord.com/channels/1029514961782849607/1038988750677606432&lt;br /&gt;
|Facilitator=Karola Kirsanow&lt;br /&gt;
|Members=Karola Kirsanow, Konrad Hinsen, Kyle MacLaury, Peter Murray-Rust&lt;br /&gt;
|Description=Implement Discourse Graph schema in Semantic MediaWiki.  Query Discourse Graph contents through SMW sparql endpoint.  Visualize and publish Discourse Graph contents.&lt;br /&gt;
}}&lt;br /&gt;
== What ==&lt;br /&gt;
&lt;br /&gt;
It could be really valuable to try to prototype a &amp;quot;computable&amp;quot; synthesis of the knowledge in this workshop here in the wiki. One test of the &amp;quot;computability&amp;quot; would be to make it visualizable.&lt;br /&gt;
&lt;br /&gt;
Could have applications to the semantic climate setting that [[Peter Murray-Rust]] is working on&lt;br /&gt;
&lt;br /&gt;
== Now you're playing with templates ==&lt;br /&gt;
* &amp;lt;tt&amp;gt;{{&amp;lt;/tt&amp;gt;&amp;lt;tt&amp;gt; [[:template:source|Source]]}} &amp;lt;/tt&amp;gt; template : URL, publisher, publisher-url, date, author, title&lt;br /&gt;
&lt;br /&gt;
{{source&lt;br /&gt;
| url = https://synthesis-infrastructures.wiki/Discourse_Modeling&lt;br /&gt;
| publisher = Synthesis Infrastructures wiki&lt;br /&gt;
| publisher-url = https://synthesis-infrastructures.wiki/index.php?title=Discourse_Modeling&lt;br /&gt;
| date = 2022-11-12&lt;br /&gt;
| author = Sj&lt;br /&gt;
| title = Discourse modeling templates}}&lt;br /&gt;
&lt;br /&gt;
* Claim : &lt;br /&gt;
* Axiom (?) :&lt;br /&gt;
&lt;br /&gt;
== Potential Actions ==&lt;br /&gt;
* Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance&lt;br /&gt;
** This may be duplicated by [[Making Discourse Graphs Indexable &amp;amp; Discoverable]]&lt;br /&gt;
* [[Incorporate models/algorithms into Semantic MediaWiki]]&lt;br /&gt;
* [[Access discourse and knowledge representations in the SMW instance]]&lt;br /&gt;
* Compute with the returned data&lt;br /&gt;
** potentially using models/algorithms from the wiki&lt;br /&gt;
* Visualize the results of the computation&lt;br /&gt;
* Publish the visualizations back to the SMW instance&lt;br /&gt;
&lt;br /&gt;
=== Modules ===&lt;br /&gt;
There are other &lt;br /&gt;
* [[Semantic MediaWiki]]&lt;br /&gt;
** Front End&lt;br /&gt;
*** Embed CloudObjects from Wolfram Cloud&lt;br /&gt;
*** User chooses model and specifies input parameters&lt;br /&gt;
*** User applies model to input parameters &lt;br /&gt;
**** Call API that executes&lt;br /&gt;
** rdf database&lt;br /&gt;
*** [[SPARQL]] endpoint&lt;br /&gt;
* Wolfram Cloud&lt;br /&gt;
** Use [https://reference.wolfram.com/language/GraphStore/ref/SPARQLExecute.html SPARQLExecute] to call the SPARQL endpoint&lt;br /&gt;
** Apply Model to query results&lt;br /&gt;
** Publish visualizations as CloudObjects&lt;br /&gt;
** Publish API that executes model/algorithm&lt;br /&gt;
&lt;br /&gt;
==Example Discourse==&lt;br /&gt;
&lt;br /&gt;
== Discord ==&lt;br /&gt;
&lt;br /&gt;
{{Message&lt;br /&gt;
|Author=joelchan86&lt;br /&gt;
|Avatar=https://cdn.discordapp.com/avatars/322545403876868096/6dd171845a7a4e30603d98ae510c77b8.png?size=1024&lt;br /&gt;
|Date Sent=22-11-10 15:55:39&lt;br /&gt;
|Channel=discourse graphs&lt;br /&gt;
|Text=we think the problem now is user-friendly tools and workfows that can create discourse graph structures, and have seen some exciting progress across a bunch of new user-facing &amp;quot;personal wikis&amp;quot;. but bridging from personal to communal is still a challenge, partially bc of tooling.&lt;br /&gt;
&lt;br /&gt;
this is why i'm excited about the [[Discourse Modeling]] idea, which i sort of understand as a way to try to instantiate something like [[Discourse Graphs]] into a wiki (bc wikis have a lot more in-built affordances for collaboration, such as edit histories, talk pages, etc.), which may hopefully lead to a lower barrier to entry for collaborative discourse graphing.&lt;br /&gt;
&lt;br /&gt;
a high hope is that we can develop a process that is easy enough to understand and implement that can then be applied to discourse graphing the IPCC or similarly large body of research on a focused, contentious, interdisciplinary topic.&lt;br /&gt;
&lt;br /&gt;
other examples include:&lt;br /&gt;
- effects of masks on community transmission (can't do decisive RCTs, need to synthesize)&lt;br /&gt;
- effects of social media on political (dys)function: (existing crowdsourced lit review here, in traditional narrative form: https://docs.google.com/document/d/1vVAtMCQnz8WVxtSNQev_e1cGmY9rnY96ecYuAj6C548/edit#)&lt;br /&gt;
|Link=https://discord.com/channels/1029514961782849607/1040214388554084372/1040293673851691059&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Category:Question:How_do_increased_levels_of_carbon_dioxide_in_the_atmosphere_result_in_climate_change&amp;diff=1241</id>
		<title>Category:Question:How do increased levels of carbon dioxide in the atmosphere result in climate change</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Category:Question:How_do_increased_levels_of_carbon_dioxide_in_the_atmosphere_result_in_climate_change&amp;diff=1241"/>
		<updated>2022-11-12T22:09:15Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Category:Question&amp;diff=1239</id>
		<title>Category:Question</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Category:Question&amp;diff=1239"/>
		<updated>2022-11-12T22:05:52Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Discourse graph templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;PageSchema&amp;gt;&lt;br /&gt;
  &amp;lt;pageforms_Form name=&amp;quot;Question&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;CreateTitle&amp;gt;Ask Question&amp;lt;/CreateTitle&amp;gt;&lt;br /&gt;
    &amp;lt;EditTitle&amp;gt;Edit Question&amp;lt;/EditTitle&amp;gt;&lt;br /&gt;
    &amp;lt;standardInputs inputFreeText=&amp;quot;1&amp;quot; freeTextLabel=&amp;quot;Free text&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/pageforms_Form&amp;gt;&lt;br /&gt;
  &amp;lt;Template name=&amp;quot;Question&amp;quot; format=&amp;quot;standard&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;pageforms_TemplateDetails/&amp;gt;&lt;br /&gt;
    &amp;lt;semanticmediawiki_ConnectingProperty name=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;question&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Question&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;textarea&amp;lt;/InputType&amp;gt;&lt;br /&gt;
        &amp;lt;Description&amp;gt;Text of the question&amp;lt;/Description&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Text&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;informedBy&amp;quot; list=&amp;quot;list&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;informed by&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;text with autocomplete&amp;lt;/InputType&amp;gt;&lt;br /&gt;
        &amp;lt;TextBeforeField&amp;gt;informed by&amp;lt;/TextBeforeField&amp;gt;&lt;br /&gt;
        &amp;lt;Description&amp;gt;claims that inform the question&amp;lt;/Description&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
    &amp;lt;Field name=&amp;quot;author&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;Label&amp;gt;Author&amp;lt;/Label&amp;gt;&lt;br /&gt;
      &amp;lt;pageforms_FormInput&amp;gt;&lt;br /&gt;
        &amp;lt;InputType&amp;gt;text&amp;lt;/InputType&amp;gt;&lt;br /&gt;
        &amp;lt;TextBeforeField&amp;gt;Author&amp;lt;/TextBeforeField&amp;gt;&lt;br /&gt;
        &amp;lt;Description&amp;gt;Author of the question&amp;lt;/Description&amp;gt;&lt;br /&gt;
      &amp;lt;/pageforms_FormInput&amp;gt;&lt;br /&gt;
      &amp;lt;semanticmediawiki_Property name=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;Type&amp;gt;Page&amp;lt;/Type&amp;gt;&lt;br /&gt;
      &amp;lt;/semanticmediawiki_Property&amp;gt;&lt;br /&gt;
    &amp;lt;/Field&amp;gt;&lt;br /&gt;
  &amp;lt;/Template&amp;gt;&lt;br /&gt;
&amp;lt;/PageSchema&amp;gt;&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
	<entry>
		<id>https://synthesis.jon-e.net/index.php?title=Category:Question:How_do_increased_levels_of_carbon_dioxide_in_the_atmosphere_result_in_climate_change&amp;diff=1238</id>
		<title>Category:Question:How do increased levels of carbon dioxide in the atmosphere result in climate change</title>
		<link rel="alternate" type="text/html" href="https://synthesis.jon-e.net/index.php?title=Category:Question:How_do_increased_levels_of_carbon_dioxide_in_the_atmosphere_result_in_climate_change&amp;diff=1238"/>
		<updated>2022-11-12T21:59:08Z</updated>

		<summary type="html">&lt;p&gt;KyleMacLaury: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Question:How do increased levels of carbon dioxide in the atmosphere result in climate change?&lt;/div&gt;</summary>
		<author><name>KyleMacLaury</name></author>
	</entry>
</feed>