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

org.schema.Series Maven / Gradle / Ivy

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

/**
 * Schema.org/Series
 * 

* A Series in schema.org is a group of related items, typically but not necessarily of the same kind. * * @author schema.org * @class Series * @module org.schema * @extends CreativeWork */ public class Series extends CreativeWork { /** * Constructor, automatically sets @context and @type. * * @constructor */ public Series() { context = "http://schema.org/"; type = "Series"; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy