SMW sandbox: Difference between revisions
mNo edit summary |
m (using an external editor) |
||
Line 20: | Line 20: | ||
An infobox about facts in page can be automatically generated at the end of the page by setting a parameter in LocalSettings.php ..... | An infobox about facts in page can be automatically generated at the end of the page by setting a parameter in LocalSettings.php ..... | ||
== Forms extensions == | |||
Let's see if the tools template from W3C works | |||
* http://www.w3.org/2001/sw/wiki/Template:Tool | |||
{{Tool | |||
| Name=The full name of the tool, defaults to pagename | |||
| Homepage=URL of the tool's main home page, without "http://" | |||
| Homepage label=Short text for homepage, if URL is too long | |||
| ProgrammingLanguage1=programming language #1 that can be used with this tool; | |||
possible values: C, C++, C-sharp, LISP, Prolog, Python, PHP, Java, Javascript, | |||
Go, .Net, Flex, ActionScript, Tcl, Perl, Ruby, Haskell, Fortran, Scala, Obj-C | |||
| ... | |||
| ProgrammingLangauge20=programming language #20 that can be used with this tool | |||
| SWTechnology1=Relevant SW Technology (RDF, RDFS, etc) #1; | |||
possible values: RDF, RDFS, OWL, RDFa, SKOS, SPARQL, | |||
POWDER, GRDDL, RIF | |||
| ... | |||
| SWTechnology10=Relevant SW Technology (RDF, RDFS, etc) #10 | |||
| Category1=Relevant Tool Category #1; | |||
see Category:Tool for current categories | |||
| ... | |||
| Category20=Relevant Tool Category #10 | |||
| SeeAlso=Possible other site to refer to (eg, on semanticweb.org), without "http://" | |||
| PublicMailingList=URI of a public mailing list archive, without "http://" | |||
| PreferredProjectURI=URI of the project (eg, the URI of a doap:Project instance), | |||
which gives primary source of project when dereferenced, without "http://" | |||
| DOAPFile=Possible URI of a DOAP description, without "http://" | |||
| Institution=Company, University, etc, whose product this tool is | |||
}} |
Revision as of 10:20, 25 August 2011
Introduction
This page is for Semantic MediaWiki testing. So far I don't use it for real yet - Daniel K. Schneider 18:40, 24 August 2011 (CEST)
Simple tests
The example from the Installation Manual
Property test: [[testproperty::Dummypage]]
gives:
- Property test: Dummypage
Same but using an existing page:
Property test: [[Part-of Mediawiki::Semantic MediaWiki]]
gives
- Property test: Semantic MediaWiki
InfoBox
An infobox about facts in page can be automatically generated at the end of the page by setting a parameter in LocalSettings.php .....
Forms extensions
Let's see if the tools template from W3C works
[[Category:Relevant Tool Category #1;
see Category:Tool for current categories]]
The full name of the tool, defaults to pagename
Name of the tool: | The full name of the tool, defaults to pagename |
---|---|
Home page: | Short text for homepage, if URL is too long |
Programming Language(s) that can be used with the tool: | [[:Programming language#1_that_can_be_used_with_this_tool;_
_possible_values:_C,_C++,_C-sharp,_LISP,_Prolog,_Python,_PHP,_Java,_Javascript,_ _Go,_.Net,_Flex,_ActionScript,_Tcl,_Perl,_Ruby,_Haskell,_Fortran,_Scala,_Obj-C|programming language #1 that can be used with this tool; possible values: C, C++, C-sharp, LISP, Prolog, Python, PHP, Java, Javascript, Go, .Net, Flex, ActionScript, Tcl, Perl, Ruby, Haskell, Fortran, Scala, Obj-C]] |
Relevant Semantic Web technologies: | [[:Relevant SW Technology (RDF, RDFS, etc)#1;_
_possible_values:_RDF,_RDFS,_OWL,_RDFa,_SKOS,_SPARQL,_ _POWDER,_GRDDL,_RIF|Relevant SW Technology (RDF, RDFS, etc) #1; possible values: RDF, RDFS, OWL, RDFa, SKOS, SPARQL,
POWDER, GRDDL, RIF]], Relevant SW Technology (RDF, RDFS, etc) #10
|
Categories: | [[:Category:Relevant Tool Category#1;_
_see_Category:Tool_for_current_categories|Relevant Tool Category #1; see Category:Tool for current categories]] |
See Also: | http://Possible other site to refer to (eg, on semanticweb.org), without "http://" |
Public mailing list: | http://URI of a public mailing list archive, without "http://" |
Preferred project URI: | http://URI of the project (eg, the URI of a doap:Project instance),
which gives primary source of project when dereferenced, without "http://" Property "SameAs" (as page type) with input value "http://URI of the project (eg, the URI of a doap:Project instance), </br> which gives primary source of project when dereferenced, without "http://"" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.
|
DOAP Reference: | http://Possible URI of a DOAP description, without "http://" |
Company or Institution: | Company, University, etc, whose product this tool is |
(Tool description last modified on 2011-08-25.)