Corporation
From getSchema
This Page Semantic Annotations
- type = http://schema.org/CreativeWork
- name = Corporation
- url = http://getschema.org/index.php?title=Corporation
- inLanguage = en
- discussionUrl = http://getschema.org/index.php?title=Talk:Corporation
- publisher = http://binarypark.org
- publishingPrinciples = getSchema:About
- dateModified = 2012-12-07
- interactionCount = 353,339
- version = 1257
|
|
File:Corporation.png Corporation UML Diagram |
| Supertypes = Thing, Organization |
| Subtypes = none |
| Inherited properties = additionalType:URL, description:Text, image:URL, name:Text, url:URL, address:PostalAddress, aggregateRating:AggregateRating, brand:(Brand or Organization) contactPoints:ContactPoint, duns:Text, email:Text, employees:Person, events:Event, faxNumber:Text, founders:Person, foundingDate:Date, globalLocationNumber:Text, hasPOS:Place, interactionCount:Text, isicV4:Text, legalName:Text, location:(Place or PostalAddress), logo:(ImageObject or URL), makesOffer:Offer, members:(Person:Organization), naics:Text, owns:(OwnershipInfo or Product), reviews:Review, seeks:Demand, taxID:Text, telephone:Text, vatID:Text |
| Properties = tickerSymbol:Text |
| Defined by = http://schema.org/Corporation |
| Install RuleTheWeb! the Firefox extension using Schema.org annotations! |
Contents |
Description
This class contains derivatives of IPTC rNews properties. rNews is a data model of publishing metadata with serializations currently available for RDFa as well as HTML5 Microdata. More information about the IPTC and rNews can be found at rnews
Examples
A sample description of Trump Organization:
The Trump Organization is a limited liability corporation conglomerate based in Trump Tower in Manhattan, New York. Founded by Donald Trump, the organization has a stake in Trump Entertainment Resorts, which owns and operates the Trump Taj Mahal, the Trump Plaza, and the Trump Marina casinos in Atlantic City, New Jersey.
<div itemid="http://www.trump.com/" itemscope itemtype="http://schema.org/Corporation"> <span itemprop="name">The Trump Organization</span> is a limited liability corporation conglomerate based in Trump Tower in <span itemprop="location"> <span itemscope itemtype="http://schema.org/Place"> <span itemscope itemprop="address"> <span itemprop="streetAddress"> 725 Fifth Avenue, </span> <span itemprop="addressLocality"> Manhattan </span> </span> </span> </span>. Founded by <span itemprop="founders"> <span itemscope itemtype="http://schema.org/Person"> <span itemprop="name">Donald Trump</span> </span> </span>, the organization has a stake in <span itemprop="members"> <span itemscope itemtype="http://schema.org/Organization"> <span itemprop="name"> Trump Entertainment Resorts </span> </span>,which owns and operates the <span itemscope itemtype="http://schema.org/Organization"> <span itemprop="name"> Trump Taj Mahal </span> </span>, the <span itemscope itemptype="http://schema.org/Organization"> <span itemprop="name"> Trump Plaza </span> </span>, and the <span itemscope itemtype="http://schema.org/Organization"> <span itemprop="name"> Trump Marina </span> </span> </span> casinos in <span itemprop="location"> <span itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="addressLocality"> Atlantic City </span>, <span itemprop="addressRegion"> New Jersey </span> </span> </span>. </div>