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

lspace.ns.vocab.schema.DayOfWeek.scala Maven / Gradle / Ivy

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object DayOfWeek extends OntologyDef(
        iri = "http://schema.org/DayOfWeek",
        iris = Set("http://schema.org/DayOfWeek"),
        label = "DayOfWeek",
        comment = """The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.

Originally, URLs from GoodRelations were used (for Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday plus a special entry for PublicHolidays); these have now been integrated directly into schema.org.""", `@extends` = List(Enumeration.ontology) ){ object keys extends lspace.ns.vocab.schema.Enumeration.Properties{ } override lazy val properties: List[LProperty] = List() trait Properties extends lspace.ns.vocab.schema.Enumeration.Properties{ } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy