UserPreferences

RFC2731


Encoding Dublin Core Metadata in HTML

[WWW]RFC2731: Encoding Dublin Core Metadata in HTML

RFC2731 also introduces the use of the <link> tag for associating an element name prefix with its reference definition, much like XML Namespaces:

   <link rel     = "schema.DC"
         href    = "http://purl.org/DC/elements/1.0/">
   <link rel     = "schema.Atom"
         href    = "http://purl.org/atom/ns#">

   <link rel     = "Atom.edit"
         href    = "http://example.org/entries/1.atom">

Note that HTML link @rel and meta @name attributes are case-insensitive.