Semantic Result Formats: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{stub}}
<pageby nominor="false" comments="false"/>
{{Software information
{{Software information
|name=Semantic Result Formats
|name=Semantic Result Formats

Revision as of 21:52, 13 June 2013

Draft

<pageby nominor="false" comments="false"/>

Software information
Software name Semantic Result Formats
Logo Placeholder.png
Screenshot File:Wiki.png
Developers James Hong Kong, Yaron Koren, Jeroen De Dauw, others
Owners
First release date 2013/06/01
Status active"active" is not in the list (experimental, beta, stable, unknown, unmaintained, dead, zombie) of allowed values for the "Has status" property.
Last released
Last version 1.8.0 (2012-12-02)
Programming language PHP
Operating systems Most
Platforms Most
Size (KB)
Languages Many
Genre Mediawiki
Keywords semantic web, visualization, mediawiki
Licenses GPLv2
Web site here
Support websites
Description [[has description::Semantic Result Formats is an extension to Semantic MediaWiki (SMW) that adds a large number of further result formats to inline queries, including formats for calendars, timelines, charts, graphs and mathematical functions.]]
Last edit June 2013

Semantic Result Formats (SRF) is a MediaWiki extension, used in conjunction with the Semantic MediaWiki extension, that bundles a number of further result formats for SMW's inline queries. The individual formats can be added to the installation independently. (Mediawiki.org extension page, June 12 2013).

Examples

Simple lists

This code

{{#ask: [[Category:Software information]]
| ?Is developed by
| format=outline
}}

produces this:


Default

{{#ask: [[Category:Software information]]
| ?Is developed by
}}
 Is developed by
MediawikiMediaWiki foundation and MediaWiki volunteers
Some softwareMany

Tagcloud

tagcloud breaks in the git version of today, ok with SRF 1.8 - Daniel K. Schneider (talk) 20:20, 13 June 2013 (CEST) .....)

The following:

{{#ask: [[Category:Software information]]
| ?Is developed by
| format=tagcloud
}}

produces:


Many MediaWiki foundation and MediaWiki volunteers

Links