Access discourse and knowledge representations in the SMW instance: Difference between revisions
KyleMacLaury (talk | contribs) (initial edits describing implementation options) |
KyleMacLaury (talk | contribs) (added additional details of possible actions) |
||
Line 1: | Line 1: | ||
There appear to be three methods of doing this: | There appear to be three methods of doing this: | ||
* Call the Semantic MediaWiki API | * Call the [https://www.semantic-mediawiki.org/wiki/Help:API Semantic MediaWiki API] | ||
* Call the [https://www.semantic-mediawiki.org/wiki/SPARQL SPARQL] | * Call the [https://www.semantic-mediawiki.org/wiki/SPARQL SPARQL] endpoint of a [https://www.semantic-mediawiki.org/wiki/Help:Using_SPARQL_and_RDF_stores SMW instance backed by an RDF database] | ||
* Import the RDF database backing an SMW instance directly into a compute environment. | |||
** [https://www.wolfram.com/language/12/rdf-and-sparql/import-rdf-data.html This] is the only way that I know how to do this, but I'm sure there are others. |
Revision as of 18:16, 9 November 2022
There appear to be three methods of doing this:
- Call the Semantic MediaWiki API
- Call the SPARQL endpoint of a SMW instance backed by an RDF database
- Import the RDF database backing an SMW instance directly into a compute environment.
- This is the only way that I know how to do this, but I'm sure there are others.