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
{{Mediawiki extension
|name=Semantic Result Formats
|name=Semantic Result Formats
|developers=Yaron Koren, David Loomer  
|developers=Yaron Koren, David Loomer
|licences=GPL
|licences=GPL
|description=Semantic Drilldown is an extension to MediaWiki that provides a page for drilling down through a site's data, using categories and filters on semantic properties.  
|description=Semantic Drilldown is an extension to MediaWiki that provides a page for drilling down through a site's data, using categories and filters on semantic properties.
|mediawiki=Any recent version
|mediawiki=Any recent version
|dependencies=Semantic MediaWiki
|dependencies=Semantic MediaWiki
Line 9: Line 9:
|status=stable
|status=stable
|released=2010/12/10
|released=2010/12/10
|last_version=1.2.4  
|last_released=2012/11/01
|last_version=1.2.4
|programming language=PHP
|programming language=PHP
|website=http://www.mediawiki.org/wiki/Extension:Semantic_Drilldown
|website=http://www.mediawiki.org/wiki/Extension:Semantic_Drilldown

Revision as of 16:21, 26 June 2013

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 Yaron Koren, David Loomer
Licences GPL
Description Semantic Drilldown is an extension to MediaWiki that provides a page for drilling down through a site's data, using categories and filters on semantic properties.
Mediawiki requirements Any recent version
Dependencies Semantic MediaWiki
Related extensions (documented here) Semantic Forms
Related extensions
Discussion
Language support
Status stable
First release date 2010/12/10
Last release date (as of 2013/06/26!) 2012/11/01
Last version number 1.2.4
Programming language PHP
Alternatives
Website home page
Publications
Support websites web site
Example websites
Last edited 2013/06/26

Draft

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

Introduction

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