lspace.ns.vocab.schema.backstory.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 backstory extends PropertyDef(
iri = "http://schema.org/backstory",
iris = Set("http://schema.org/backstory"),
label = "backstory",
comment = """For an Article, typically a NewsArticle, the backstory property provides a textual summary giving a brief explanation of why and how an article was created. In a journalistic setting this could include information about reporting process, methods, interviews, data sources, etc.""",
`@extends` = List(),
`@range` = List(`@string`, CreativeWork.ontology)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}