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

lspace.ns.vocab.schema.seatingCapacity.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 seatingCapacity extends PropertyDef(
        iri = "http://schema.org/seatingCapacity",
        iris = Set("http://schema.org/seatingCapacity"),
        label = "seatingCapacity",
        comment = """The number of persons that can be seated (e.g. in a vehicle), both in terms of the physical space available, and in terms of limitations set by law.

Typical unit code(s): C62 for persons""", `@extends` = List(), `@range` = List(`@number`, QuantitativeValue.ontology) ){ override lazy val properties: List[LProperty] = List() trait Properties }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy