Difference between revisions of "Metadata"

From Freephile Wiki
Jump to navigation Jump to search
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Feature
+
[[smw:Semantic MediaWiki]] is a large extension of the MediaWiki ecosystem.  In wikis where it is deployed, you can have semantics (meaning) attached to your words and data so that the words and data are meaningful to the system.  The words and numbers become a database.
|image=SemanticMediaWiki Logo.png
 
|imgdesc=Semantic MediaWiki
 
|title=
 
}}
 
{{#set:feature description = Semantic MediaWiki is a large extension of the MediaWiki ecosystem.  In wikis where it is deployed such as this one, you can have semantics (meaning) attached to your words and data so that the words and data are meaningful to the system.  Your content becomes a database. }}
 
{{#set:feature notes = Just like the spreadsheet allows knowledge workers to practically generate software applications, Semantic MediaWiki is no less revolutionary. Non-technical staff can create powerful databases with form-entry, reports, validations, etc. }}
 
{{#set:feature tests = See the [[Metadata]] page and it's "info box" }}
 
{{#set:feature examples = This page ([[Features]]) uses Semantic MediaWiki to provide a report on all the pages in the [[:Category:Feature|Feature Category]] }}
 
  
With SMW, using simple markup, called annotations, you create the database.  This page is an example of making the annotation.  And the [[Features]] page shows how those annotations become a usable database.
+
With simple markup, called annotations, you create the database.  This page is an example of making the annotation.  And the [[Features]] page shows how those annotations become a usable database.
  
== What's It Good For? ==
+
;<nowiki>[[explainsFeature::SemanticMediaWiki]]</nowiki>: using the regular inline syntax; similar to Category syntax except the normal 'Category' keyword is instead the property
By using semantic data (facilitated by forms and/or templates), you can turn your wiki into a database of events, locations, multi-faceted employee directory, product or service catalog and virtually any other "database" that you can dream up.  The schema of the database is more organic, and doesn't require as much technical know-how to create or modify. Just like the modern spreadsheet allows knowledge workers to practically create "software applications", Semantic MediaWiki lets you do the same; with the benefits of collaboration and sharing the application online.
+
;<nowiki>[[explainsFeature::SemanticMediaWiki| ]]</nowiki>: using a pipe and space character to display nothing
 
 
== Instructions ==
 
Mark up your page content with inline annotations.  Then use the '''[[Special:Browse|Browse]]''' and '''[[Special:Ask|Ask]]''' pages to come up with queries that you can embed into "report" pages.
 
 
 
=== Example Annotations ===
 
;<nowiki>[[explainsFeature::SemanticMediaWiki]]</nowiki>: The regular inline syntax is very similar to Category syntax except the normal 'Category' keyword is instead the property
 
;<nowiki>[[explainsFeature::SemanticMediaWiki| ]]</nowiki>: If you add a pipe and space character, the annotation will not display a link, so use this form to "hide" the annotation from
 
 
;<nowiki>{{#set:
 
;<nowiki>{{#set:
 
explainsFeature=SemanticMediaWiki
 
explainsFeature=SemanticMediaWiki
}}</nowiki>: Using the #set parser tag can help with complicated property names or values.
+
}}</nowiki>: using the #set parser tag
 
+
[[explainsFeature::SemanticMediaWiki]]
== What's In The Box ==
+
[[explainsFeature::SemanticMediaWiki| ]]  
=== Browse ===
+
[[Category:Feature]]
Pages like [[Special:Browse/Features-23_QUERY504415247238cca9574ac4fa4bf3fb91]] reveal information about the semantic data.
 
 
 
=== Ask ===
 
The [[Special:Ask]] page lets you run queries through a form-based wizard making it much easier to get the right query, and the right display
 
 
 
== Case Study / Guide ==
 
https://www.semantic-mediawiki.org is the home for Semantic MediaWiki
 
 
 
Dr. Cindy Cicalese and the team at MITRE have put together a website showcasing the features of Semantic MediaWiki and how it's used at https://collaborate.mitre.org/gestalt/index.php/Main_Page.
 

Revision as of 15:54, 17 January 2016

smw:Semantic MediaWiki is a large extension of the MediaWiki ecosystem. In wikis where it is deployed, you can have semantics (meaning) attached to your words and data so that the words and data are meaningful to the system. The words and numbers become a database.

With simple markup, called annotations, you create the database. This page is an example of making the annotation. And the Features page shows how those annotations become a usable database.

[[explainsFeature::SemanticMediaWiki]]
using the regular inline syntax; similar to Category syntax except the normal 'Category' keyword is instead the property
[[explainsFeature::SemanticMediaWiki| ]]
using a pipe and space character to display nothing
{{#set: explainsFeature=SemanticMediaWiki }}
using the #set parser tag

SemanticMediaWiki