MusicEvent

From getSchema

Revision as of 15:43, 29 October 2014 by Admin66 (Talk | contribs)

Jump to: navigation, search

Description

A music event from http://www.hamburg.de

Examples

Get the RDF! –> http://getschema.org/microdata2rdf/examples/musicEvent.html

<div itemscope itemtype="http://schema.org/MusicEvent">   <h1 itemprop="name">Villa Sonnenschein - Schmidt Theater</h1>   <div itemprop="location" itemscope itemtype="http://schema.org/PostalAddress">   <strong>Addresse:</strong>   <span itemprop="streetAddress">     Spielbudenplatz 24-25   </span>,   <span itemprop="postalCode">     20359    </span>   <span itemprop="addressLocality">     HAMBURG   </span>   </div>   <div itemprop="performer" itemscope itemtype="http://schema.org/MusicGroup">     <strong>K&uuml;nstler:</strong>     <span itemprop="name">Villa Sonnenschein</span>   </div>   <div>     <strong>Datum:</strong>     <meta itemprop="startDate" content="2013-01-18T20:00Z" />     <meta itemprop="endDate" content="2013-03-09T20:00Z" />      	Fr, 18.01.2013 - Sa, 09.03.2013   </div>    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">     <strong>Preis:</strong>     <span itemprop="price">       28,10     </span>     <span itemprop="priceCurrency">       EUR      </span>   </div>   <div itemprop="description">     Gemeinsam mit singenden Sonnenblumen und sprechenden Bettpfannen helfen grantige Alte einer jungen Liebe auf die      Spr&uuml;nge und vereiteln einen diabolischen Plan. Schr&auml;ger Humor, mitrei&beta;ende Melodien, &uuml;berraschende      Wendungen und endg&uuml;ltige Wahrheiten: Hamburgs originellstes Musical ist endlich wieder zur&uuml;ck!     Felix st&uuml;rzt sich voller Tatendrang in sein neues Bufdi*-Leben im Seniorenheim Villa Sonnenschein.      Hier verliebt er sich Hals &uuml;ber Kopf in die Bestattungs-Auszubildende Melanie, Tochter der gestrengen      Heimleiterin Mechthild. Diese versucht mit allen Mitteln, jede sich anbahnende Gef&uuml;hlsregung von Melanie f&uuml;r      Felix zu unterbinden. Und auch Melanie fragt sich, ob nicht der dubiose Sch&uuml;rzenj&auml;ger Dr. Mathieu die bessere      Partie w&auml;re. Doch da werden die Heimbewohner munter: Die steinalte Diva Carlotta, ihr siebzehnter und meist in      seiner Erinnerung versunkener Mann Hubert und dessen ungehobelter Freund Gustav helfen Felix auf abenteuerliche      Weise, Melanies Herz zu erobern.    </div> </div>

JSON-LD

{ 	"@context": "http://schema.org/", 	"@type": "MusicEvent", 	"name": "Villa Sonnenschein - Schmidt Theater", 	"description": "Gemeinsam mit singenden Sonnenblumen und sprechenden Bettpfannen helfen grantige Alte einer jungen Liebe auf die Spr&uuml;nge und vereiteln einen diabolischen Plan. Schr&auml;ger Humor, mitrei&beta;ende Melodien, &uuml;berraschende ", 	"startDate": "2013-01-18T20:00Z", 	"endDate": "2013-03-09T20:00Z", 	"location": { 		"@type": "PostalAddress", 		"streetAddress": "Spielbudenplatz 24-25", 		"postalCode": "20359", 		"addressLocality": "Hamburg" 	}, 	"performer": 					{ 						"@type": "MusicGroup", 						"name": "Villa Sonnenschein", 						"sameAs": "http://metamarket.info/org/88303878-f96e-4cbb-bc22-f8248cca65a7" 					}, 	"offers": [ 		{ 			"@type": "Offer", 			"url": "http://VillaSonnenschein.de/events/12345/offer/2345", 			"sameAs": "http://metamarket.info/offer/464564687", 			"name": "Scholar Ticket", 			"price": "18.10", 			"priceCurrency": "EUR", 			"availability": "http://schema.org/InStock", 			"potentialAction": [{ 					"@type": "ReadAction", 					"object": "http://metamarket.info/offer/464564687", 					"target": { 						"@type": "EntryPoint", 						"urlTemplate": "http://VillaSonnenschein.de/events/12345/offer/2345", 						"contentType": "application/html", 						"httpMethod": "GET", 						"application": { 							"@type": "WebApplication", 							"name": "Villa Sonnenschein Event", 						} 					}, 				}, 				{ 					"@type": "ConsumeAction/BuyAction", 					"object": "http://metamarket.info/offer/464564687", 					"target": { 						"@type": "EntryPoint", 						"urlTemplate": "http://api.binarypark.org/", 						"contentType": "application/json+ld", 						"httpMethod": "POST", 						"application": { 							"@type": "MobileApplication", 							"@id": "org.binarypark.region.lausitz", 							"name": "Lausitz Heute", 							"operatingSystem": "Android" 						} 					}, 				}, 			] 		}, 		{ 			"@type": "Offer", 			"url": "http://metamarket.info/offer/464564687", 			"name": "Regular Ticket", 			"price": "28.10", 			"priceCurrency": "EUR", 			"availability": "http://schema.org/InStock", 			"potentialAction": { 				"@type": "ConsumeAction/BuyAction", 				"object": "http://metamarket.info/offer/464564687", 				"target": { 					"@type": "EntryPoint", 					"urlTemplate": "http://api.binarypark.org/", 					"contentType": "application/json+ld", 					"httpMethod": "POST", 					"application": { 						"@type": "MobileApplication", 						"@id": "org.binarypark.region.lausitz", 						"name": "Lausitz Heute", 						"operatingSystem": "Android" 					} 				}, 			}, 		}, 	], 	"potentialAction": [ 		{}, 		{}, 	], }

This Page Semantic Annotations

Personal tools

Namespaces

Variants

Actions

Navigation

Toolbox