![JAR search and dependency download from the Maven repository](/logo.png)
org.schema.Zoo Maven / Gradle / Ivy
package org.schema;
/**
* Schema.org/Zoo
* A zoo.
*
* @author schema.org
* @class Zoo
* @module org.schema
* @extends CivicStructure
*/
public class Zoo extends CivicStructure {
/**
* Constructor, automatically sets @context and @type.
*
* @constructor
*/
public Zoo() {
context = "http://schema.org/";
type = "Zoo";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy