https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki
Semantic MediaWiki (SMW) is a free, open-source extension to MediaWiki – the wiki software that powers Wikipedia – that lets you store and query data within the wiki's pages.
It uses concepts from the semantic web to store data within the wiki's page. Specifically triples of the form (subject, predicate, object)
e.g (WikiPage, Property, Value)
. For example, you could write on a wiki page:
// Subject (e.g Wikipage) is default to the page where the text is written
// the format is [[Property name::property value]]
Arnaud is from [[Has town::Saint-Denis]], a city from [[Has country::Ile de La Reunion]].
SMW provides 17 datatypes (boolean, number, etc.) and more can be created.