HowTo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 40: | Line 40: | ||
You'll get visualizations of your structure in UML and a prototype Wiki content as a result | You'll get visualizations of your structure in UML and a prototype Wiki content as a result | ||
=== Convert Existing Content === | |||
If you have existing content (like the SMWCon List of Attendees), convert it to use the newly created semantic structure. This may involve: | |||
* Transforming existing content to semantic mediawiki pages (e.g by adapting existing templates or importing structured content) | |||
* Replacing free-text information with property assignments | |||
* Creating new pages for concepts that were previously only mentioned in free text | |||
* changing the Structure to faciliated linking between contents to create a true knowled graph | |||
=== Maintain Consistency === | |||
Regularly review and update your semantic structure. As your domain evolves, make sure to: | |||
* Update the Context | |||
* Regenerate semantic elements and the diagrams as needed | |||
* Refactor existing content to match the updated structure | |||
=== Tools == | |||
All tools being used are open source and have been used for many years in quite a few projects already. | |||
* wikipush | |||
* py-sidif | |||
* pyMetaModel | |||
* pyMediaWikiDocker | |||
* py-y-principle generator | |||
==== AI / ChatBots === | |||
With AI and Chatbots following this process is even simpler, faster and more effective. | |||
== Examples == | == Examples == | ||
Line 56: | Line 82: | ||
Over the years, additions were made, but unfortunately, SMWCon didn't fully embrace the power of self -reflective semantification. | Over the years, additions were made, but unfortunately, SMWCon didn't fully embrace the power of self -reflective semantification. | ||
== Lessons Learned from SMWCon == | == Lessons Learned from SMWCon == | ||
Line 87: | Line 91: | ||
5. Embrace Self-Reflection: Implement a system where your wiki's structure is itself described semantically, allowing for easier management and evolution of your knowledge base. | 5. Embrace Self-Reflection: Implement a system where your wiki's structure is itself described semantically, allowing for easier management and evolution of your knowledge base. | ||
= Links = | |||
* [https://www.semantic-mediawiki.org/wiki/Metadata_management Metadata management in Semantic MediaWiki] | * [https://www.semantic-mediawiki.org/wiki/Metadata_management Metadata management in Semantic MediaWiki] | ||
* [https://www.semantic-mediawiki.org/wiki/Help:Properties Working with properties in SMW] | * [https://www.semantic-mediawiki.org/wiki/Help:Properties Working with properties in SMW] | ||
* [https://www.semantic-mediawiki.org/wiki/Help:Semantification_tutorials Semantification tutorials] | * [https://www.semantic-mediawiki.org/wiki/Help:Semantification_tutorials Semantification tutorials] | ||
<headertabs/> | |||