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

org.schema.WebSite Maven / Gradle / Ivy

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

/**
 * Schema.org/WebSite
 * A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.
 *
 * @author schema.org
 * @class WebSite
 * @module org.schema
 * @extends CreativeWork
 */
public class WebSite extends CreativeWork {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public WebSite() {
		context = "http://schema.org/";
		type = "WebSite";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy