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

lspace.ns.vocab.schema.occupancy.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 occupancy extends PropertyDef(
        iri = "http://schema.org/occupancy",
        iris = Set("http://schema.org/occupancy"),
        label = "occupancy",
        comment = """The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).
Typical unit code(s): C62 for person""",
        `@extends` = List(),
        `@range` = List(QuantitativeValue.ontology)
       ){

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy