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

org.schema.BodyOfWater Maven / Gradle / Ivy

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

/**
 * Schema.org/BodyOfWater
 * A body of water, such as a sea, ocean, or lake.
 *
 * @author schema.org
 * @class BodyOfWater
 * @module org.schema
 * @extends Landform
 */
public class BodyOfWater extends Landform {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public BodyOfWater() {
		context = "http://schema.org/";
		type = "BodyOfWater";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy