2,153
edits
No edit summary |
No edit summary |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 26: | Line 26: | ||
* Semantic Mediawiki adds structured information and views (Wikipedia [http://www.gossamer-threads.com/lists/wiki/foundation/216574#216574 considers their approach]) | * Semantic Mediawiki adds structured information and views (Wikipedia [http://www.gossamer-threads.com/lists/wiki/foundation/216574#216574 considers their approach]) | ||
** '''We are going to learn markup encoding in order to have more control over content and appearance''' | ** '''We are going to learn markup encoding in order to have more control over content and appearance''' | ||
=== To add === | |||
* culture, content, technology | |||
* distributing content | |||
== The wiki model == | |||
pages, links, categories | |||
== Access models == | == Access models == | ||
Line 228: | Line 236: | ||
</div> | </div> | ||
{{Practice|Add a population annotation to your place.}} | {{Practice|Add a population annotation to your [[:Category:Place|place]].}} | ||
* [http://semantic-mediawiki.org/wiki/Help:Properties_and_types#List_of_data_types Built-in types] | * [http://semantic-mediawiki.org/wiki/Help:Properties_and_types#List_of_data_types Built-in types] | ||
Line 235: | Line 243: | ||
* Subtypes | * Subtypes | ||
** A city is a place | ** A city is a place | ||
* '''With inline properties, you can annotate any page in a freeform way, and query those annotations on other pages, using views like maps and timelines, simple lists for todo items, sums for numbers, etc''' | |||
== Queries == | == Queries == | ||
Line 248: | Line 258: | ||
''Instead of using inline property assignments, semantic classes use templates with value assignments. This allows display formatting and further, consistent semantic interaction according to the template name (which is usually the category).'' | ''Instead of using inline property assignments, semantic classes use templates with value assignments. This allows display formatting and further, consistent semantic interaction according to the template name (which is usually the category).'' | ||
{{Practice|Change your page so it's a an Entity.}} | {{Practice|Change your page so it's a an Entity.}} | ||
Line 259: | Line 268: | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
</div> | </div> | ||
Classes are composed of: | |||
* A '''template''', which both assigns properties and displays them. You can change it to have all the pages look the same. | |||
* '''Properties''', which is the collection of distinct data about that class | |||
* A '''form''', which makes it easier to enter new page in that class | |||
* {{PSITE|Special:CreateClass}} (template, properties, forms) | * {{PSITE|Special:CreateClass}} (template, properties, forms) | ||
Line 355: | Line 371: | ||
Forms and templates can support multiple properties per field. | Forms and templates can support multiple properties per field. | ||
{{Practice|Create your own semantic class with template, properties, form. Add pages to it | {{Practice|Create your own semantic class using {{PSITE|Special:CreateClass}} with template, properties, form. Add pages to it Include a Place field that has a type of Page }} | ||
{{See|[http://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms documentation].}} | {{See|[http://www.mediawiki.org/wiki/Extension:Semantic_Forms Semantic Forms documentation].}} | ||
Line 386: | Line 401: | ||
''If the page's population is greater than 50000, then put it in the category of city.'' | ''If the page's population is greater than 50000, then put it in the category of city.'' | ||
* ''If it's within 500m of | * ''If it's within 500m of a place...'' | ||
* ''If it has been visited in the last 4 months'' | * ''If it has been visited in the last 4 months'' | ||
* ''If it has a picture...'' | * ''If it has a picture...'' | ||
Line 424: | Line 439: | ||
= Hosting = | = Hosting = | ||
* Export a site, modularize by category | * [[Special:Export]] a site, modularize by category | ||
** Complete site export | ** Complete site export | ||
* [[Special:Version]] | * [[Special:Version]] | ||
Line 437: | Line 452: | ||
* Mediawiki help sites and community | * Mediawiki help sites and community | ||
* Semantic mediawiki help sites and community | * Semantic mediawiki help sites and community | ||
* If it's for an open cause, ask me | * If it's for an open cause, ask me or other [semantic] wikiers | ||
** User group | ** User group | ||