![JAR search and dependency download from the Maven repository](/logo.png)
org.schema.Reservoir Maven / Gradle / Ivy
package org.schema;
/**
* Schema.org/Reservoir
* A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.
*
* @author schema.org
* @class Reservoir
* @module org.schema
* @extends BodyOfWater
*/
public class Reservoir extends BodyOfWater {
/**
* Constructor, automatically sets @context and @type.
*
* @constructor
*/
public Reservoir() {
context = "http://schema.org/";
type = "Reservoir";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy