SMW notes: Difference between revisions
Jump to navigation
Jump to search
Undo revision 3647 by Osejisycym (talk)
(Undo revision 3647 by Osejisycym (talk)) |
|||
(15 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Some tips and tricks for using Semantic Mediawiki from SMW mailing list, various web sites, etc. | Some tips and tricks for using Semantic Mediawiki from SMW mailing list, various web sites, etc. | ||
== Workshops, tutorials, etc == | |||
* [[Semantic Mediawiki workshop]] | |||
* [[Encouraging SMW use with non technical people]] | |||
* [[Semantic Mediawiki compared with Drupal and content management systems]] | |||
* [https://dya-knowledge.sogeti.nl/dir/DyA_Infrastructure_decomposition_and_modeling information modelling] | |||
== Other tip sources == | == Other tip sources == | ||
http://semantic-mediawiki.org/wiki/FAQ | |||
http://smwforum.ontoprise.com/smwforum/images/a/ad/Manual_SMW.pdf | http://smwforum.ontoprise.com/smwforum/images/a/ad/Manual_SMW.pdf | ||
Line 12: | Line 21: | ||
http://semantic-mediawiki.org/wiki/Image:SMW_quick_reference.pdf | http://semantic-mediawiki.org/wiki/Image:SMW_quick_reference.pdf | ||
http://www.organicdesign.co.nz/MediaWiki_code_snippets (mediawiki) | |||
http://smw.referata.com/wiki/Overview_of_Semantic_MediaWiki_and_Semantic_Forms | |||
== Data design == | == Data design == | ||
Line 29: | Line 42: | ||
== Discussion == | == Discussion == | ||
Categories can be hierarchical; properties can't (yet). | Categories can be hierarchical; properties can't (yet) - actually they can be, using subproperty of. | ||
When to use categories vs properties? | When to use categories vs properties? | ||
Line 72: | Line 85: | ||
http://www.mediawiki.org/wiki/How_to_debug#Profiling | http://www.mediawiki.org/wiki/How_to_debug#Profiling | ||
== Semantic Mediawiki performance == | |||
http://www.snpedia.com/index.php/Special:Statistics | |||
20,000 pages, 132,00 property values for 60 properties | |||
=== Mediawiki performance tuning === | === Mediawiki performance tuning === | ||
Line 82: | Line 101: | ||
<nowiki>[[Went past deadline::{{#expr:{{{End date|}}}>{{{Deadline|}}} }}]]</nowiki> | <nowiki>[[Went past deadline::{{#expr:{{{End date|}}}>{{{Deadline|}}} }}]]</nowiki> | ||
=== Remote data === | |||
Philipp writes: | |||
if you want to query an SMW installation from remote and re-use the results in | |||
other applications, I recommend checking out our [http://smwforum.ontoprise.com/smwforum/index.php/Help:Basic_Triplestore Triplestore Connector]. It delivers the results as XML format (compliant with the SPARQL recommendation). | |||
If you want to query semantic data in your wiki, coming from another SMW | |||
installation you should take a further look at the [http://projects.csail.mit.edu/wibit/wiki/index.php?title=Wibit Exhibit result printer]. | |||
[http://www.basil-ell.de/data_integration/ Freebase query] | |||
=== Hiding set data === | === Hiding set data === | ||
Line 125: | Line 156: | ||
$smwgNamespacesWithSemanticLinks array | $smwgNamespacesWithSemanticLinks array | ||
=== Enable links in property values === | |||
$smwgLinksInValues = true; | |||
== Dark background theme css == | |||
http://software.wikia.com/wiki/User:Ose/SMW.css | |||
== Multi language SMW == | == Multi language SMW == |