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

org.schema.Conversation Maven / Gradle / Ivy

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

/**
 * Schema.org/Conversation
 * One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties.
 *
 * @author schema.org
 * @class Conversation
 * @module org.schema
 * @extends CreativeWork
 */
public class Conversation extends CreativeWork {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public Conversation() {
		context = "http://schema.org/";
		type = "Conversation";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy