lspace.ns.vocab.schema.emissionsCO2.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 emissionsCO2 extends PropertyDef(
iri = "http://schema.org/emissionsCO2",
iris = Set("http://schema.org/emissionsCO2"),
label = "emissionsCO2",
comment = """The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put "g/km" into the unitText property of that value, since there is no UN/CEFACT Common Code for "g/km".""",
`@extends` = List(),
`@range` = List(`@number`)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}