lspace.ns.vocab.schema.tongueWeight.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 tongueWeight extends PropertyDef(
iri = "http://schema.org/tongueWeight",
iris = Set("http://schema.org/tongueWeight"),
label = "tongueWeight",
comment = """The permitted vertical load (TWR) of a trailer attached to the vehicle. Also referred to as Tongue Load Rating (TLR) or Vertical Load Rating (VLR)
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
}