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

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

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object MeetingRoom extends OntologyDef(
        iri = "http://schema.org/MeetingRoom",
        iris = Set("http://schema.org/MeetingRoom"),
        label = "MeetingRoom",
        comment = """A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall).


See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.""", `@extends` = List(Room.ontology) ){ object keys extends lspace.ns.vocab.schema.Room.Properties{ override lazy val amenityFeature = lspace.ns.vocab.schema.amenityFeature.property} override lazy val properties: List[LProperty] = List() trait Properties extends lspace.ns.vocab.schema.Room.Properties{ override lazy val amenityFeature = lspace.ns.vocab.schema.amenityFeature.property} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy