SMW sandbox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(15 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
== Simple tests == | == Simple tests == | ||
'''The example from the | '''The example from the [http://semantic-mediawiki.org/wiki/Help:Installation Installation Manual]''' | ||
Property test: [[testproperty::Dummypage]] | <nowiki>Property test: [[testproperty::Dummypage]]</nowiki> | ||
gives: | gives: | ||
:Property test: [[testproperty::Dummypage]] | |||
Property test: | '''Same but using an existing page''': | ||
<nowiki>Property test: [[Part-of Mediawiki::Semantic MediaWiki]]</nowiki> | |||
gives | |||
:Property test: [[Part-of Mediawiki::Semantic MediaWiki]] | |||
== RunQuery == | |||
''' | [[Special:RunQuery]] | ||
== 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 == | |||
Forms are created within their own namespace | |||
See | |||
* http://www.mediawiki.org/wiki/Extension:Semantic_Forms | |||
'''Example:''' | |||
* [[Form:Opinion item]] | |||
* [[Template: Opinion item]] | |||
== Templates == | |||
Let's see if the tools template from W3C works | |||
* http://www.w3.org/2001/sw/wiki/Template:Tool | |||
... it doesn't, i.e. external URL's become internal | |||
{{Tool | |||
| Name=Jena, a Java RDF API and toolkit | |||
| Homepage=openjena.org | |||
| ProgrammingLanguage1=Java | |||
| SWTechnology1=RDF | |||
| SWTechnology2=RDFS | |||
| SWTechnology3=SPARQL | |||
| SWTechnology4=OWL | |||
| SWTechnology5=GRDDL | |||
| Category1=Triple Store | |||
| Category2=Programming Environment | |||
| Category3=Reasoner | |||
| Category4=Rule Reasoner | |||
| Category5=OWL Reasoner | |||
| Category6=RDFS Reasoner | |||
| PublicMailingList=groups.yahoo.com/group/jena-dev | |||
| SeeAlso=semanticweb.org/wiki/Jena | |||
}} |
Latest revision as of 13:32, 6 June 2013
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
RunQuery
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
Forms are created within their own namespace
See
Example:
Templates
Let's see if the tools template from W3C works
... it doesn't, i.e. external URL's become internal
Jena, a Java RDF API and toolkit
Name of the tool: | Jena, a Java RDF API and toolkit |
---|---|
Home page: | http://openjena.org |
Programming Language(s) that can be used with the tool: | Java |
Relevant Semantic Web technologies: | RDF, RDFS, SPARQL, OWL, GRDDL |
Categories: | Triple Store, Programming Environment, Reasoner, Rule Reasoner, OWL Reasoner, RDFS Reasoner |
See Also: | http://semanticweb.org/wiki/Jena |
Public mailing list: | http://groups.yahoo.com/group/jena-dev |
Preferred project URI: | |
DOAP Reference: | |
Company or Institution: |
(Tool description last modified on 2013-06-6.)