lspace.ns.vocab.schema.roofLoad.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 roofLoad extends PropertyDef(
iri = "http://schema.org/roofLoad",
iris = Set("http://schema.org/roofLoad"),
label = "roofLoad",
comment = """The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.
Typical unit code(s): KGM for kilogram, LBR for pound
- Note 1: You can indicate additional information in the name of the QuantitativeValue node.
- Note 2: You may also link to a QualitativeValue node that provides additional information using valueReference
- Note 3: Note that you can use minValue and maxValue to indicate ranges.
""",
`@extends` = List(),
`@range` = List(QuantitativeValue.ontology)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}