lspace.ns.vocab.schema.DriveWheelConfigurationValue.scala Maven / Gradle / Ivy
The newest version!
package lspace.ns.vocab.schema
import lspace.ns.vocab.schema._
import lspace.structure.{Property => LProperty, OntologyDef}
object DriveWheelConfigurationValue extends OntologyDef(
iri = "http://schema.org/DriveWheelConfigurationValue",
iris = Set("http://schema.org/DriveWheelConfigurationValue"),
label = "DriveWheelConfigurationValue",
comment = """A value indicating which roadwheels will receive torque.""",
`@extends` = List(QualitativeValue.ontology)
){
object keys extends lspace.ns.vocab.schema.QualitativeValue.Properties{
}
override lazy val properties: List[LProperty] = List()
trait Properties extends lspace.ns.vocab.schema.QualitativeValue.Properties{
}
}