Thing > Organization > NGO
Organization: Non-governmental Organization.| Property | Expected Type | Description |
|---|---|---|
| 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. |
contactPoint |
ContactPoint | A contact point for a person or organization. |
contactPoints |
ContactPoint | A contact point for a person or organization (legacy spelling; see singular form, contactPoint). |
email |
Text | Email address. |
employee |
Person | Someone working for this organization. |
employees |
Person | People working for this organization. (legacy spelling; see singular form, employee) |
event |
Event | Upcoming or past event associated with this place or organization. |
events |
Event | Upcoming or past events associated with this place or organization (legacy spelling; see singular form, event). |
faxNumber |
Text | The fax number. |
founder |
Person | A person who founded this organization. |
founders |
Person | A person who founded this organization (legacy spelling; see singular form, founder). |
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. |
member |
Person or Organization | A member of this organization. |
members |
Person or Organization | A member of this organization (legacy spelling; see singular form, member). |
review |
Review | A review of the item. |
reviews |
Review | Review of the item (legacy spelling; see singular form, review). |
telephone |
Text | The telephone number. |
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/NGO">
<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="member" itemscope itemtype="http://schema.org/Organization">
Member1
</span>,
<span itemprop="member" itemscope itemtype="http://schema.org/Organization">
Member2
</span>,
History:
</div>