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

org.schema.DanceGroup Maven / Gradle / Ivy

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

/**
 * Schema.org/DanceGroup
 * A dance group—for example, the Alvin Ailey Dance Theater or Riverdance.
 *
 * @author schema.org
 * @class DanceGroup
 * @module org.schema
 * @extends PerformingGroup
 */
public class DanceGroup extends PerformingGroup {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public DanceGroup() {
		context = "http://schema.org/";
		type = "DanceGroup";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy