SMW notes: Difference between revisions
Undo revision 3647 by Osejisycym (talk)
(Undo revision 3647 by Osejisycym (talk)) |
|||
(13 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 14: | Line 23: | ||
http://www.organicdesign.co.nz/MediaWiki_code_snippets (mediawiki) | 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 31: | 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 74: | 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 85: | Line 102: | ||
<nowiki>[[Went past deadline::{{#expr:{{{End date|}}}>{{{Deadline|}}} }}]]</nowiki> | <nowiki>[[Went past deadline::{{#expr:{{{End date|}}}>{{{Deadline|}}} }}]]</nowiki> | ||
== Remote data == | === Remote data === | ||
Philipp writes: | Philipp writes: | ||
Line 94: | Line 111: | ||
If you want to query semantic data in your wiki, coming from another SMW | 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]. | 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 137: | 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 == |