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

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

""", `@extends` = List(), `@range` = List(QuantitativeValue.ontology) ){ override lazy val properties: List[LProperty] = List() trait Properties }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy