smaoin.mdwn 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <div class="infobox">
  2. <h2>Links</h2>
  3. <ul>
  4. <li> [[News]]
  5. <li> [[Releases]]
  6. <li> [[Forum]]
  7. <li> [[Tickets]]
  8. </ul>
  9. </div>
  10. [[!toc]]
  11. # Introduction
  12. **Smaoin** is an information model, i.e. a general model for conceptual
  13. description, modeling and management of information and knowledge.
  14. Smaoin provides a scheme for expressing meaning (e.g. facts, questions,
  15. stories, quotes, scientific data) using a certain structure (e.g. table, list,
  16. map). Smaoin's specific scheme is based on [[!wikipedia "set theory"]], and is
  17. somewhat more general than some popular models (e.g. [[!wikipedia SQL]]). This
  18. generality brings a lot of expressive power and flexibility.
  19. Smaoin connects people and computers - it is a model that both humans and
  20. computers can equally use to read and write information.
  21. Since Smaoin focuses on the *expression* of information rather than
  22. *representation*, it is also called an "expression model" in some of the
  23. documents. The terms "Smaoin" and "the expression model" refer to the same
  24. thing. I used "expression model" everywhere before I chose the name Smaoin.
  25. The model Smaoin suggests is not entirely new: In fact, most of it is very
  26. similar to other semantic information models such as
  27. [[!wikipedia "Resource Description Framework" desc=RDF]] and
  28. [[!wikipedia Gellish]]. But Smaoin does have its own unique features and ideas.
  29. # Freedom
  30. Smaoin is dedicated to freedom and sharing. Its materials are released to the
  31. public domain using CC0. See [[/freedom]].
  32. # Documentation
  33. The two primary documents released by Smaoin are:
  34. - [[Definition]] - "official" description of the model
  35. - [[Tutorial]] - friendly guide for fun learning
  36. For further learning and exploration, and as design and development tools,
  37. there are also the following documents. They may be a bit outdated. Until this
  38. is fixed, [[Idan]] and [[Kadma]] may provide useful information.
  39. - [[Theory]]
  40. - [[Tools]]
  41. - [[Early design|early-design]]
  42. - [[Design]]
  43. # Bugs, Ideas, Tasks and Decisions
  44. See these:
  45. - [[tickets]]
  46. - [[decisions]]