lspace.ns.vocab.schema.fileSize.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 fileSize extends PropertyDef(
iri = "http://schema.org/fileSize",
iris = Set("http://schema.org/fileSize"),
label = "fileSize",
comment = """Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.""",
`@extends` = List(),
`@range` = List(`@string`)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}