Setting Up a Collaborative Wiki with MediaWiki and Docker
This guide walks through deploying MediaWiki in a Docker environment to create a shared wiki platform accessible to team members. Whether you're working within a local network or using a cloud server, Docker simplifies the installation process significantly.
Prerequisites
Before starting, ensure you have basic familiarity with MySQL database op ...
Posted on Sat, 30 May 2026 19:33:17 +0000 by mslinuz
Semantic MediaWiki: Structured Data and Semantic Queries
Properties and Semantic Triples
At the core of SMW are properties, which represent typed relationships between entities. When a property and its value are added to a page, they form a triple: subject → predicate → object.
For example, annotating a page titled "Semantic MediaWiki" with the property "Is related to" and the val ...
Posted on Sat, 16 May 2026 22:40:06 +0000 by silentg0d