lspace.ns.vocab.schema.byMonth.scala Maven / Gradle / Ivy
The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.Label.D._
import lspace.Label.P._
import lspace.structure.{Property => LProperty, PropertyDef}
object byMonth extends PropertyDef(
iri = "http://schema.org/byMonth",
iris = Set("http://schema.org/byMonth"),
label = "byMonth",
comment = """Defines the month(s) of the year on which a recurring Event takes place. Specified as an Integer between 1-12. January is 1.""",
`@extends` = List(),
`@range` = List(`@int`)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}