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

org.schema.TouristAttraction Maven / Gradle / Ivy

package org.schema;

/**
 * Schema.org/TouristAttraction
 * A tourist attraction.
 *
 * @author schema.org
 * @class TouristAttraction
 * @module org.schema
 * @extends Place
 */
public class TouristAttraction extends Place {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public TouristAttraction() {
		context = "http://schema.org/";
		type = "TouristAttraction";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy