HTrademark

hTrademark is a microformat providing a supplement to the traditional ® or ™ signs associated to a pending or registered trademark on paper or a webpage.

It enables add-values such as:

  • Index and search services of trademarks published on the web
  • Direct access to Industrial Property Offices' online Register(s) thanks to standard URIs, web services or the trademark bus
  • Automatic check of the status of the trademark (pending, rejected, registered, expired, canceled...)

List of Attributes

Attribute

Description and Format

htrademark

Indication of a trademark

htrademark-text

Word mark (Verbal element)

htrademark-image

Figurative, combined or other image representation of the trademark

htrademark-id

Trademark Identifier standard (WIPO ST.13)

Examples

Work Mark

Consider the HTML showing a word mark:

 Wikipedia®
 

With hTrademark microformat markup, that becomes:

  • Minimum tagging indicating just a trademark
 <span class="htrademark">Wikipedia®</span>
 

OR

 <span class="htrademark">
   <abbr class="htrademark-text">Wikipedia®</abbr>
 </span>
 
  • Tagging with list of Application Identifiers following WIPO Standard ST.13.
 <span class="htrademark">
   <abbr class="htrademark-text">Wikipedia®</abbr>
   <abbr class="htrademark-id" title="WO500000000839132"/>
   <abbr class="htrademark-id" title="WO500000000907474"/>
   <abbr class="htrademark-id" title="FR500000003418309"/>
   <abbr class="htrademark-id" title="US500000078483359"/>
 </span>
 

Consider the HTML showing a figurative mark:

  <img src="http://www.google.es/intl/en_com/images/logo_plain.png" alt="Google Logo"/>
 

With hTrademark microformat markup, that becomes:

  • Minimum tagging indicating just a trademark
 <div class="htrademark">
   <img class="htrademark-image" src="http://www.google.es/intl/en_com/images/logo_plain.png" alt="Google Logo"/>
 </div>
 
  • Tagging with list of Application Identifiers following WIPO Standard ST.13.
 <div class="htrademark">
   <img class="htrademark-image" src="http://www.google.es/intl/en_com/images/logo_plain.png" alt="Google Logo"/>
   <abbr class="htrademark-id" title="WO500000000881006"/>
   <abbr class="htrademark-id" title="EM500000000881006"/>
   <abbr class="htrademark-id" title="BX500000001921135"/>
   <abbr class="htrademark-id" title="AU500000001111537"/>
 </div>
 

See Also

  • Microformat
  • TM-XML

References

Standard URI Examples through the Trademark Bus