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

org.schema.AdministrativeArea Maven / Gradle / Ivy

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

/**
 * Schema.org/AdministrativeArea
 * A geographical region, typically under the jurisdiction of a particular government.
 *
 * @author schema.org
 * @class AdministrativeArea
 * @module org.schema
 * @extends Place
 */
public class AdministrativeArea extends Place {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public AdministrativeArea() {
		context = "http://schema.org/";
		type = "AdministrativeArea";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy