SimpleGraph-SMW: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
|viewmode=hidden | |viewmode=hidden | ||
}} | }} | ||
= Example = | |||
With the SimpleGraph SMW module you can access Semantic MediaWiki query results and process them with Gremlin. | |||
Since this Webpage is based on SemanticMediaWiki we can use content from this wiki to explain the concepts. | |||
Let's eq.g. query the available SimpleGraph modules: | |||
{{#ask: [[Concept:SimpleGraphModule]]\n" | |||
+ "|mainlabel=SimpleGraphModule\n" | |||
+ "| ?SimpleGraphModule name = name\n" | |||
+ "| ?SimpleGraphModule logo = logo\n" | |||
+ "| ?SimpleGraphModule modulename = modulename\n" | |||
+ "| ?SimpleGraphModule systemname = systemname\n" | |||
+ "| ?SimpleGraphModule url = url\n" | |||
+ "| ?SimpleGraphModule apiname = apiname\n" | |||
+ "| ?SimpleGraphModule apiurl = apiurl\n" | |||
+ "| ?SimpleGraphModule documentation = documentation\n" + "}} | |||
Revision as of 11:23, 9 March 2018
SimpleGraphModule
SimpleGraph SMW module
The SimpleGraph SMW module makes SemanticMediaWiki accessible via the SMW API see SemanticMedia Wiki API.
Sources
- System: SmwSystem.java
- JUnit-Test: TestSmwSystem.java
Example
With the SimpleGraph SMW module you can access Semantic MediaWiki query results and process them with Gremlin. Since this Webpage is based on SemanticMediaWiki we can use content from this wiki to explain the concepts. Let's eq.g. query the available SimpleGraph modules:
The part "\n"</br> + "" of the query was not understood.</br>Results might not be as expected.

