![JAR search and dependency download from the Maven repository](/logo.png)
org.schema.School Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy