Semantic Result Formats: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Mediawiki extension
|name=Semantic Result Formats
}}
{{stub}}
{{stub}}
<pageby nominor="false" comments="false"/>
<pageby nominor="false" comments="false"/>
{{Software information
== Introduction ==
 
{{Mediawiki extension
|name=Semantic Result Formats
|name=Semantic Result Formats
|developers=James Hong Kong, Yaron Koren, Jeroen De Dauw, others
|released=2013/06/01
|status=active
|last_version=1.8.0 (2012-12-02)
|programming_language=PHP
|operating_systems=Most
|platforms=Most
|languages=Many,
|genre=Mediawiki
|keywords=semantic web, visualization, mediawiki
|licenses=GPLv2
|website=http://www.semantic-mediawiki.org/wiki/Semantic_Result_Formats
|support_website=http://www.semantic-mediawiki.org/wiki/Talk:Semantic_Result_Formats
|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. ([http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats Mediawiki.org extension page], June 12 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. ([http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats Mediawiki.org extension page], June 12 2013).



Revision as of 16:17, 26 June 2013

Draft

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

Introduction

Category:MediaWiki extension
Semantic Result Formats
Extension name Semantic Result Formats
About this article / disclaimer
Logo Placeholder.png
Screenshot Placeholder.png
Location of the main author The following coordinate was not recognized: Geocoding failed.
Coordinates of the main authors Geocoding failed
Developers
Licences
Description
Mediawiki requirements
Dependencies
Related extensions (documented here)
Related extensions
Discussion
Language support
Status
First release date
Last release date (as of !)
Last version number
Programming language
Alternatives
Website
Publications
Support websites
Example websites
Last edited


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