SportsEvent
From getSchema
This Page Semantic Annotations
- type = http://schema.org/CreativeWork
- name = SportsEvent
- url = http://getschema.org/index.php/SportsEvent
- inLanguage = en
- discussionUrl = http://getschema.org/index.php/Talk:SportsEvent
- publisher = http://binarypark.org
- publishingPrinciples = getSchema:About
- dateModified = 2013-07-24
- interactionCount = 825,512
- version = 1731
![]()
|
Supertypes = Thing, Event |
Subtypes = none |
Inherited properties = additionalType:URL, description:Text, image:URL, name:Text, sameAs:URL, url:URL,
attendees🙁Person or Organization), duration:Duration, endDate:Date, location🙁Place or PostalAddress), offers:Offer, performer🙁Person or Organization), startDate:Date, subEvent:Event, superEvent:Event |
Properties = none |
Defined by = http://schema.org/SportsEvent |
Install RuleTheWeb! the Firefox extension using Schema.org annotations! |
Contents |
Description
Event type: Sports event.
Examples
SportsEvent like Wimbledon.
RDFa 1.1 Lite
<div vocab="http://schema.org/" typeof="SportsEvent"> <span property="name"> Wimbledon 2012 </span> <span property="startDate"> 25/06/2012 </span> and finished <span property="endDate"> 08/07/2012 </span> <div> <strong>Players who will participate: </strong> <span property="performers"> <span typeof="Person"> <span property="name">Roger Federer</span> </span>, <span typeof="Person"> <span property="name">Rafael Nadal</span> </span>, <span typeof="Person"> <span property="name">Novak Djokovic</span> </span>.... </span> </div> </div>
Microdata
<div itemscope itemtype="http://schema.org/SportsEvent"> <span itemprop="name"> Wimbledon 2012 </span> <span itemprop="startDate"> 25/06/2012 </span> and finished <span itemprop="endDate"> 08/07/2012 </span> <div> <strong>Players who will participate: </strong> <span itemprop="performers" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">Roger Federer</span> </span>, <span itemprop="performes" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">Rafael Nadal</span> </span>, <span itemprop="performers" itemscope itemtype="http://schema.org/Person"> <span itemprop="name">Novak Djokovic</span> </span>.... </div> </div>
Microformats