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

org.schema.School Maven / Gradle / Ivy

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

/**
 * Schema.org/School
 * A school.
 *
 * @author schema.org
 * @class School
 * @module org.schema
 * @extends EducationalOrganization
 */
public class School extends EducationalOrganization {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public School() {
		context = "http://schema.org/";
		type = "School";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy