lspace.ns.vocab.schema.correction.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 correction extends PropertyDef(
iri = "http://schema.org/correction",
iris = Set("http://schema.org/correction"),
label = "correction",
comment = """Indicates a correction to a CreativeWork, either via a CorrectionComment, textually or in another document.""",
`@extends` = List(),
`@range` = List(CorrectionComment.ontology, URL.ontology, `@string`)
){
override lazy val properties: List[LProperty] = List()
trait Properties
}