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

org.schema.Church Maven / Gradle / Ivy

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy