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

org.schema.EducationEvent Maven / Gradle / Ivy

package org.schema;

/**
 * Schema.org/EducationEvent
 * SchemaEvent type: Education event.
 *
 * @author schema.org
 * @class EducationEvent
 * @module org.schema
 * @extends SchemaEvent
 */
public class EducationEvent extends SchemaEvent {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public EducationEvent() {
		context = "http://schema.org/";
		type = "EducationEvent";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy