lspace.ns.vocab.schema.artworkSurface.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 artworkSurface extends PropertyDef(
iri = "http://schema.org/artworkSurface",
iris = Set("http://schema.org/artworkSurface"),
label = "artworkSurface",
comment = """The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.""",
`@extends` = List(),
`@range` = List(`@string`, URL.ontology)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}