SportsTeam
From getSchema
This Page Semantic Annotations
- type = http://schema.org/CreativeWork
- name = SportsTeam
- url = http://getschema.org/index.php?title=SportsTeam
- inLanguage = en
- discussionUrl = http://getschema.org/index.php?title=Talk:SportsTeam
- publisher = http://binarypark.org
- publishingPrinciples = getSchema:About
- dateModified = 2012-11-20
- interactionCount = 349,928
- version = 1220
|
|
File:SportsTeam.png SportsTeam UML Diagram |
| Supertypes = Thing, Organization |
| Subtypes = none |
| Inherited properties = additionalType:URL, description:Text, name:Text, image:URL, 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 = none |
| Defined by = http://schema.org/SportsTeam |
| Install RuleTheWeb! the Firefox extension using Schema.org annotations! |
Description
A football team.
Markup example
Get the RDF! --> http://getschema.org/microdata2rdf/examples/sportsTeam.html
<div itemscope itemtype="http://schema.org/SportsTeam"> <a href="http://www.chelseafc.com/" itemprop="url"> <h1 itemprop="name">Chelsea Football Club</h1> </a> <img src="http://upload.wikimedia.org/wikipedia/en/c/cc/Chelsea_FC.svg" itemprop="image" alt="Chelsea Football Club" /> <div itempprop="description"> Chelsea Football Club is an English football club based in <span itemprop="location" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="addressRegion">Fulham</span>, <span itemprop="addressLocality">London</span>. </span> Founded in <span itemprop="foundingDate">March 10, 1905</span> by <span itemprop="founder" itemscope itemtype="http://schema.org/Person"> <span itemprop="givenName">Henry</span> <span itemprop="additionalName">Augustus</span> </span itemprop="familyName">Mears</span>, </span> they play in the Premier League and have spent most of their history in the top tier of English football. Their home is the 41,837-seat Stamford Bridge stadium, where they have played since their establishment. </div> </div>