Structured semantic wiki ready to deploy on Microsoft Azure.
RDF annotations, #ask queries and RDF/OWL export
operational from first boot — no manual configuration required.
| Component | Value |
|---|---|
| Operating System | Ubuntu Server 22.04 LTS |
| Wiki Platform | MediaWiki 1.43.0 |
| Semantic Extension | Semantic MediaWiki 6.0.1 |
| Included Extensions | SemanticResultFormats, Maps |
| Web Server | Apache 2.4 with HTTP → HTTPS redirect |
| Language | PHP 8.2 (official PPA) |
| Database | MySQL 8.0 |
| Security | Auto-provisioned HTTPS certificate · SSH key authentication |
| Provisioning | Automatic first-boot — no manual configuration required |
| Recommended VMs | B2s, D2s_v3, D4s_v3 (Azure) |
Enrich your wiki pages with typed properties — text, number, date, URL, geographic coordinates.
#ask QueriesQuery your data directly in the wiki with #ask syntax — tables, lists, calendars, charts.
Export wiki data as RDF triples via Special:ExportRDF. SPARQL queries are available when connected to an external triplestore (e.g., Apache Jena Fuseki).
Export your knowledge in RDF, OWL or JSON-LD for interoperability with your other systems.
Visualize your queries as charts, calendars, timelines, maps and much more.
Pre-configured image for common Azure SKUs — wiki operational in 5–10 minutes from the Marketplace.
After deployment from Azure Marketplace, the wiki is immediately accessible.
https://<your-vm-ip>/wiki/
# The admin username is defined during Azure deployment
# Go to: https://<your-vm-ip>/wiki/Special:UserLogin
[[Category:Person]]
[[Name::Michel Héon]]
[[Role::Semantic Engineer]]
[[Organization::Cotechnoe]]
{{#ask: [[Category:Person]]
| ?Name
| ?Role
| ?Organization
| format=table
}}
# Connect via SSH to the VM
ssh adminuser@<your-vm-ip>
# Install a Let's Encrypt certificate with Certbot
sudo certbot --apache -d your-domain.com
| Topic | English | French |
|---|---|---|
| Deploying from the Marketplace | Deploying-from-Marketplace.md | Deploying-from-Marketplace-fr.md |
| Post-deployment Verification | Post-Deployment-Verification.md | Post-Deployment-Verification-fr.md |
| HTTPS / TLS Certificate | HTTPS-TLS-Certificate.md | HTTPS-TLS-Certificate-fr.md |
| Wiki Administration | Administering-the-Wiki.md | Administering-the-Wiki-fr.md |
| Semantic MediaWiki Basics | Semantic-MediaWiki-Basics.md | Semantic-MediaWiki-Basics-fr.md |
| Troubleshooting | Troubleshooting.md | Troubleshooting-fr.md |