lspace.ns.vocab.schema.accelerationTime.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 accelerationTime extends PropertyDef(
iri = "http://schema.org/accelerationTime",
iris = Set("http://schema.org/accelerationTime"),
label = "accelerationTime",
comment = """The time needed to accelerate the vehicle from a given start velocity to a given target velocity.
Typical unit code(s): SEC for seconds
- Note: There are unfortunately no standard unit codes for seconds/0..100 km/h or seconds/0..60 mph. Simply use "SEC" for seconds and indicate the velocities in the name of the QuantitativeValue, or use valueReference with a QuantitativeValue of 0..60 mph or 0..100 km/h to specify the reference speeds.
""",
`@extends` = List(),
`@range` = List(QuantitativeValue.ontology)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}