close
The Wayback Machine - https://web.archive.org/web/20120104174032/http://schema.org/Organization

Thing > Organization

An organization such as a school, NGO, corporation, club, etc.
PropertyExpected TypeDescription
Properties from Thing
description Text A short description of the item.
image URL URL of an image of the item.
name Text The name of the item.
url URL URL of the item.
Properties from Organization
address PostalAddress Physical address of the item.
aggregateRating AggregateRating The overall rating, based on a collection of reviews or ratings, of the item.
contactPoints ContactPoint A contact point for a person or organization.
email Text Email address.
employees Person People working for this organization.
events Event Upcoming or past events associated with this place or organization.
faxNumber Text The fax number.
founders Person A person who founded this organization.
foundingDate Date The date that this organization was founded.
interactionCount Text A count of a specific user interactions with this item—for example, 20 UserLikes, 5 UserComments, or 300 UserDownloads. The user interaction type should be one of the sub types of UserInteraction.
location Place or PostalAddress The location of the event or organization.
members Person or Organization A member of this organization.
reviews Review Review of the item.
telephone Text The telephone number.

More specific types

Schema Draft Version 0.9

Example 1

Original HTML:

Google.Org

Contact Details:
Main address: 38 avenue de l'Opera, F-75002 Paris, France
 Tel: ( 33 1) 42 68 53 00, Fax: ( 33 1) 42 68 53 01
E-mail: secretariat (at) google.org
URL: <a href="http://www.google.org">www.google.org</a>

Members:
- National Scientific Members in 100 countries and territories: Country1, Country2, ...
- Scientific Union Members, 30 organizations listed in this Yearbook: Member 1, Member 2

History:


With Microdata:
<div itemscope itemtype="http://schema.org/Organization">
  <span itemprop="name">Google.org (GOOG)</span>

Contact Details:
  <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
    Main address:
      <span itemprop="streetAddress">38 avenue de l'Opera</span>
      <span itemprop="postalCode">F-75002</span>
      <span itemprop="addressLocality">Paris, France</span>
    ,
  </div>
    Tel:<span itemprop="telephone">( 33 1) 42 68 53 00 </span>,
    Fax:<span itemprop="faxNumber">( 33 1) 42 68 53 01 </span>,
    E-mail: <span itemprop="email">secretariat(at)google.org</span>

Members:
- National Scientific Members in 100 countries and territories: Country1, Country2, ...
- Scientific Union Members, 30 organizations listed in this Yearbook:
  <span itemprop="members" itemscope itemtype="http://schema.org/Organization">
    Member1
  </span>,
  <span itemprop="members" itemscope itemtype="http://schema.org/Organization">
    Member2
  </span>,

History:
</div>