All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.schema.TheaterGroup Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package org.schema;

/**
 * Schema.org/TheaterGroup
 * A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.
 *
 * @author schema.org
 * @class TheaterGroup
 * @module org.schema
 * @extends PerformingGroup
 */
public class TheaterGroup extends PerformingGroup {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public TheaterGroup() {
		context = "http://schema.org/";
		type = "TheaterGroup";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy