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

org.schema.RiverBodyOfWater Maven / Gradle / Ivy

package org.schema;

/**
 * Schema.org/RiverBodyOfWater
 * A river (for example, the broad majestic Shannon).
 *
 * @author schema.org
 * @class RiverBodyOfWater
 * @module org.schema
 * @extends BodyOfWater
 */
public class RiverBodyOfWater extends BodyOfWater {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public RiverBodyOfWater() {
		context = "http://schema.org/";
		type = "RiverBodyOfWater";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy