Semantic Result Formats: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 53: Line 53:
=== Tagcloud ===
=== Tagcloud ===


The following breaks FF 21.0/Ubuntu (security problem ?)
The following breaks (probably I'll have to install some extra plugin .....)


<source lang="perl">
<source lang="perl">

Revision as of 20:03, 13 June 2013

Software information
Software name Semantic Result Formats
Logo Placeholder.png
Screenshot File:Wiki.png
Developers James Hong Kong, Yaron Koren, Jeroen De Dauw and 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

The following breaks (probably I'll have to install some extra plugin .....)

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

Links