Access discourse and knowledge representations in the SMW instance: Difference between revisions
KyleMacLaury (talk | contribs) (created new page) |
KyleMacLaury (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
* Call the [https://www.semantic-mediawiki.org/wiki/Help:API 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] endpoint of a [https://www.semantic-mediawiki.org/wiki/Help:Using_SPARQL_and_RDF_stores SMW instance backed by an RDF database] | * 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] | ||
* [[Export RDF database to a file using the database dashboard]] | * [[Export RDF database to a file using the database dashboard|SemiWiki Database Export and Compression]] | ||
* Import the RDF database backing an SMW instance directly into a compute environment. | * 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. | ** [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 15:21, 11 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
- SemiWiki Database Export and Compression
- 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.