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

lspace.ns.vocab.schema.eventSchedule.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 eventSchedule extends PropertyDef(
        iri = "http://schema.org/eventSchedule",
        iris = Set("http://schema.org/eventSchedule"),
        label = "eventSchedule",
        comment = """Associates an Event with a Schedule. There are circumstances where it is preferable to share a schedule for a series of
      repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly
      gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An Event that
      is associated with a Schedule using this property should not have startDate or endDate properties. These are instead defined within the associated
      Schedule, this avoids any ambiguity for clients using the data. The propery might have repeated values to specify different schedules, e.g. for different months
      or seasons.""",
        `@extends` = List(),
        `@range` = List(Duration.ontology)
       ){

override lazy val properties: List[LProperty] = List()
trait Properties 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy