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

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

The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object TheaterGroup extends OntologyDef(
        iri = "http://schema.org/TheaterGroup",
        iris = Set("http://schema.org/TheaterGroup"),
        label = "TheaterGroup",
        comment = """A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.""",
        `@extends` = List(PerformingGroup.ontology)
       ){
object keys extends lspace.ns.vocab.schema.PerformingGroup.Properties{

}
override lazy val properties: List[LProperty] = List()
trait Properties extends lspace.ns.vocab.schema.PerformingGroup.Properties{

}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy