Discourse Modeling: Difference between revisions
KyleMacLaury (talk | contribs) (Added incorporation of models/algorithms as a task) |
KyleMacLaury (talk | contribs) (Adding modules) |
||
Line 15: | Line 15: | ||
=== Modules === | === Modules === | ||
* [[Semantic MediaWiki]] | |||
** Server | |||
** Front End | |||
*** Embed CloudObjects from Wolfram Cloud | |||
** rdf database | |||
*** [[SPARQL]] endpoint | |||
* Wolfram Cloud | |||
** Use [https://reference.wolfram.com/language/GraphStore/ref/SPARQLExecute.html SPARQLExecute] to call the SPARQL endpoint | |||
** Apply Model to query results | |||
** Publish visualizations as CloudObjects |
Revision as of 21:58, 9 November 2022
Discourse Modeling | |
---|---|
Homepage | |
Description | Implement Discourse Graph schema in Semantic MediaWiki. Query Discourse Graph contents through SMW sparql endpoint. Visualize and publish Discourse Graph contents.
|
Contributors |
Potential Actions
- Implement the Discourse Graph schema within the workshop's Semantic MediaWiki instance
- This may be duplicated by Making Discourse Graphs Indexable & Discoverable
- Incorporate models/algorithms into Semantic MediaWiki
- Access discourse and knowledge representations in the SMW instance
- Compute with the returned data
- potentially using models/algorithms from the wiki
- Visualize the results of the computation
- Publish the visualizations back to the SMW instance
Modules
- Semantic MediaWiki
- Server
- Front End
- Embed CloudObjects from Wolfram Cloud
- rdf database
- SPARQL endpoint
- Wolfram Cloud
- Use SPARQLExecute to call the SPARQL endpoint
- Apply Model to query results
- Publish visualizations as CloudObjects