lspace.ns.vocab.schema.lodgingUnitDescription.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 lodgingUnitDescription extends PropertyDef(
iri = "http://schema.org/lodgingUnitDescription",
iris = Set("http://schema.org/lodgingUnitDescription"),
label = "lodgingUnitDescription",
comment = """A full description of the lodging unit.""",
`@extends` = List(),
`@range` = List(`@string`)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}