Metadata: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 20: Line 20:
; Folksomic (natural) tagging
; Folksomic (natural) tagging
* See [[tagging]] and [[tag cloud]]
* See [[tagging]] and [[tag cloud]]
== Technical formats ==
; XML
* Most standards are today published as [[XML]] and most of these are built on top of [[RDF]], but there can be multiple representation formats.
; XHTML Meta Data Profiles
[http://www.gmpg.org/xmdp/description XMDP] is a simple XHTML-based format for defining HTML meta data profiles easy to read and write by both humans and machine. An example would be [http://www.gmpg.org/xfn/ XFN] (XHTML Friends Network, a simple way to represent human relationships using hyperlinks).
;The HTML "Meta" Tag
HTML allows to insert meta tags (as many as you like) into the head of an [[HTML]] document.
Basically it seems that people mostly use the following name attribute values:
* "robots": (to inhibit robot indexing)
<meta name="robots" content="noindex">
* "description": used by search engines
<meta name="description" content="this is a page about metadata">
* "keywords" also used by search engines
<meta name="keywords" content="metadata, dublin core, LOM">
Meta anything=" ". You may use the Dublin Core taxonomy for instance, but this is only useful if you know that a specialized search engine will use it.
Note: The Meta Http-Equiv="..." attribute is used to insert [[HTTP]] directives.


== References ==
== References ==

Revision as of 13:09, 12 April 2007

Draft

Definition

From the Wikipedia:Metadata: Metadata (Greek: meta- + Latin: data "information"), literally "data about data", are information about another set of data.

Standards of interest to education

Languages to create taxonomies for objects like web pages or learning objects
Bibliographic
Organizing, describing information
  • Information Space standards such as Topic maps or more sophisticated RDF/OWL based semantic networks
  • RSS
Folksomic (natural) tagging

Technical formats

XML
  • Most standards are today published as XML and most of these are built on top of RDF, but there can be multiple representation formats.
XHTML Meta Data Profiles

XMDP is a simple XHTML-based format for defining HTML meta data profiles easy to read and write by both humans and machine. An example would be XFN (XHTML Friends Network, a simple way to represent human relationships using hyperlinks).

The HTML "Meta" Tag

HTML allows to insert meta tags (as many as you like) into the head of an HTML document. Basically it seems that people mostly use the following name attribute values:

  • "robots": (to inhibit robot indexing)
<meta name="robots" content="noindex">
  • "description": used by search engines
<meta name="description" content="this is a page about metadata">
  • "keywords" also used by search engines
<meta name="keywords" content="metadata, dublin core, LOM">

Meta anything=" ". You may use the Dublin Core taxonomy for instance, but this is only useful if you know that a specialized search engine will use it.

Note: The Meta Http-Equiv="..." attribute is used to insert HTTP directives.

References

Clay Shirky (2003). The Semantic Web, Syllogism, and Worldview, HTML