lspace.ns.vocab.schema.sdDatePublished.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 sdDatePublished extends PropertyDef(
iri = "http://schema.org/sdDatePublished",
iris = Set("http://schema.org/sdDatePublished"),
label = "sdDatePublished",
comment = """Indicates the date on which the current structured data was generated / published. Typically used alongside sdPublisher""",
`@extends` = List(),
`@range` = List(`@date`)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}