lspace.ns.vocab.schema.printPage.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 printPage extends PropertyDef(
iri = "http://schema.org/printPage",
iris = Set("http://schema.org/printPage"),
label = "printPage",
comment = """If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).""",
`@extends` = List(),
`@range` = List(`@string`)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}