Discourse Modeling: Difference between revisions
KyleMacLaury (talk | contribs) (Adding modules) |
KyleMacLaury (talk | contribs) (added additional details) |
||
Line 15: | Line 15: | ||
=== Modules === | === Modules === | ||
There are other | |||
* [[Semantic MediaWiki]] | * [[Semantic MediaWiki]] | ||
** Front End | ** Front End | ||
*** Embed CloudObjects from Wolfram Cloud | *** Embed CloudObjects from Wolfram Cloud | ||
*** User chooses model and specifies input parameters | |||
*** User applies model to input parameters | |||
**** Call API that executes | |||
** rdf database | ** rdf database | ||
*** [[SPARQL]] endpoint | *** [[SPARQL]] endpoint | ||
Line 26: | Line 28: | ||
** Apply Model to query results | ** Apply Model to query results | ||
** Publish visualizations as CloudObjects | ** Publish visualizations as CloudObjects | ||
** Publish API that executes model/algorithm |
Revision as of 22:14, 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
There are other
- Semantic MediaWiki
- Front End
- Embed CloudObjects from Wolfram Cloud
- User chooses model and specifies input parameters
- User applies model to input parameters
- Call API that executes
- rdf database
- SPARQL endpoint
- Front End
- Wolfram Cloud
- Use SPARQLExecute to call the SPARQL endpoint
- Apply Model to query results
- Publish visualizations as CloudObjects
- Publish API that executes model/algorithm